guix-commits
[Top][All Lists]
Advanced

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

branch master updated: sysadmin: build-machines: Add myself as a sysadmi


From: Christopher Baines
Subject: branch master updated: sysadmin: build-machines: Add myself as a sysadmin.
Date: Fri, 12 May 2023 08:17:46 -0400

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new e8673a4  sysadmin: build-machines: Add myself as a sysadmin.
e8673a4 is described below

commit e8673a47c848dd06155393531cf07ed294145402
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri May 12 13:10:45 2023 +0100

    sysadmin: build-machines: Add myself as a sysadmin.
    
    As part of using hydra-guix-129 to store and serve nars for the
    bordeaux build farm.
    
    * hydra/modules/sysadmin/build-machines.scm 
(berlin-new-build-machine-os)[sysadmins]:
    Add myself.
---
 hydra/modules/sysadmin/build-machines.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 7887dee..4f774f4 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -189,6 +189,9 @@ are 10022 and 15900.  Keep secret-service port local."
           (sysadmin (name "nckx")
                     (full-name "Tobias Geerinckx-Rice")
                     (ssh-public-key (local-file "../../keys/ssh/nckx.pub")))
+          (sysadmin (name "cbaines")
+                    (full-name "Christopher Baines")
+                    (ssh-public-key (local-file "../../keys/ssh/cbaines.pub")))
           (sysadmin (name "hydra")      ;fake sysadmin
                     (full-name "Hydra User")
                     (restricted? #t)



reply via email to

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