guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] Support publishing build events


From: Ludovic Courtès
Subject: Re: [PATCH 1/2] Support publishing build events
Date: Sat, 16 Nov 2019 22:39:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi Chris,

Christopher Baines <address@hidden> skribis:

> ---
>  Makefile.am                 |   8 +-
>  bin/cuirass-send-events.in  |  90 +++++++++++++++++++++++
>  src/cuirass/base.scm        |   9 ++-
>  src/cuirass/database.scm    | 142 +++++++++++++++++++++++++++++++++---
>  src/cuirass/http.scm        |  24 ++++++
>  src/cuirass/send-events.scm |  69 ++++++++++++++++++
>  src/schema.sql              |  12 +++
>  src/sql/upgrade-5.sql       |  15 ++++
>  8 files changed, 356 insertions(+), 13 deletions(-)
>  create mode 100644 bin/cuirass-send-events.in
>  create mode 100644 src/cuirass/send-events.scm
>  create mode 100644 src/sql/upgrade-5.sql

Sorry for the delay.  It LGTM, thank you!

Please add a commit log :-), and let us know when you’d like to test
with the instance on berlin or that on bayfront.

IIUC, the ‘send-events’ program is provided as a debugging aid, right?
I mean it’s not used anywhere in the code.

If you can think of ways to tests parts of this, that’d also be great,
but it shouldn’t block it.

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]