guix-commits
[Top][All Lists]
Advanced

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

03/03: berlin: Remove web site instance for the now merged 'wip-i18n' br


From: Ludovic Courtès
Subject: 03/03: berlin: Remove web site instance for the now merged 'wip-i18n' branch.
Date: Sun, 26 Jul 2020 10:00:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 25516557f174166d823f07cde8d48b9dfc3fddda
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jul 26 15:58:11 2020 +0200

    berlin: Remove web site instance for the now merged 'wip-i18n' branch.
    
    * hydra/berlin.scm: Remove 'static-web-site-service-type' instance for
    "wip-i18n" branch.
    * hydra/nginx/berlin.scm (guix.gnu.org-locations): Remove "/.i18n"
    location configuration.
---
 hydra/berlin.scm       | 12 ------------
 hydra/nginx/berlin.scm |  5 -----
 2 files changed, 17 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index abfc6bb..fee6671 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -272,18 +272,6 @@ Happy hacking!\n"))
                        (directory "/srv/guix.gnu.org")
                        (build-file "website/.guix.scm")))
 
-             ;; 'wip-i18n' branch of guix.gnu.org.
-             (service static-web-site-service-type
-                      (static-web-site-configuration
-                       (git-url
-                        
"https://git.savannah.gnu.org/git/guix/guix-artwork.git";)
-                       (git-ref '(branch . "wip-i18n"))
-                       (directory "/srv/guix.gnu.org-i18n")
-                       (build-file "website/.guix.scm")
-                       (cache-directory "guix.gnu.org-i18n") ;avoid collision
-                       (environment-variables
-                        '(("GUIX_WEB_SITE_ROOT_PATH" . "/.i18n")))))
-
              ;; Manual for the latest stable release.
              (service static-web-site-service-type
                       (static-web-site-configuration
diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index e461b5b..467acd8 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -725,11 +725,6 @@ PUBLISH-URL."
     (uri "~ \\.pdf$")                             ;*.pdf at the top level
     (body (list "root /srv/guix-pdfs;")))
 
-   ;; Testing the i18n'd web site.
-   (nginx-location-configuration
-    (uri "/.i18n")
-    (body (list "alias /srv/guix.gnu.org-i18n;")))
-
    (git-http-nginx-location-configuration
     (git-http-configuration))
 



reply via email to

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