[Fusionforge-commits] FusionForge branch 6.0 updated. 6.0.4-42-gb12aac6

Roland Mas lolando at libremir.placard.fr.eu.org
Mon Oct 17 15:54:31 CEST 2016


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  b12aac66953583f2f3c303f6564c25188afd7891 (commit)
      from  5db00cd9aa4b449e809222c6c69d6944f6e4d9cd (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=b12aac66953583f2f3c303f6564c25188afd7891

commit b12aac66953583f2f3c303f6564c25188afd7891
Author: Roland Mas <lolando at debian.org>
Date:   Mon Oct 17 15:54:13 2016 +0200

    Fixed cvs-pserver wrapper

diff --git a/src/plugins/scmcvs/sbin/cvs-pserver b/src/plugins/scmcvs/sbin/cvs-pserver
index c2795d5..a44dbe1 100755
--- a/src/plugins/scmcvs/sbin/cvs-pserver
+++ b/src/plugins/scmcvs/sbin/cvs-pserver
@@ -6,7 +6,7 @@ export CVSREADONLYFS
 
 # Execute pserver
 CVS_PSERV_REPOS=$(find $CVSROOT -mindepth 1 -maxdepth 1 -type d)
-allow_root_opts="--allow-root=$(echo $CVS_PSERV_REPOS | sed 's: : --allow-root=/:g')"
+allow_root_opts="--allow-root=$(echo $CVS_PSERV_REPOS | sed 's: : --allow-root=:g')"
 
 exec /usr/bin/cvs -f ${allow_root_opts} pserver
 

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

Summary of changes:
 src/plugins/scmcvs/sbin/cvs-pserver | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list