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  21747e2feff26153a723964b3ec527bd59be2564 (commit)
      from  ae110f532e31c22e94b1758d6f0b4747782ba634 (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 21747e2feff26153a723964b3ec527bd59be2564
Author: Roland Mas <[email protected]>
Date:   Mon Jun 1 13:23:27 2015 +0200

    cd back to the proper directory after copying the packages

diff --git a/tests/buildbot/fusionforge-build-and-test.sh 
b/tests/buildbot/fusionforge-build-and-test.sh
index 370450e..b30abdd 100755
--- a/tests/buildbot/fusionforge-build-and-test.sh
+++ b/tests/buildbot/fusionforge-build-and-test.sh
@@ -101,8 +101,10 @@ 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
            ;;
        rpm)
            rsync -av --delete root@$HOST:/usr/src/fusionforge/build/RPMS/ 
$WORKSPACE/packages/

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

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

diff --git a/tests/buildbot/fusionforge-build-and-test.sh 
b/tests/buildbot/fusionforge-build-and-test.sh
index 370450e..b30abdd 100755
--- a/tests/buildbot/fusionforge-build-and-test.sh
+++ b/tests/buildbot/fusionforge-build-and-test.sh
@@ -101,8 +101,10 @@ 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
            ;;
        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