[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: dns: Add bordeaux sub-domain.
From: |
Christopher Baines |
Subject: |
branch master updated: hydra: dns: Add bordeaux sub-domain. |
Date: |
Wed, 26 May 2021 13:58:14 -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 40af085 hydra: dns: Add bordeaux sub-domain.
40af085 is described below
commit 40af0856f2dad1dbfdc03f795b50680e7732abfd
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed May 26 18:56:33 2021 +0100
hydra: dns: Add bordeaux sub-domain.
This is to be used for substitutes, currently served from bayfront.
* hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add entry for
bordeaux.guix.gnu.org.
---
hydra/modules/sysadmin/dns.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 4f09cfc..4a4dcfb 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -107,6 +107,7 @@
("data" "" "IN" "A" "78.47.68.4")
("coordinator.bayfront"
"" "IN" "A" bayfront-ip4)
+ ("bordeaux" "" "IN" "A" bayfront-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
@@ -121,4 +122,4 @@
(origin "guix.gnu.org")
(ns primary-ns)
(entries guix.gnu.org.zone)
- (serial 2021040909)))))
+ (serial 2021052619)))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: dns: Add bordeaux sub-domain.,
Christopher Baines <=