[evolvis-commits] r16015: Switch PFO-RBAC back to off on the buildbot

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 00:43:54 CET 2011


Author: mirabilos
Date: 2011-03-01 00:43:54 +0100 (Tue, 01 Mar 2011)
New Revision: 16015

Modified:
   trunk/gforge_base/evolvisforge-5.1/tests/func/config.php.buildbot
Log:
Switch PFO-RBAC back to off on the buildbot

Modified: trunk/gforge_base/evolvisforge-5.1/tests/func/config.php.buildbot
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/tests/func/config.php.buildbot	2011-02-28 23:43:52 UTC (rev 16014)
+++ trunk/gforge_base/evolvisforge-5.1/tests/func/config.php.buildbot	2011-02-28 23:43:54 UTC (rev 16015)
@@ -25,7 +25,7 @@
 define('DB_NAME', getenv('DB_NAME'));
 define('DB_USER', 'gforge');
 define('DB_PASSWORD', '@@FFDB_PASS@@');
-define('DB_INIT_CMD', "ssh root@".HOST." 'cd /opt/tests/func 2>/dev/null || cd /usr/share/tests/func; CONFIGURED=true CONFIG_PHP=config.php.buildbot DB_NAME=".DB_NAME." php db_reload.php ; touch /tmp/fusionforge-use-pfo-rbac'");
+define('DB_INIT_CMD', "ssh root@".HOST." 'cd /opt/tests/func 2>/dev/null || cd /usr/share/tests/func; CONFIGURED=true CONFIG_PHP=config.php.buildbot DB_NAME=".DB_NAME." php db_reload.php'");
 
 // this should be an existing user of the forge together with its password
 // (the password should be different from 'xxxxxx')



More information about the evolvis-commits mailing list