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  3253817f2fc66db7b02b2120e8891a4cf2a25fec (commit)
      from  4eb2986b921967672c97db7a132fb2f1584721b7 (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 3253817f2fc66db7b02b2120e8891a4cf2a25fec
Author: Roland Mas <[email protected]>
Date:   Mon Jun 1 15:38:15 2015 +0200

    Fixed extraction of branch name + add debugging info

diff --git a/tests/buildbot/push-packages-to-repositories.sh 
b/tests/buildbot/push-packages-to-repositories.sh
index 89f78ea..f0f68c9 100755
--- a/tests/buildbot/push-packages-to-repositories.sh
+++ b/tests/buildbot/push-packages-to-repositories.sh
@@ -1,10 +1,10 @@
 #!/bin/bash
 
-set -e
+set -ex
 
 os=$1
 method=$2
-branch=$(echo $GIT_BRANCH | sed -e s,origin/,, -e s,remotes/,, -e s,/,_,g)
+branch=$(echo $GIT_BRANCH | sed -e s,origin/,, -e s,remotes_,, -e s,remotes/,, 
-e s,/,_,g)
 
 case $os in
     debian7)

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

Summary of changes:
 tests/buildbot/push-packages-to-repositories.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/buildbot/push-packages-to-repositories.sh 
b/tests/buildbot/push-packages-to-repositories.sh
index 89f78ea..f0f68c9 100755
--- a/tests/buildbot/push-packages-to-repositories.sh
+++ b/tests/buildbot/push-packages-to-repositories.sh
@@ -1,10 +1,10 @@
 #!/bin/bash
 
-set -e
+set -ex
 
 os=$1
 method=$2
-branch=$(echo $GIT_BRANCH | sed -e s,origin/,, -e s,remotes/,, -e s,/,_,g)
+branch=$(echo $GIT_BRANCH | sed -e s,origin/,, -e s,remotes_,, -e s,remotes/,, 
-e s,/,_,g)
 
 case $os in
     debian7)


hooks/post-receive
-- 
FusionForge

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

Reply via email to