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 4eb2986b921967672c97db7a132fb2f1584721b7 (commit)
from 63c77fb2f8c514902dbeefb9cadd5ef6106c2da0 (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 4eb2986b921967672c97db7a132fb2f1584721b7
Author: Roland Mas <[email protected]>
Date: Mon Jun 1 15:04:02 2015 +0200
Fixed extraction of branch name
diff --git a/tests/buildbot/push-packages-to-repositories.sh
b/tests/buildbot/push-packages-to-repositories.sh
index ff7f1bb..89f78ea 100755
--- a/tests/buildbot/push-packages-to-repositories.sh
+++ b/tests/buildbot/push-packages-to-repositories.sh
@@ -4,7 +4,7 @@ set -e
os=$1
method=$2
-branch=$(echo $GIT_BRANCH | sed -e s,origin/,, -e s,/,_,g)
+branch=$(echo $GIT_BRANCH | sed -e s,origin/,, -e s,remotes/,, -e s,/,_,g)
case $os in
debian7)
-----------------------------------------------------------------------
Summary of changes:
tests/buildbot/push-packages-to-repositories.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/buildbot/push-packages-to-repositories.sh
b/tests/buildbot/push-packages-to-repositories.sh
index ff7f1bb..89f78ea 100755
--- a/tests/buildbot/push-packages-to-repositories.sh
+++ b/tests/buildbot/push-packages-to-repositories.sh
@@ -4,7 +4,7 @@ set -e
os=$1
method=$2
-branch=$(echo $GIT_BRANCH | sed -e s,origin/,, -e s,/,_,g)
+branch=$(echo $GIT_BRANCH | sed -e s,origin/,, -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