Received: from srsyg17.sygroup-int.ch (srsyg17.sygroup-int.ch [95.128.32.155]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0892C781D5E for <~alpine/devel@lists.alpinelinux.org>; Wed, 26 Feb 2020 23:18:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by srsyg17.sygroup-int.ch (Postfix) with ESMTP id 06C0A2A0DA; Thu, 27 Feb 2020 00:18:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at srsyg17.sygroup-int.ch Received: from srsyg17.sygroup-int.ch ([127.0.0.1]) by localhost (srsyg17.sygroup-int.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id P0xiTt9pRzUJ; Thu, 27 Feb 2020 00:18:34 +0100 (CET) Received: from srsyg17.sygroup-int.ch (localhost [IPv6:::1]) by srsyg17.sygroup-int.ch (Postfix) with ESMTP id D20D42A0D3; Thu, 27 Feb 2020 00:18:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=adfinis-sygroup.ch; s=mail; t=1582759114; bh=7xVp5g2l48dUUhaJUKHFXIy/CPM1/Os5Ie+QT2xN+nI=; h=Subject:From:To:Cc:Date; b=SyMyjYgGxDyDEH0nrimjo0wcx9WFYt/eJwwfJRqz/zPex7SEMT26IPytnlnIxZS1n 7YIPOKSLeaIvidlGW3V8AA3mo6WvgZAMeM0Slv6adGEB2EcyF2fYE+gRuSqve7a9EW jsQZiL5CVliWQjXETRLUaGf/WJMxwZ7kcUC4i4Uc= Received: by srsyg17 (kopano-spooler) with MAPI; Thu, 27 Feb 2020 00:18:34 +0100 Subject: RE: Notifications about build errors From: "Jean-Louis Fuchs" To: "Kevin Daudt" Cc: =?us-ascii?Q?=7Ealpine/devel=40lists=2Ealpinelinux=2Eorg?= <~alpine/devel@lists.alpinelinux.org> Date: Wed, 26 Feb 2020 23:18:34 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-Mailer: Kopano 8.7.9 Message-Id: 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: > >=C2=A0=C2=A0 mosquitto_sub -h msg.alpinelinux.org -t build/+/errors > > This returns a json response, for example: > >=C2=A0=C2=A0 { >=C2=A0=C2=A0=C2=A0=C2=A0 "logurl":"https:\/\/build.alpinelinux.org\/buildlogs\/build-edge-armv7\/community\/py3-qtwebengine\/py3-qtwebengine-5.14.0-r0.log", >=C2=A0=C2=A0=C2=A0=C2=A0 "hostname":"build-edge-armv7", >=C2=A0=C2=A0=C2=A0=C2=A0 "pkgname":"py3-qtwebengine", >=C2=A0=C2=A0=C2=A0=C2=A0 "reponame":"community" >=C2=A0=C2=A0 } > > 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