guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: dns: Re-add "ci.guix.gnu.org".


From: Ludovic Courtès
Subject: 01/02: hydra: dns: Re-add "ci.guix.gnu.org".
Date: Wed, 1 May 2019 06:31:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 5411cfde26e75483caa313cfa02f4cc37e673a98
Author: Ludovic Courtès <address@hidden>
Date:   Wed May 1 12:23:42 2019 +0200

    hydra: dns: Re-add "ci.guix.gnu.org".
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Re-add "ci" CNAME.
---
 hydra/modules/sysadmin/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 8aae917..7a09357 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -59,7 +59,7 @@
   ("bayfront" ""  "IN"  "A"      bayfront-ip4)
 
   ;; ci. as an alias for berlin.
-  ;;("ci"       ""  "IN"  "CNAME"  "berlin")
+  ("ci"       ""  "IN"  "CNAME"  "berlin")
 
   ;; This record is required in order to prove to Amazon ACM that we
   ;; own the domain.  As long as it exists, ACM will automatically



reply via email to

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