[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: berlin: Remove unused nginx config block.
From: |
Ludovic Court�s |
Subject: |
02/07: berlin: Remove unused nginx config block. |
Date: |
Thu, 11 Jul 2019 08:56:16 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 7340a0eb616d40359f78db2a75b2646dece52e19
Author: Ludovic Courtès <address@hidden>
Date: Fri Jul 5 11:03:06 2019 +0200
berlin: Remove unused nginx config block.
* hydra/berlin.scm (%nginx-config): Remove.
---
hydra/berlin.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 3ee19c1..0d690f1 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -22,26 +22,6 @@
(full-name "Marius Bakke")
(ssh-public-key (local-file "keys/ssh/mbakke.pub")))))
-;; TODO: We don't use this any more.
-(define %nginx-config
- ;; Our nginx configuration directory. It expects 'guix publish' to be
- ;; running on port 3000.
- (computed-file "nginx-config"
- (with-imported-modules '((guix build utils))
- #~(begin
- (use-modules (guix build utils))
-
- (mkdir #$output)
- (chdir #$output)
- (symlink #$(local-file "nginx/berlin.conf")
- "berlin.conf")
- (copy-file #$(local-file
- "nginx/berlin-locations.conf")
- "berlin-locations.conf")
- (substitute* "berlin-locations.conf"
- (("@WWWROOT@")
- #$(local-file "nginx/html/berlin" #:recursive?
#t)))))))
-
(include "nginx/berlin.scm")
- branch master updated (bf5bbce -> e707366), Ludovic Court�s, 2019/07/11
- 02/07: berlin: Remove unused nginx config block.,
Ludovic Court�s <=
- 03/07: nginx: berlin: Remove server block for 'qualif.ci.guix.gnu.org'., Ludovic Court�s, 2019/07/11
- 04/07: roadmap: Add references for the Guix System web UI., Ludovic Court�s, 2019/07/11
- 01/07: nginx: berlin: Add redirects inherited from gnu.org/s/guix., Ludovic Court�s, 2019/07/11
- 05/07: hydra: web: Add 'static-web-site-service-type'., Ludovic Court�s, 2019/07/11
- 07/07: hydra: bayfront: Add preliminary configuration for the Guix-HPC web site., Ludovic Court�s, 2019/07/11
- 06/07: hydra: build-machines: Use non-deprecated forms for services., Ludovic Court�s, 2019/07/11