guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: dns: Add entry for 'packages'.


From: Christopher Baines
Subject: branch master updated: hydra: dns: Add entry for 'packages'.
Date: Sat, 19 Nov 2022 05:34:48 -0500

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 8e3b4ae  hydra: dns: Add entry for 'packages'.
8e3b4ae is described below

commit 8e3b4aed0ea58948adc8049530790f85454d42e3
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Nov 19 10:34:21 2022 +0000

    hydra: dns: Add entry for 'packages'.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add "packages".
    (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 6a94dce..9202467 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -128,6 +128,8 @@
   ("10years"  ""  "IN"  "AAAA"   bayfront-ip6)
   ("qa"       ""  "IN"  "A"      bayfront-ip4)
   ("qa"       ""  "IN"  "AAAA"   bayfront-ip6)
+  ("packages" ""  "IN"  "A"      bayfront-ip4)
+  ("packages" ""  "IN"  "AAAA"   bayfront-ip6)
 
   ;; This record is required in order to prove to Amazon ACM that we
   ;; own the domain.  As long as it exists, ACM will automatically
@@ -142,4 +144,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2022111812)))))
+            (serial 2022111911)))))



reply via email to

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