guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: dns: Fix serial number.


From: Ludovic Courtès
Subject: 01/02: hydra: dns: Fix serial number.
Date: Thu, 14 Oct 2021 06:16:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 12195160432871b80d0e1eac996a9aa7d8500697
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 14 12:13:17 2021 +0200

    hydra: dns: Fix serial number.
    
    This is a followup to df9e9b7f51abceb5999aabc9a7b71396600cffa4.
    
    * hydra/modules/sysadmin/dns.scm (guix.gnu.org-zone): Fix serial number
    so it fits in 32 bits.
---
 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 a66b9ab..c978522 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -123,4 +123,4 @@
             (origin "guix.gnu.org")
             (ns primary-ns)
             (entries guix.gnu.org.zone)
-            (serial 202110140820)))))
+            (serial 2021101409)))))



reply via email to

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