guix-commits
[Top][All Lists]
Advanced

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

01/03: hydra: build-machines: Remove ‘hydra’ account from childhurd.


From: Ludovic Courtès
Subject: 01/03: hydra: build-machines: Remove ‘hydra’ account from childhurd.
Date: Mon, 2 Oct 2023 11:25:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 238e350b6355e32edf7dc4c50a28074fd08dc2c9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 2 17:20:56 2023 +0200

    hydra: build-machines: Remove ‘hydra’ account from childhurd.
    
    * hydra/modules/sysadmin/build-machines.scm 
(berlin-new-build-machine-os)[childhurd-os]:
    Remove ‘hydra’ user account.
---
 hydra/modules/sysadmin/build-machines.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 4f774f4..a7ba313 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix system administration tools.
 ;;;
-;;; Copyright © 2016-2017, 2019-2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016-2017, 2019-2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;;
@@ -116,18 +116,12 @@ Cuirass remote worker building substitutes for the given 
SYSTEMS."
   (define childhurd-os
     (operating-system
       (inherit %hurd-vm-operating-system)
-      (host-name (format #f "hydra-childhurd-~3,'0d" id))
+      (host-name (format #f "berlin-childhurd-~3,'0d" id))
       (hosts-file
        (plain-file "hosts"
                    (string-append "127.0.0.1 localhost " host-name "\n"
                                   "::1       localhost " host-name "\n"
                                   "141.80.167.131 ci.guix.gnu.org\n")))
-      (users (cons* (user-account
-                     (name "hydra")
-                     (group "users")
-                     (home-directory "/home/hydra")
-                     (comment "Hydra User -- for offloading"))
-                    %base-user-accounts))
       (services
        (cons* (service mcron-service-type
                        (mcron-configuration



reply via email to

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