You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/06/04 15:05:29 UTC

git commit: updated refs/heads/master to 7ccf4bd

Repository: cloudstack
Updated Branches:
  refs/heads/master 603eab751 -> 7ccf4bd16


release branch fix
(cherry picked from commit c6e00c6825509bb56dcafea2947e89b7b9e396b3)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7ccf4bd1
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7ccf4bd1
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7ccf4bd1

Branch: refs/heads/master
Commit: 7ccf4bd1691958c17c00183fd5da7f22e89e3717
Parents: 603eab7
Author: Daan Hoogland <da...@onecht.net>
Authored: Wed Jun 4 15:03:36 2014 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Wed Jun 4 15:04:58 2014 +0200

----------------------------------------------------------------------
 tools/build/build_asf.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7ccf4bd1/tools/build/build_asf.sh
----------------------------------------------------------------------
diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh
index 02a5a27..e75da60 100644
--- a/tools/build/build_asf.sh
+++ b/tools/build/build_asf.sh
@@ -19,7 +19,7 @@
 version='TESTBUILD'
 sourcedir=~/cloudstack/
 outputdir=/tmp/cloudstack-build/
-branch='master'
+branch='master' # DH(20140604): maybe change default to `git symbolic-ref --short HEAD`
 tag='no'
 certid='X'
 committosvn='X'
@@ -103,8 +103,9 @@ esac
 git clean -f
 
 #create a RC branch
-RELEASE_BRANCH="RC" + `date +%Y%m%dT%H%M`
+RELEASE_BRANCH="RC"`date +%Y%m%dT%H%M`
 git branch $branch-$RELEASE_BRANCH
+git checkout $branch-$RELEASE_BRANCH
 
 
 echo 'commit changes'