[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
- branch master updated (e19f6d9 -> 601691e), Ludovic Courtès, 2021/12/22
- 05/06: hydra: web: 'static-web-site-service-type' is extensible., Ludovic Courtès, 2021/12/22
- 02/06: Revert "bayfront: Use substitutes from berlin.", Ludovic Courtès, 2021/12/22
- 06/06: hydra: web: Provide all-in-one 'guix-web-site-service-type'., Ludovic Courtès, 2021/12/22
- 01/06: hydra: bayfront: Remove 'disarchive-service-type' instance.,
Ludovic Courtès <=
- 04/06: hydra: web: 'static-web-site-service-type' handles lists of sites., Ludovic Courtès, 2021/12/22
- 03/06: hydra: Add (sysadmin nginx) module., Ludovic Courtès, 2021/12/22