guix-commits
[Top][All Lists]
Advanced

[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")
 
 



reply via email to

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