From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39662) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i6Cfp-000545-9Q for guix-patches@gnu.org; Fri, 06 Sep 2019 07:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i6Cfo-000756-98 for guix-patches@gnu.org; Fri, 06 Sep 2019 07:45:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55924) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i6Cfo-00074p-4H for guix-patches@gnu.org; Fri, 06 Sep 2019 07:45:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i6Cfn-0004Mt-VK for guix-patches@gnu.org; Fri, 06 Sep 2019 07:45:04 -0400 Subject: [bug#37320] [PATCH] hydra: dns: Add "data" to point at milano-guix-1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:39565) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i6CfZ-0004zT-V8 for guix-patches@gnu.org; Fri, 06 Sep 2019 07:44:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i6CfU-0006mf-Gg for guix-patches@gnu.org; Fri, 06 Sep 2019 07:44:46 -0400 Received: from mira.cbaines.net ([212.71.252.8]:49454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i6CfR-0006jS-WB for guix-patches@gnu.org; Fri, 06 Sep 2019 07:44:42 -0400 Received: from localhost (unknown [138.4.175.26]) by mira.cbaines.net (Postfix) with ESMTPSA id EE3B917346 for ; Fri, 6 Sep 2019 12:44:40 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 8f857689 for ; Fri, 6 Sep 2019 11:44:41 +0000 (UTC) From: Christopher Baines Date: Fri, 6 Sep 2019 13:44:41 +0200 Message-Id: <20190906114441.19067-1-mail@cbaines.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37320@debbugs.gnu.org * 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") =20 (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) =20 ;; 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))))) --=20 2.23.0