guix-commits
[Top][All Lists]
Advanced

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

01/03: hydra: berlin-nodes: Enable servers that used to ask for root pas


From: Ricardo Wurmus
Subject: 01/03: hydra: berlin-nodes: Enable servers that used to ask for root password.
Date: Mon, 23 Dec 2019 16:40:29 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit af0333fa285740cb7f096d69cb58e6dcf52a936d
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Dec 23 22:33:54 2019 +0100

    hydra: berlin-nodes: Enable servers that used to ask for root password.
    
    * hydra/berlin-nodes.scm (%ids): Enable all those servers that used to
    ask for a root password.
---
 hydra/berlin-nodes.scm | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/hydra/berlin-nodes.scm b/hydra/berlin-nodes.scm
index a17902f..fb38bf8 100644
--- a/hydra/berlin-nodes.scm
+++ b/hydra/berlin-nodes.scm
@@ -5,14 +5,9 @@
              (sysadmin people)
              (srfi srfi-1))
 
-(define %ids '(4 5 6 8 9 10 11 12 13 14 15
-                 ;;16 -> asks for root password
-                 ;;17 -> no route
-                 18
-                 ;;19, 20, 21, 22, 23, 24 -> asks for root password
-                 25
-                 ;;26 -> asks for root password
-                 ))
+(define %ids '(4 5 6 8 9 10 11 12 13 14 15 16
+               ;;17 -> no route
+               18 19 20 21 22 23 24 25 26))
 
 (define (system-for id)
   (berlin-build-machine-os id



reply via email to

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