[Fusionforge-commits] FusionForge branch master updated. 0a8bfe585d6031f145e1126c424c50f3691bebbf

Roland Mas lolando at fusionforge.org
Thu Nov 29 11:33:56 CET 2012


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  0a8bfe585d6031f145e1126c424c50f3691bebbf (commit)
       via  a80f1f347b397ea9be09be32d127bc20a702dd0a (commit)
      from  e16b305c44e36161f776896e97b2b3951a8076be (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 0a8bfe585d6031f145e1126c424c50f3691bebbf
Author: Roland Mas <lolando at debian.org>
Date:   Thu Nov 29 11:32:40 2012 +0100

    Switch Loggerhead links to HTTP (not HTTPS) for testsuite

diff --git a/tests/scripts/fusionforge-build-and-test-deb.sh b/tests/scripts/fusionforge-build-and-test-deb.sh
index 02f67bc..a5e35b7 100755
--- a/tests/scripts/fusionforge-build-and-test-deb.sh
+++ b/tests/scripts/fusionforge-build-and-test-deb.sh
@@ -104,6 +104,7 @@ ssh root@$HOST "LANG=C a2dissite default ; LANG=C invoke-rc.d apache2 reload"
 ssh root@$HOST "(echo [core];echo use_ssl=no) > /etc/gforge/config.ini.d/zzz-buildbot.ini"
 ssh root@$HOST "(echo [moinmoin];echo use_frame=no) >> /etc/gforge/config.ini.d/zzz-buildbot.ini"
 ssh root@$HOST "(echo [mediawiki];echo unbreak_frames=yes) >> /etc/gforge/config.ini.d/zzz-buildbot.ini"
+ssh root@$HOST "[ -e /var/lib/gforge/.bazaar/bazaar.conf ] && sed -i -e s,https://,http://,g /var/lib/gforge/.bazaar/bazaar.conf"
 
 # Dump database
 echo "Dump freshly installed database"

commit a80f1f347b397ea9be09be32d127bc20a702dd0a
Author: Roland Mas <lolando at debian.org>
Date:   Thu Nov 29 10:47:17 2012 +0100

    Actually run 20121128-drop-old-tables.sql, d'oh

diff --git a/src/plugins/scmgit/bin/db-upgrade.pl b/src/plugins/scmgit/bin/db-upgrade.pl
index 3cc18e8..bdb2d63 100755
--- a/src/plugins/scmgit/bin/db-upgrade.pl
+++ b/src/plugins/scmgit/bin/db-upgrade.pl
@@ -72,6 +72,7 @@ eval {
     }
     
     &update_with_sql("/usr/share/gforge/plugins/$pluginname/lib/20121019-multiple-repos.sql","0.2");
+    &update_with_sql("/usr/share/gforge/plugins/$pluginname/lib/20121128-drop-old-tables.sql","0.3");
 
     debug "It seems your database install/upgrade went well and smoothly.  That's cool." ;
     debug "Please enjoy using Debian GForge." ;

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

Summary of changes:
 src/plugins/scmgit/bin/db-upgrade.pl            |    1 +
 tests/scripts/fusionforge-build-and-test-deb.sh |    1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list