guix-commits
[Top][All Lists]
Advanced

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

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


From: Mathieu Othacehe
Subject: branch master updated: hydra: build-machines: Add myself as a sysadmin.
Date: Tue, 08 Nov 2022 06:31:36 -0500

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 44195a9  hydra: build-machines: Add myself as a sysadmin.
44195a9 is described below

commit 44195a945b8428ccc507e1dbee38874af9a72e17
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Nov 8 12:30:03 2022 +0100

    hydra: build-machines: Add myself as a sysadmin.
    
    hydra/modules/sysadmin/build-machines.scm (sysadmins): Add myself.
---
 hydra/modules/sysadmin/build-machines.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index de4bd56..082e203 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -179,6 +179,10 @@ are 10022 and 15900.  Keep secret-service port local."
           (sysadmin (name "rekado")
                     (full-name "Ricardo Wurmus")
                     (ssh-public-key (local-file "../../keys/ssh/rekado.pub")))
+          (sysadmin (name "mathieu")
+                    (full-name "Mathieu Othacehe")
+                    (ssh-public-key
+                     (local-file "../../keys/ssh/mathieu.pub")))
           (sysadmin (name "maxim")
                     (full-name "Maxim Cournoyer")
                     (ssh-public-key (local-file "../../keys/ssh/maxim.pub")))



reply via email to

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