This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  e0cbd88eaa8f757a817ccc4ae48919ba006dc52c (commit)
      from  9b01309088463c8499a62633c7eba5634ae0225a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e0cbd88eaa8f757a817ccc4ae48919ba006dc52c
Author: Sylvain Beucler <[email protected]>
Date:   Thu May 28 13:41:14 2015 +0200

    scmgit: redirect old gitweb URLs to new ones

diff --git a/src/plugins/scmgit/etc/httpd.conf.d/plugin-scmgit.inc 
b/src/plugins/scmgit/etc/httpd.conf.d/plugin-scmgit.inc
index f5ebada..1882463 100644
--- a/src/plugins/scmgit/etc/httpd.conf.d/plugin-scmgit.inc
+++ b/src/plugins/scmgit/etc/httpd.conf.d/plugin-scmgit.inc
@@ -3,5 +3,6 @@
 Redirect permanent /anonscm/git https://${FF__core__scm_host}/anonscm/git
 # - use_dav=1 => ${FF__core__web_host}/scmrepos/git -> 
${FF__core__scm_host}/authscm/git
 Redirect permanent /scmrepos/git https://${FF__core__scm_host}/authscm/git/
-# - gitweb    => still at 
${FF__core__web_host}/plugins/scmgit/cgi-bin/gitweb.cgi
-#             => authenticated gitweb (for private repos) previously not 
supported
+# - gitweb - anonymous
+Redirect permanent /plugins/scmgit/cgi-bin/gitweb.cgi 
https://${FF__core__scm_host}/anonscm/gitweb/
+# - gitweb - authenticated => previously not supported

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/scmgit/etc/httpd.conf.d/plugin-scmgit.inc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/plugins/scmgit/etc/httpd.conf.d/plugin-scmgit.inc 
b/src/plugins/scmgit/etc/httpd.conf.d/plugin-scmgit.inc
index f5ebada..1882463 100644
--- a/src/plugins/scmgit/etc/httpd.conf.d/plugin-scmgit.inc
+++ b/src/plugins/scmgit/etc/httpd.conf.d/plugin-scmgit.inc
@@ -3,5 +3,6 @@
 Redirect permanent /anonscm/git https://${FF__core__scm_host}/anonscm/git
 # - use_dav=1 => ${FF__core__web_host}/scmrepos/git -> 
${FF__core__scm_host}/authscm/git
 Redirect permanent /scmrepos/git https://${FF__core__scm_host}/authscm/git/
-# - gitweb    => still at 
${FF__core__web_host}/plugins/scmgit/cgi-bin/gitweb.cgi
-#             => authenticated gitweb (for private repos) previously not 
supported
+# - gitweb - anonymous
+Redirect permanent /plugins/scmgit/cgi-bin/gitweb.cgi 
https://${FF__core__scm_host}/anonscm/gitweb/
+# - gitweb - authenticated => previously not supported


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to