guix-commits
[Top][All Lists]
Advanced

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

07/08: hydra: dns: Add entry for '10years'.


From: Ludovic Courtès
Subject: 07/08: hydra: dns: Add entry for '10years'.
Date: Mon, 6 Jun 2022 06:07:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit b09cfc207538e1d1c622d20ff51a32c5056c4746
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jun 4 10:12:27 2022 +0200

    hydra: dns: Add entry for '10years'.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add "10years".
    (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 d0a7fd1..30e1563 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -123,6 +123,8 @@
               ""  "IN"  "AAAA"   bayfront-ip6)
   ("bordeaux" ""  "IN"  "A"      bayfront-ip4)
   ("bordeaux" ""  "IN"  "AAAA"   bayfront-ip6)
+  ("10years"  ""  "IN"  "A"      bayfront-ip4)
+  ("10years"  ""  "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
@@ -137,4 +139,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2022050712)))))
+            (serial 2022060411)))))



reply via email to

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