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

From Alpine Linux
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
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|apk add mosuitto}}
{{Cmd|sudo apk add mosquitto}}


 
Subscribe to the all messages
Subscribe to the messages


{{Cmd|mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v}}
{{Cmd|mosquitto_sub -h msg.alpinelinux.org -t 'build/#' -v}}

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>