unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: 55792@debbugs.gnu.org
Cc: "Ludovic Courtès" <ludo@gnu.org>
Subject: [bug#55792] [PATCH 1/3] hydra: dns: Add entry for '10years'.
Date: Sat,  4 Jun 2022 10:37:34 +0200	[thread overview]
Message-ID: <20220604083736.22152-1-ludo@gnu.org> (raw)
In-Reply-To: <20220604083619.22101-1-ludo@gnu.org>

* 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





  reply	other threads:[~2022-06-04  8:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-04  8:36 [bug#55792] [PATCH 0/3 maintenance] Web site at 10years.guix.gnu.org Ludovic Courtès
2022-06-04  8:37 ` Ludovic Courtès [this message]
2022-06-04  8:37   ` [bug#55792] [PATCH 2/3] hydra: bayfront: Serve the 10years.guix.gnu.org web site Ludovic Courtès
2022-06-04  8:37   ` [bug#55792] [PATCH 3/3] hydra: web: Make mcron job derivations deterministic Ludovic Courtès
2022-06-04 21:13 ` [bug#55792] [PATCH 0/3 maintenance] Web site at 10years.guix.gnu.org Tobias Geerinckx-Rice via Guix-patches via
2022-06-06 13:03   ` Ludovic Courtès
2022-06-06 13:38     ` bug#55792: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220604083736.22152-1-ludo@gnu.org \
    --to=ludo@gnu.org \
    --cc=55792@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).