guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: dns: Fix CNAME typo.


From: Ludovic Courtès
Subject: 01/01: hydra: dns: Fix CNAME typo.
Date: Thu, 2 May 2019 03:12:03 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit ce0663db3b1561b945b29a5c671e2cabba185735
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 2 09:11:29 2019 +0200

    hydra: dns: Fix CNAME typo.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add missing dot
    for cloudfront name.  Increment 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 44e2ee0..b2d2543 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -91,7 +91,7 @@
   ("issues"   ""  "IN"  "A"      berlin-ip4)
   ("issues"   ""  "IN"  "AAAA"   berlin-ip6)
   ;; charlie-distribution.  See: cdn/terraform/cloudfront.tf.
-  ("ci"       ""  "IN"  "CNAME"  "d1aw3orh0yrgph.cloudfront.net")
+  ("ci"       ""  "IN"  "CNAME"  "d1aw3orh0yrgph.cloudfront.net.")
 
   ;; This record is required in order to prove to Amazon ACM that we
   ;; own the domain.  As long as it exists, ACM will automatically
@@ -105,4 +105,4 @@
     (zone (zone-file
             (origin "guix.gnu.org")
             (entries guix.gnu.org.zone)
-            (serial 2019050103)))))
+            (serial 2019050200)))))



reply via email to

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