guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: dns: Fix DNS entry for hydra-guix-129.


From: Christopher Baines
Subject: branch master updated: hydra: dns: Fix DNS entry for hydra-guix-129.
Date: Tue, 30 May 2023 09:18:27 -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 b9bf168  hydra: dns: Fix DNS entry for hydra-guix-129.
b9bf168 is described below

commit b9bf168c637ef3eab0a7753e32586e8b171ac3c4
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue May 30 14:17:57 2023 +0100

    hydra: dns: Fix DNS entry for hydra-guix-129.
    
    * hydra/modules/sysadmin/dns.scm (hydra-guix-129-ip4): Use the public IP.
    (guix.gnu.org-zone): Bump 'serial'.
---
 hydra/modules/sysadmin/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index a70953a..86fcdb8 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -53,7 +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 hydra-guix-129-ip4 "141.80.181.41")
 (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")
@@ -150,4 +150,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2023053008)))))
+            (serial 2023053014)))))



reply via email to

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