mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
release branch fix
This commit is contained in:
parent
3f0dcc76ae
commit
c6e00c6825
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user