We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603eab7 commit 7ccf4bdCopy full SHA for 7ccf4bd
1 file changed
tools/build/build_asf.sh
@@ -19,7 +19,7 @@
19
version='TESTBUILD'
20
sourcedir=~/cloudstack/
21
outputdir=/tmp/cloudstack-build/
22
-branch='master'
+branch='master' # DH(20140604): maybe change default to `git symbolic-ref --short HEAD`
23
tag='no'
24
certid='X'
25
committosvn='X'
@@ -103,8 +103,9 @@ esac
103
git clean -f
104
105
#create a RC branch
106
-RELEASE_BRANCH="RC" + `date +%Y%m%dT%H%M`
+RELEASE_BRANCH="RC"`date +%Y%m%dT%H%M`
107
git branch $branch-$RELEASE_BRANCH
108
+git checkout $branch-$RELEASE_BRANCH
109
110
111
echo 'commit changes'
0 commit comments