User:Fab/msg.alpinelinux.org: Difference between revisions

From Alpine Linux
No edit summary
mNo edit summary
 
Line 1: Line 1:
The build servers are publishing messages over [http://en.wikipedia.org/wiki/MQ_Telemetry_Transport MQTT].  
The build servers are publishing messages over [http://en.wikipedia.org/wiki/MQ_Telemetry_Transport MQTT].  


The mosquitto package provides tools to consume messages.


{{Cmd|sudo apk add mosquitto}}
{{Cmd|sudo apk add mosquitto}}


Subscribe to the all messages
Subscribe to the all messages

Latest revision as of 13:14, 23 May 2014

The build servers are publishing messages over MQTT.

The mosquitto package provides tools to consume messages.

sudo apk add mosquitto

Subscribe to the all messages

mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v

Topics

build/<buildserver>