----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21946/#review44343 -----------------------------------------------------------
Commit b4021284b853362f414e68e52deb5ba92734a7e2 in cloudstack's branch refs/heads/4.4 from rayeesn [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=b402128 ] CLOUDSTACK-6392: system template always create with name master instead of specific branch Signed-off-by: Abhinandan Prateek <aprat...@apache.org> - ASF Subversion and Git Services On May 27, 2014, 9:49 p.m., Rayees Namathponnan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/21946/ > ----------------------------------------------------------- > > (Updated May 27, 2014, 9:49 p.m.) > > > 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 > >