[Fusionforge-commits] FusionForge branch master updated. 8094279b651ff8f4dab75801acb4bf03845a56c3

Sylvain Beucler beuc-inria at fusionforge.org
Tue Sep 9 10:18:07 CEST 2014


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  8094279b651ff8f4dab75801acb4bf03845a56c3 (commit)
      from  1ed61bd2355cc8155d21886da8742d02e9b7d6bf (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 8094279b651ff8f4dab75801acb4bf03845a56c3
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Tue Sep 9 10:18:00 2014 +0200

    testsuite: don't build packages during source installs

diff --git a/tests/buildbot/fusionforge-build-and-test.sh b/tests/buildbot/fusionforge-build-and-test.sh
index 93d01ad..1d18469 100755
--- a/tests/buildbot/fusionforge-build-and-test.sh
+++ b/tests/buildbot/fusionforge-build-and-test.sh
@@ -57,10 +57,10 @@ else
     ssh root@$HOST "yum install -y rsync"
 fi
 rsync -av --delete autoinstall src tests root@$HOST:/usr/src/fusionforge/
-ssh root@$HOST "/usr/src/fusionforge/autoinstall/build.sh"
 if [ $INSTALL_METHOD = "src" ]; then
     ssh root@$HOST "/usr/src/fusionforge/autoinstall/install-src.sh"
 else
+    ssh root@$HOST "/usr/src/fusionforge/autoinstall/build.sh"
     ssh root@$HOST "/usr/src/fusionforge/autoinstall/install.sh"
 fi
 

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

Summary of changes:
 tests/buildbot/fusionforge-build-and-test.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list