guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: build-machines: Use TARGETS instead of TAR


From: Ricardo Wurmus
Subject: branch master updated: hydra: build-machines: Use TARGETS instead of TARGET.
Date: Tue, 21 Dec 2021 16:14:16 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new e19f6d9  hydra: build-machines: Use TARGETS instead of TARGET.
e19f6d9 is described below

commit e19f6d92b0b9a743c5b3cad236e51b8dd9d7c5e9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 21 22:13:18 2021 +0100

    hydra: build-machines: Use TARGETS instead of TARGET.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os):
    Use TARGETS in BOOTLOADER-CONFIGURATION.
---
 hydra/modules/sysadmin/build-machines.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index cada7a4..0d2f0fe 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -194,7 +194,7 @@ are 10022 and 15900.  Keep secret-service port local."
     (bootloader
      (bootloader-configuration
       (bootloader grub-efi-bootloader)
-      (target "/boot/efi")
+      (targets (list "/boot/efi"))
       (keyboard-layout keyboard-layout)
       (terminal-inputs '(serial))
       (terminal-outputs '(serial))))



reply via email to

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