unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 37320@debbugs.gnu.org
Subject: [bug#37320] [PATCH] hydra: dns: Add "data" to point at milano-guix-1.
Date: Fri,  6 Sep 2019 13:44:41 +0200	[thread overview]
Message-ID: <20190906114441.19067-1-mail@cbaines.net> (raw)

* hydra/modules/sysadmin/dns.scm (milano-guix-1-ip4): New variable.
(guix.gnu.org.zone): Add "data" to point at milano-guix-1, and update
the 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 164caf1..ef1f265 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -47,6 +47,7 @@
 (define hydra-ip4 "18.4.89.46")
 (define bayfront-ip4 "185.233.100.56")
 (define berlin-ip4 "141.80.181.40")
+(define milano-guix-1-ip4 "159.149.133.203")
 
 (define-zone-entries guix.gnu.org.zone
 ;; Name       TTL Class Type Data
@@ -89,6 +90,7 @@
   ("issues"   ""  "IN"  "A"      berlin-ip4)
   ("logs"     ""  "IN"  "A"      bayfront-ip4)
   ("ci"       ""  "IN"  "A"  berlin-ip4)
+  ("data"     ""  "IN"  "A"      milano-guix-1-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
@@ -102,4 +104,4 @@
     (zone (zone-file
             (origin "guix.gnu.org")
             (entries guix.gnu.org.zone)
-            (serial 2019090201)))))
+            (serial 2019090601)))))
-- 
2.23.0

             reply	other threads:[~2019-09-06 11:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-06 11:44 Christopher Baines [this message]
2019-09-06 13:10 ` [bug#37320] [PATCH] hydra: dns: Add "data" to point at milano-guix-1 Christopher Baines
2019-09-06 22:04 ` Ludovic Courtès
2019-09-07 19:29   ` bug#37320: " Christopher Baines
2019-09-08 20:03     ` [bug#37320] " Ludovic Courtès
2019-09-08 20:23       ` Christopher Baines

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=20190906114441.19067-1-mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=37320@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).