guix-commits
[Top][All Lists]
Advanced

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

01/06: hydra: bayfront: Remove 'disarchive-service-type' instance.


From: Ludovic Courtès
Subject: 01/06: hydra: bayfront: Remove 'disarchive-service-type' instance.
Date: Wed, 22 Dec 2021 06:50:11 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit 881de2c7e136766c5b75c585856e6db26cc8079f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Dec 21 22:32:29 2021 +0100

    hydra: bayfront: Remove 'disarchive-service-type' instance.
    
    This technique wouldn't work as long as ci.guix.gnu.org substitutes
    aren't authorized:
    
      https://lists.gnu.org/archive/html/guix-devel/2021-10/msg00167.html
    
    It's also unnecessary now that 498a532c31225d39049680243850a49933e2487d
    periodically rsyncs the Disarchive database from berlin.
    
    * hydra/bayfront.scm <services>: Remove DISARCHIVE-SERVICE-TYPE
    instance.
---
 hydra/bayfront.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 2eef117..43da7bb 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -947,12 +947,6 @@ 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]