guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: build-machines: Fix syntax error.


From: Mathieu Othacehe
Subject: branch master updated: hydra: build-machines: Fix syntax error.
Date: Wed, 14 Apr 2021 03:57:07 -0400

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

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new ef5218d  hydra: build-machines: Fix syntax error.
ef5218d is described below

commit ef5218de1b5f3d7f8f59330b4d737418fe44692d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 14 09:56:28 2021 +0200

    hydra: build-machines: Fix syntax error.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os):
    Remove deprecated field.
---
 hydra/modules/sysadmin/build-machines.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 461cefd..ce88657 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -258,8 +258,7 @@ Match Address 141.80.167.131
                                    (qemu-binfmt-configuration
                                     (platforms
                                      (apply lookup-qemu-platforms
-                                            emulated-architectures))
-                                    (guix-support? #t)))))
+                                            emulated-architectures))))))
 
               ,@(if (not childhurd?)
                     '()



reply via email to

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