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, master has been updated
       via  78ea83e29dc1c998056a5aaa8b9862762964678f (commit)
      from  96d0434e772c760063014f67083366fbee441656 (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=78ea83e29dc1c998056a5aaa8b9862762964678f

commit 78ea83e29dc1c998056a5aaa8b9862762964678f
Author: Franck Villaume <[email protected]>
Date:   Mon Aug 7 13:58:01 2017 +0000

    scmhg: fix cgi ownership

diff --git a/src/plugins/scmhg/common/HgPlugin.class.php 
b/src/plugins/scmhg/common/HgPlugin.class.php
index 61dbec6..d3612b5 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -314,7 +314,7 @@ Offer DAV or SSH access.");
                        fclose($f);
                        $apache_user = forge_get_config('apache_user');
                        $apache_group = forge_get_config('apache_group');
-                       system("chgrp $apache_user:$apache_group 
$project_hgweb");
+                       system("chown $apache_user:$apache_group 
$project_hgweb");
                        system("chmod u+x $project_hgweb");
                }
                if (!is_dir("$root/.hg")) {

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

Summary of changes:
 src/plugins/scmhg/common/HgPlugin.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to