From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: [PATCH 1/2] Support publishing build events Date: Sun, 17 Nov 2019 22:26:53 +0100 Message-ID: <87sgmmi482.fsf@gnu.org> References: <8736fjqbrd.fsf@cbaines.net> <20191028081026.25988-1-mail@cbaines.net> <87bltbts9h.fsf@gnu.org> <874kz3ifdz.fsf@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38085) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWS4N-00038m-LA for guix-devel@gnu.org; Sun, 17 Nov 2019 16:26:56 -0500 In-Reply-To: <874kz3ifdz.fsf@cbaines.net> (Christopher Baines's message of "Sat, 16 Nov 2019 23:13:28 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Christopher Baines Cc: guix-devel@gnu.org Hi! Christopher Baines skribis: > I have access to bayfront already, so I think that's the place to try > this out initially. Sounds good. >> IIUC, the =E2=80=98send-events=E2=80=99 program is provided as a debuggi= ng aid, right? >> I mean it=E2=80=99s not used anywhere in the code. > > Well, it would be potentially better to send the events from the same > Cuirass process that manages the builds, as then the events could be > sent out immediately. > > However, I don't really know how fibers work, so I went with a separate > process to make it easier to manually test, and to reduce any risk of > interfering with other Cuirass functions. Hmm, am I right that the =E2=80=98send-events=E2=80=99 program is not used = at all by Cuirass itself? Or did I overlook something? However, I saw a fiber of the main =E2=80=98cuirass=E2=80=99 process that c= alls the =E2=80=98send-events=E2=80=99 procedure, and to me it=E2=80=99s good this w= ay. Thanks, Ludo=E2=80=99.