guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: berlin: Remove commented code.


From: Ricardo Wurmus
Subject: 01/01: hydra: berlin: Remove commented code.
Date: Fri, 3 May 2019 06:19:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit eeefb2b82ed0366c0551911e340fd21f0bc85991
Author: Ricardo Wurmus <address@hidden>
Date:   Fri May 3 12:17:37 2019 +0200

    hydra: berlin: Remove commented code.
    
    * hydra/nginx/berlin.scm (%berlin-servers): Remove commented location
    fields.
---
 hydra/nginx/berlin.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 9739c30..f0bb2c7 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -209,10 +209,6 @@
     (server-name '("bootstrappable.org"
                    "www.bootstrappable.org"))
     (root "/home/rekado/bootstrappable.org")
-    ;;(locations TODO) ; TODO
-    ;; location = / {
-    ;;   root /home/rekado/bootstrappable.org;
-    ;; }
     (raw-content
      (list
       "access_log /var/log/nginx/bootstrappable.access.log;")))
@@ -223,10 +219,6 @@
                    "www.guix.info"
                    "guix.gnu.org"))
     (root "/home/rekado/guix.info")
-    ;;(locations TODO) ; TODO
-    ;; location = / {
-    ;;   root /home/rekado/guix.info;
-    ;; }
     (raw-content
      (list
       "access_log /var/log/nginx/guix-info.access.log;")))



reply via email to

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