civodul pushed a commit to branch master
in repository maintenance.

commit 384b0227ff76ab3b3b8fbefe8f7ea0c67797f41e
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Oct 15 15:30:02 2021 +0200

    hydra: bayfront: Add 'disarchive-service-type' instance.
    
    * hydra/bayfront.scm <services>: Add 'disarchive-service-type' instance.
---
 hydra/bayfront.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 28b1ee2..585870b 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -859,6 +859,12 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
     (service certbot-service-type %certbot-configuration)
     (service goggles-service-type)
 
+    ;; Periodically populate the Disarchive database from ci.guix.gnu.org so
+    ;; we have a backup.
+    (service disarchive-service-type
+             (disarchive-configuration
+              (directory "/var/lib/disarchive")))
+
     (service mcron-service-type
              (mcron-configuration
               (jobs

Reply via email to