Hi Kevin
> However, if you do still want to get messages from the official
> builders, we have a system called mqtt where the builders publish
> different kinds of messages, one of them being build failures. You could
> use a tool called mosquitto_sub to listen for specific types of messages
> and react to them.
>
> This is available on msg.alpinelinux.org. To subscribe to all build
> errors, you could for example use:
>
> mosquitto_sub -h msg.alpinelinux.org -t build/+/errors
>
> This returns a json response, for example:
>
> {
> "logurl":"https:\/\/build.alpinelinux.org\/buildlogs\/build-edge-armv7\/community\/py3-qtwebengine\/py3-qtwebengine-5.14.0-r0.log",
> "hostname":"build-edge-armv7",
> "pkgname":"py3-qtwebengine",
> "reponame":"community"
> }
>
> Hope this helps, Kevin
>
Sorry, for not reading your message completely. That is of course exactly what I need. I shouldn't rush through emails.
Best,
Jean-Louis