-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21946/
-----------------------------------------------------------
Review request for cloudstack and Abhinandan Prateek.
Bugs: CLOUDSTACK-6392
https://issues.apache.org/jira/browse/CLOUDSTACK-6392
Repository: cloudstack-git
Description
-------
Create system vm from jenkins.buildacloud.org
in 4.4 System vm always create with same name
"systemvm64template-master-xen.vhd"
it should be create with name "systemvm64template-4.4-xen.vhd"
Diffs
-----
tools/appliance/build.sh a228e26
Diff: https://reviews.apache.org/r/21946/diff/
Testing
-------
Tested below piece of code from source tree
branch=
if [ -z "$branch" ] ; then
branch=`git status | grep '# On branch' | awk '{print $4}'`
fi
if [ -z "$branch" ] ; then
branch=unknown
fi
echo "Branch"
echo $branch
Thanks,
Rayees Namathponnan