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 'qa'.


From: Christopher Baines
Subject: branch master updated: hydra: dns: Add entry for 'qa'.
Date: Tue, 06 Sep 2022 04:45:10 -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 85d8e93  hydra: dns: Add entry for 'qa'.
85d8e93 is described below

commit 85d8e93821be12a40d214488b5391a3753f6b851
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Sep 6 09:44:06 2022 +0100

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



reply via email to

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