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 1ce3197 hydra: dns: Add DNS entry for hydra-guix-129.
1ce3197 is described below
commit 1ce3197d3fc47256fe410f747ba905d64878aea2
Author: Christopher Baines <[email protected]>
AuthorDate: Tue May 30 08:22:34 2023 +0100
hydra: dns: Add DNS entry for hydra-guix-129.
* hydra/modules/sysadmin/dns.scm (hydra-guix-129-ip4): New variable.
(guix.gnu.org.zone): Add IPv4 address for hydra-guix-129.
(guix.gnu.org-zone): Bump 'serial'.
---
hydra/modules/sysadmin/dns.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 31544bc..a70953a 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -53,6 +53,7 @@
(define bishan-ip4 "5.9.22.61")
(define bishan-ip6 "2a01:4f8:161:123::")
(define berlin-ip4 "141.80.181.40")
+(define hydra-guix-129-ip4 "141.80.167.186")
(define milano-guix-1-ip4 "159.149.133.203")
(define fosshost-1-ip4 "147.75.35.153")
(define fosshost-2-ip4 "147.75.35.155")
@@ -103,6 +104,7 @@
;; Machines.
("hydra" "" "IN" "A" hydra-ip4)
("berlin" "" "IN" "A" berlin-ip4)
+ ("hydra-guix-129" "" "IN" "A" hydra-guix-129-ip4)
("bayfront" "" "IN" "A" bayfront-ip4)
("bayfront" "" "IN" "AAAA" bayfront-ip6)
("bishan" "" "IN" "A" bishan-ip4)
@@ -148,4 +150,4 @@
(origin "guix.gnu.org")
(ns primary-ns)
(entries guix.gnu.org.zone)
- (serial 2023052209)))))
+ (serial 2023053008)))))