[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 507de9e0462d7cd5812463e6e3482d1b372f66d2

Roland Mas lolando at fusionforge.org
Fri Mar 21 14:18:45 CET 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, Branch_5_3 has been updated
       via  507de9e0462d7cd5812463e6e3482d1b372f66d2 (commit)
      from  910b0ecd1a317b1eff84f728b913562a1c473802 (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 507de9e0462d7cd5812463e6e3482d1b372f66d2
Author: Roland Mas <lolando at debian.org>
Date:   Fri Mar 21 14:18:41 2014 +0100

    Don't fail if no files need to be removed

diff --git a/tests/scripts/fusionforge-build-and-test-deb.sh b/tests/scripts/fusionforge-build-and-test-deb.sh
index 26eb02b..c23368f 100755
--- a/tests/scripts/fusionforge-build-and-test-deb.sh
+++ b/tests/scripts/fusionforge-build-and-test-deb.sh
@@ -162,7 +162,7 @@ ssh root@$HOST "$FORGE_HOME/tests/func/vncxstartsuite.sh $FILTER" || retcode=$?
 rsync -av root@$HOST:/var/log/ $WORKSPACE/reports/
 
 cd $CHECKOUTPATH
-for i in *_source.changes ; do echo $i ; echo $(basename $i _source.changes)_*.build ; cat $i | sed -e 0,/^Checksums/d -e /^Checksums/,\$d | awk '{print $3}' ; done | xargs rm
+for i in *_source.changes ; do echo $i ; echo $(basename $i _source.changes)_*.build ; cat $i | sed -e 0,/^Checksums/d -e /^Checksums/,\$d | awk '{print $3}' ; done | xargs rm || true
 
 stop_vm_if_not_keeped -t $VM $@
 exit $retcode

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list