User:Fab/msg.alpinelinux.org: Difference between revisions
< User:Fab
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The build servers are publishing messages over [http://en.wikipedia.org/wiki/MQ_Telemetry_Transport MQTT]. | |||
{{Cmd|apk add | {{Cmd|sudo apk add mosquitto}} | ||
Subscribe to the messages | Subscribe to the all messages | ||
{{Cmd|mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v}} | {{Cmd|mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v}} |
Revision as of 09:20, 21 May 2014
The build servers are publishing messages over MQTT.
sudo apk add mosquitto
Subscribe to the all messages
mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v
Topics
build/<buildserver>