[Fusionforge-commits] FusionForge branch master updated. b37fddf48d1741753fa4f5ecafdfa92c92a44d89

Roland Mas lolando at fusionforge.org
Fri Aug 2 11:32:18 CEST 2013


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  b37fddf48d1741753fa4f5ecafdfa92c92a44d89 (commit)
       via  d6951a97b52c5f7580a2f5da7d8ca6d1ddeb2804 (commit)
      from  8006a6306caec9094e6da7e38790f759f1f1a700 (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 b37fddf48d1741753fa4f5ecafdfa92c92a44d89
Merge: 8006a63 d6951a9
Author: Roland Mas <lolando at debian.org>
Date:   Fri Aug 2 11:32:00 2013 +0200

    Merged from 5.2

diff --cc src/plugins/moinmoin/cronjobs/create-wikis.php
index e19a71f,6d8ec8e..1582800
--- a/src/plugins/moinmoin/cronjobs/create-wikis.php
+++ b/src/plugins/moinmoin/cronjobs/create-wikis.php
@@@ -56,8 -56,8 +56,8 @@@ while ( $row = db_fetch_array($project_
  		mkdir($project_dir, 0755, true);
  		system("cp -r /usr/share/moin/data /usr/share/moin/underlay $project_dir/");
  		system("chown -R gforge:gforge $project_dir");
 -		$template = "/etc/fusionforge/plugins/moinmoin/PROJECT_NAME.py.tmpl";
 +		$template = forge_get_config('config_path') . "/plugins/moinmoin/PROJECT_NAME.py.tmpl";
- 		system('(echo "# Automatically generated on `date` from '.$template.'";'
+ 		system('(echo "# Automatically generated on `LANG=C date` from '.$template.'";'
                        . 'echo "# DO NOT EDIT";'
                        . "sed s/@PROJECT_NAME@/$project/ < $template) > $wikidata/$project.py");
  

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

Summary of changes:
 src/plugins/moinmoin/cronjobs/create-wikis.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list