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.1 has been updated
       via  5eb7dc33a6c7cbcdfd3e35e9b546278b77614312 (commit)
      from  5d06aaef192c880392f4970b830f9d76837327d9 (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=5eb7dc33a6c7cbcdfd3e35e9b546278b77614312

commit 5eb7dc33a6c7cbcdfd3e35e9b546278b77614312
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Sun Apr 8 12:47:50 2018 +0200

    remove echo

diff --git a/src/plugins/scmhg/common/HgPlugin.class.php 
b/src/plugins/scmhg/common/HgPlugin.class.php
index daf18da..7e8f6d1 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -574,7 +574,6 @@ Offer DAV or SSH access.");
 
                // since cronjobs are running as root, we need to trust apache 
user
                if (!is_file('/root/.hgrc')) {
-                       echo 'creation fichier'."\n";
                        $trustdata = '[trusted]'.PHP_EOL.'users = 
'.forge_get_config('apache_user').PHP_EOL;
                        $f = fopen('/root/.hgrc', 'w');
                        fwrite($f, $trustdata);

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

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


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to