GNU bug report logs -
#55792
[PATCH 0/3 maintenance] Web site at 10years.guix.gnu.org
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Sat, 4 Jun 2022 08:37:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 55792 <at> debbugs.gnu.org (full text, mbox):
* hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add "10years".
(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 d0a7fd1..30e1563 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -123,6 +123,8 @@
"" "IN" "AAAA" bayfront-ip6)
("bordeaux" "" "IN" "A" bayfront-ip4)
("bordeaux" "" "IN" "AAAA" bayfront-ip6)
+ ("10years" "" "IN" "A" bayfront-ip4)
+ ("10years" "" "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
@@ -137,4 +139,4 @@
(origin "guix.gnu.org")
(ns primary-ns)
(entries guix.gnu.org.zone)
- (serial 2022050712)))))
+ (serial 2022060411)))))
--
2.36.1
This bug report was last modified 3 years and 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.