[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 315acde0eed53a1e417da17a55b4ef9c4845dd1a

Roland Mas lolando at fusionforge.org
Tue Jan 28 09:07:36 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_2 has been updated
       via  315acde0eed53a1e417da17a55b4ef9c4845dd1a (commit)
      from  7d437621019b9a07ffe93e42c4fee30b2169cc3e (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 315acde0eed53a1e417da17a55b4ef9c4845dd1a
Author: Roland Mas <lolando at debian.org>
Date:   Tue Jan 28 09:07:30 2014 +0100

    Clean up files after a build

diff --git a/tests/scripts/fusionforge-build-and-test-deb.sh b/tests/scripts/fusionforge-build-and-test-deb.sh
index b982ff5..edbb2ff 100755
--- a/tests/scripts/fusionforge-build-and-test-deb.sh
+++ b/tests/scripts/fusionforge-build-and-test-deb.sh
@@ -174,5 +174,8 @@ retcode=$(ssh root@$HOST cat /root/phpunit.exitcode)
 rsync -av root@$HOST:/var/log/ $WORKSPACE/reports/
 ssh root@$HOST "vncserver -kill :1" || retcode=$?
 
+cd $CHECKOUTPATH
+for i in *_source.changes ; do echo $i ; cat $i | sed -e 0,/^Checksums/d -e /^Checksums/,\$d | awk '{print $3}' ; done | xargs rm
+
 stop_vm_if_not_keeped -t $VM $@
 exit $retcode

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list