[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: bayfront: Add a user account for Mathieu O
From: |
Mathieu Othacehe |
Subject: |
branch master updated: hydra: bayfront: Add a user account for Mathieu Othacehe. |
Date: |
Sat, 13 Jun 2020 14:34:37 -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 e16d2e3 hydra: bayfront: Add a user account for Mathieu Othacehe.
e16d2e3 is described below
commit e16d2e33b978f98d08677cd3c0cdcfdef916ba22
Author: Mathieu Othacehe <m.othacehe@gmail.com>
AuthorDate: Sat Jun 13 20:33:20 2020 +0200
hydra: bayfront: Add a user account for Mathieu Othacehe.
* hydra/bayfront.scm (%sysadmins): Add a new "mathieu" user.
---
hydra/bayfront.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 4b059b8..8e8c2b1 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -41,6 +41,9 @@
(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")))
;; Not a sysadmin in any sense, but has access for the length of their
;; Outreachy internship to speed up their work. nckx will help them.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: bayfront: Add a user account for Mathieu Othacehe.,
Mathieu Othacehe <=