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 cfdcf5ae4286a309a978010b2b575c1c80d7991f (commit)
from 9369b8d233bf14c64b53d9d110a356381423065e (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 cfdcf5ae4286a309a978010b2b575c1c80d7991f
Author: Roland Mas <[email protected]>
Date: Fri May 29 17:22:52 2015 +0200
Fetch built packages into the "workspace" after the tests have run
diff --git a/tests/buildbot/fusionforge-build-and-test.sh
b/tests/buildbot/fusionforge-build-and-test.sh
index 0ed402a..afe2f40 100755
--- a/tests/buildbot/fusionforge-build-and-test.sh
+++ b/tests/buildbot/fusionforge-build-and-test.sh
@@ -98,5 +98,14 @@ ssh root@$HOST
"/usr/src/fusionforge/autoinstall/vnc-run-testsuite.sh /usr/src/f
copy_logs
+case $INSTALL_METHOD in
+ deb)
+ rsync -av root@$HOST:/usr/src/debian-repository/local
$WORKSPACE/repository
+ ;;
+ rpm)
+ rsync -av root@$HOST:/usr/src/fusionforge/build/RPMS
$WORKSPACE/repository
+ ;;
+esac
+
stop_vm_if_not_kept $HOST
exit $retcode
-----------------------------------------------------------------------
Summary of changes:
tests/buildbot/fusionforge-build-and-test.sh | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/tests/buildbot/fusionforge-build-and-test.sh
b/tests/buildbot/fusionforge-build-and-test.sh
index 0ed402a..afe2f40 100755
--- a/tests/buildbot/fusionforge-build-and-test.sh
+++ b/tests/buildbot/fusionforge-build-and-test.sh
@@ -98,5 +98,14 @@ ssh root@$HOST
"/usr/src/fusionforge/autoinstall/vnc-run-testsuite.sh /usr/src/f
copy_logs
+case $INSTALL_METHOD in
+ deb)
+ rsync -av root@$HOST:/usr/src/debian-repository/local
$WORKSPACE/repository
+ ;;
+ rpm)
+ rsync -av root@$HOST:/usr/src/fusionforge/build/RPMS
$WORKSPACE/repository
+ ;;
+esac
+
stop_vm_if_not_kept $HOST
exit $retcode
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits