guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: dns: Remove video.guix.gnu.org.


From: Ludovic Courtès
Subject: branch master updated: hydra: dns: Remove video.guix.gnu.org.
Date: Fri, 30 Sep 2022 03:31:59 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new ba497ef  hydra: dns: Remove video.guix.gnu.org.
ba497ef is described below

commit ba497ef4c38366e2f07ef016220e9a25a5520d63
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Sep 30 09:30:18 2022 +0200

    hydra: dns: Remove video.guix.gnu.org.
    
    * hydra/modules/sysadmin/dns.scm (video-streaming-ip4): Remove.
    (guix.gnu.org.zone): Remove "video".  Update 'serial'.
---
 hydra/modules/sysadmin/dns.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index d414e1b..321ad3b 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -60,10 +60,6 @@
 (define dover-ip4 "80.67.176.63")
 (define data.qa-ip4 "88.99.33.53")
 
-;; Digital Ocean server used during the Ten Years of Guix to serve the live
-;; stream.
-(define video-streaming-ip4 "188.166.84.95")
-
 ;; The SOA MNAME and one NS record must always be consistent.
 (define primary-ns "ns1.gnu.org.")
 
@@ -129,7 +125,6 @@
   ("bordeaux" ""  "IN"  "AAAA"   bayfront-ip6)
   ("10years"  ""  "IN"  "A"      bayfront-ip4)
   ("10years"  ""  "IN"  "AAAA"   bayfront-ip6)
-  ("video"    ""  "IN"  "A"      video-streaming-ip4)
   ("qa"       ""  "IN"  "A"      bayfront-ip4)
   ("qa"       ""  "IN"  "AAAA"   bayfront-ip6)
 
@@ -146,4 +141,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 2022091012)))))
+            (serial 2022092209)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]