mbox

[bug#44143,0/5] Guix Build Coordinator service fixes

Message ID 87eelqgrso.fsf@cbaines.net
Headers show

Message

Christopher Baines Oct. 22, 2020, 4:16 p.m. UTC
These patches fix the things I missed with the first pass at the service
for the Guix Build Coordinator.

Christopher Baines (5):
  services: guix: Fix hooks gexp issue for the Guix Build Coordinator.
  gnu: guix-build-coordinator: Ensure gnutls is available.
  services: guix-build-coordinator: Output the start script name.
  services: guix-build-coordinator: Include the system profile in PATH.
  services: guix-build-coordinator: Configure output buffering.

 gnu/packages/package-management.scm |  2 ++
 gnu/services/guix.scm               | 10 ++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

Comments

Mathieu Othacehe Oct. 23, 2020, 11:54 a.m. UTC | #1
Hello Chris,

> These patches fix the things I missed with the first pass at the service
> for the Guix Build Coordinator.

This patchset seems fine to me.

Thanks,

Mathieu
Christopher Baines Oct. 23, 2020, 3:31 p.m. UTC | #2
Mathieu Othacehe <othacehe@gnu.org> writes:

> Hello Chris,
>
>> These patches fix the things I missed with the first pass at the service
>> for the Guix Build Coordinator.
>
> This patchset seems fine to me.

Great, I've pushed this plus even more fixes to master now.