[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 54b8b1bfa265be4330a515996c825af5b39a7c3a

Roland Mas lolando at fusionforge.org
Thu Nov 29 14:55:42 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, Branch_5_2 has been updated
       via  54b8b1bfa265be4330a515996c825af5b39a7c3a (commit)
      from  896ec26badc65cfde99ce56f7e7871df6ed217b2 (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 54b8b1bfa265be4330a515996c825af5b39a7c3a
Author: Roland Mas <lolando at debian.org>
Date:   Thu Nov 29 14:55:33 2012 +0100

    Don't start VM until we know the packages build

diff --git a/tests/scripts/fusionforge-build-and-test-deb.sh b/tests/scripts/fusionforge-build-and-test-deb.sh
index 8776750..68e25b8 100755
--- a/tests/scripts/fusionforge-build-and-test-deb.sh
+++ b/tests/scripts/fusionforge-build-and-test-deb.sh
@@ -13,8 +13,6 @@ export DIST=wheezy
 export HOST=$1
 
 prepare_workspace
-destroy_vm -t debian7 $HOST
-start_vm_if_not_keeped -t debian7 $HOST
 
 CHECKOUTPATH=$(pwd)
 
@@ -62,6 +60,11 @@ EOF
 
 reprepro -Vb $REPOPATH include $DIST $CHANGEFILE
 
+cd $CHECKOUTPATH
+
+destroy_vm -t debian7 $HOST
+start_vm_if_not_keeped -t debian7 $HOST
+
 # Build 3rd-party 
 # make -C 3rd-party -f Makefile.deb BUILDRESULT=$BUILDRESULT LOCALREPODEB=$WORKSPACE/build/debian BUILDDIST=$DIST DEBMIRROR=$DEBMIRROR botclean botbuild
 

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

Summary of changes:
 tests/scripts/fusionforge-build-and-test-deb.sh |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list