You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2014/05/28 08:06:04 UTC

git commit: updated refs/heads/master to 5f11c2e

Repository: cloudstack
Updated Branches:
  refs/heads/master 9cd6c4f2a -> 5f11c2e0b


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

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


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

Branch: refs/heads/master
Commit: 5f11c2e0be06ff1580ee7898b6316a4d61412db8
Parents: 9cd6c4f
Author: rayeesn <ra...@citrix.com>
Authored: Tue May 27 07:53:23 2014 -0700
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Wed May 28 11:35:57 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5f11c2e0/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}'`