From: Julien Moutinho Date: Mon, 3 Mar 2014 01:28:55 +0000 (+0100) Subject: Correction : lhc-remorque/local.sh : mauvais copié/collé .. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=04dd4ca1aa376734515beb477ea3cecf7a0ed840 Correction : lhc-remorque/local.sh : mauvais copié/collé .. --- 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