Repository: cloudstack
Updated Branches:
  refs/heads/4.4 58d4a2400 -> b4021284b


CLOUDSTACK-6392: system template always create with name master instead of 
specific branch

Signed-off-by: Abhinandan Prateek <aprat...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b4021284
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b4021284
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b4021284

Branch: refs/heads/4.4
Commit: b4021284b853362f414e68e52deb5ba92734a7e2
Parents: 58d4a24
Author: rayeesn <raye...@citrix.com>
Authored: Tue May 27 07:53:23 2014 -0700
Committer: Daan Hoogland <d...@onecht.net>
Committed: Fri May 30 09:45:38 2014 +0200

----------------------------------------------------------------------
 tools/appliance/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b4021284/tools/appliance/build.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh
index a228e26..db5dcb0 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}'`

Reply via email to