From 04dd4ca1aa376734515beb477ea3cecf7a0ed840 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Mon, 3 Mar 2014 02:28:55 +0100 Subject: [PATCH] =?utf8?q?Correction=20:=20lhc-remorque/local.sh=20:=20mau?= =?utf8?q?vais=20copi=C3=A9/coll=C3=A9=20..?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/nginx/site.d/lhc-remorque/local.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/etc/nginx/site.d/lhc-remorque/local.sh b/etc/nginx/site.d/lhc-remorque/local.sh index 263daeb..9440070 100644 --- a/etc/nginx/site.d/lhc-remorque/local.sh +++ b/etc/nginx/site.d/lhc-remorque/local.sh @@ -83,27 +83,27 @@ sudo chmod 6755 \ /home/git/hooks/lhc/remorque/post-update.ikiwiki sudo cat /etc/gitweb/gitweb.conf - <<-EOF | - \$export_ok = "cyclo-wiki-export-ok"; + \$export_ok = "lhc-remorque-export-ok"; \$favicon = "/gitweb/static/git-favicon.png"; \$home_link = "/"; - \$home_link_str = 'wiki'; - \$home_text = "/etc/gitweb/cyclo.home_text.html"; + \$home_link_str = 'Remorque'; + \$home_text = "/etc/gitweb/lhc.home_text.html"; \$javascript = "/gitweb/static/gitweb.js"; \$logo = "/gitweb/static/git-logo.png"; \$my_uri = "/gitweb/"; \$my_url = "/gitweb/"; - \$projects_list = "/etc/gitweb/cyclo-wiki.projects.list"; - \$site_footer = "/etc/gitweb/cyclo.site_footer.html"; - \$site_header = "/etc/gitweb/cyclo.site_header.html"; - \$site_name = "wiki.cyclocoop.org"; + \$projects_list = "/etc/gitweb/lhc-remorque.projects.list"; + \$site_footer = "/etc/gitweb/lhc.site_footer.html"; + \$site_header = "/etc/gitweb/lhc.site_header.html"; + \$site_name = "remorque.heureux-cyclage.org"; @stylesheets = ("/gitweb/static/gitweb.css");# EOF sudo install -m 640 -o root -g fcgi-gitweb /dev/stdin \ - /etc/gitweb/cyclo-wiki.conf + /etc/gitweb/lhc-remorque.conf sudo install -m 640 -o root -g fcgi-gitweb \ - "$tool"/etc/gitweb/cyclo.home_text.html \ - /etc/gitweb/cyclo.home_text.html + "$tool"/etc/gitweb/lhc-remorque.home_text.html \ + /etc/gitweb/lhc-remorque.home_text.html sudo install -m 640 -o root -g fcgi-gitweb /dev/stdin \ - /etc/gitweb/cyclo-wiki.projects.list <<-EOF - cyclowiki.git + /etc/gitweb/lhc-remorque.projects.list <<-EOF + lhc/remorque.git EOF -- 2.20.1