guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Add 'disarchive-service-type' instance.


From: Ludovic Courtès
Subject: 02/02: hydra: bayfront: Add 'disarchive-service-type' instance.
Date: Fri, 15 Oct 2021 09:30:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 384b0227ff76ab3b3b8fbefe8f7ea0c67797f41e
Author: Ludovic Courtès <ludo@gnu.org>
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

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