guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: dns: Increment serial number.


From: Ludovic Courtès
Subject: 01/01: hydra: dns: Increment serial number.
Date: Tue, 30 Apr 2019 15:32:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit d39875d385e56ced7d19ac4894cbf12c44c5f568
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 30 21:31:44 2019 +0200

    hydra: dns: Increment serial number.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org-zone): Increment 'serial'.
---
 hydra/modules/sysadmin/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 0e55f0b..ae5a70a 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -72,4 +72,4 @@
     (zone (zone-file
             (origin "guix.gnu.org")
             (entries guix.gnu.org.zone)
-            (serial 1)))))
+            (serial 6)))))



reply via email to

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