guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: dns: Remove "qualif.ci".


From: Ludovic Courtès
Subject: 01/01: hydra: dns: Remove "qualif.ci".
Date: Tue, 11 Jun 2019 04:52:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 09d2d32773b806fd0fcd68920de96bb47c8b80eb
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jun 11 10:51:36 2019 +0200

    hydra: dns: Remove "qualif.ci".
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Remove
    "qualif.ci."
    (guix.gnu.org-zone): Increment 'serial'.
---
 hydra/modules/sysadmin/dns.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 41bfeb5..ae3bc75 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -92,7 +92,6 @@
   ("issues"   ""  "IN"  "AAAA"   berlin-ip6)
   ;; charlie-distribution.  See: cdn/terraform/cloudfront.tf.
   ("ci"       ""  "IN"  "CNAME"  "d1aw3orh0yrgph.cloudfront.net.")
-  ("qualif.ci" ""  "IN"  "A"  berlin-ip4)
 
   ;; This record is required in order to prove to Amazon ACM that we
   ;; own the domain.  As long as it exists, ACM will automatically
@@ -106,4 +105,4 @@
     (zone (zone-file
             (origin "guix.gnu.org")
             (entries guix.gnu.org.zone)
-            (serial 2019060400)))))
+            (serial 2019061100)))))



reply via email to

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