From 63090434b1cb4e7b87f0e024fbbc644faee863f7 Mon Sep 17 00:00:00 2001 From: rayeesn Date: Tue, 27 May 2014 07:53:23 -0700 Subject: [PATCH] CLOUDSTACK-6392: system template always create with name master instead of specific branch Signed-off-by: Abhinandan Prateek --- tools/appliance/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index a228e266088..db5dcb094b3 100755 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -28,7 +28,7 @@ fi build_date=`date +%Y-%m-%d` # set fixed or leave empty to use git to determine -branch=master +branch= if [ -z "$branch" ] ; then branch=`git status | grep '# On branch' | awk '{print $4}'`