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, 6.0 has been updated
       via  c21cd804308a12deb6922c43e043f609869f6eda (commit)
      from  21747e2feff26153a723964b3ec527bd59be2564 (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 c21cd804308a12deb6922c43e043f609869f6eda
Author: Sylvain Beucler <[email protected]>
Date:   Mon Jun 1 13:45:22 2015 +0200

    testsuite: simplify package rsync

diff --git a/tests/buildbot/fusionforge-build-and-test.sh 
b/tests/buildbot/fusionforge-build-and-test.sh
index b30abdd..80dc556 100755
--- a/tests/buildbot/fusionforge-build-and-test.sh
+++ b/tests/buildbot/fusionforge-build-and-test.sh
@@ -101,10 +101,7 @@ copy_logs
 if [ $retcode = 0 ] ; then
     case $INSTALL_METHOD in
        deb)
-           cwd=$(pwd)
-           cd $WORKSPACE/packages/
-           rsync -av --delete root@$HOST:/usr/src/debian-repository/local/ ./
-           cd $cwd
+           rsync -av --delete root@$HOST:/usr/src/debian-repository/local/ 
$WORKSPACE/packages/
            ;;
        rpm)
            rsync -av --delete root@$HOST:/usr/src/fusionforge/build/RPMS/ 
$WORKSPACE/packages/

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

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

diff --git a/tests/buildbot/fusionforge-build-and-test.sh 
b/tests/buildbot/fusionforge-build-and-test.sh
index b30abdd..80dc556 100755
--- a/tests/buildbot/fusionforge-build-and-test.sh
+++ b/tests/buildbot/fusionforge-build-and-test.sh
@@ -101,10 +101,7 @@ copy_logs
 if [ $retcode = 0 ] ; then
     case $INSTALL_METHOD in
        deb)
-           cwd=$(pwd)
-           cd $WORKSPACE/packages/
-           rsync -av --delete root@$HOST:/usr/src/debian-repository/local/ ./
-           cd $cwd
+           rsync -av --delete root@$HOST:/usr/src/debian-repository/local/ 
$WORKSPACE/packages/
            ;;
        rpm)
            rsync -av --delete root@$HOST:/usr/src/fusionforge/build/RPMS/ 
$WORKSPACE/packages/


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to