guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Add (journal-content ''all) for the Knot zone.


From: Ludovic Courtès
Subject: 02/02: hydra: bayfront: Add (journal-content ''all) for the Knot zone.
Date: Thu, 14 Oct 2021 06:16:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 422c4a4eb7696f838cdcdb58a5f2a199196a0d7d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 14 12:14:30 2021 +0200

    hydra: bayfront: Add (journal-content ''all) for the Knot zone.
    
    This works around this Knot error:
    
      knot[3422]: error: config, file '/gnu/store/…-knot.conf', line 37, 
section 'zone[guix.gnu.org.]' ('zonefile-load: difference-no-serial' requires 
'journal-content: all')
    
    * hydra/bayfront.scm <knot-zone-configuration>: Add 'journal-content'
    field.
---
 hydra/bayfront.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 9754a59..ae8d8bb 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -808,6 +808,7 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
               (zones (list (knot-zone-configuration
                             (inherit guix.gnu.org-zone)
                             (zonefile-load 'difference-no-serial)
+                            (journal-content ''all) ;XXX: needed for 
difference-no-serial
                             ;; (dnssec-policy "default")
                             (acl '("transfer-allow"
                                    "gnu-transfer"))



reply via email to

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