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 226d75f hydra: machines: Add records a couple more ARM machines.
226d75f is described below
commit 226d75fc10580816ecc1f32c16cb203508f2cbf7
Author: Christopher Baines <[email protected]>
AuthorDate: Sun Feb 20 13:26:41 2022 +0000
hydra: machines: Add records a couple more ARM machines.
These machines are used to build things for bordeaux.guix.gnu.org.
* hydra/machines.rec: Add records for monokuma and hatysa.
---
hydra/machines.rec | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/hydra/machines.rec b/hydra/machines.rec
index 9cb42e1..54298b1 100644
--- a/hydra/machines.rec
+++ b/hydra/machines.rec
@@ -291,3 +291,24 @@ PublicKey: (public-key
+ )
+ )
+Nickname: monokuma
+Hostname: monokuma.cbaines.net
+Port: 22
+Physical: Yes
+Vendor: SoftIron, OverDrive 1000
+Location: London, United Kingdom
+Contact: Christopher Baines <[email protected]>
+Cores: 4
+SystemType: aarch64-linux
+BaseSystem: Guix System
+
+Nickname: hatysa
+Hostname: hatysa.cbaines.net
+Port: 22
+Physical: Yes
+Vendor: SolidRun, HoneyComb LX2
+Location: London, United Kingdom
+Contact: Christopher Baines <[email protected]>
+Cores: 16
+SystemType: aarch64-linux
+BaseSystem: Guix System