Repository: mesos
Updated Branches:
  refs/heads/master d09478d73 -> 12d61403a


Only push the tag when tagging a release.

Git prefers branches to tags so be explicit.


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

Branch: refs/heads/master
Commit: 12d61403a0f6ea9411a5f733725262f976c637ba
Parents: d09478d
Author: Ian Downes <[email protected]>
Authored: Thu Nov 6 12:57:29 2014 -0800
Committer: Ian Downes <[email protected]>
Committed: Thu Nov 6 12:57:29 2014 -0800

----------------------------------------------------------------------
 support/tag.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/12d61403/support/tag.sh
----------------------------------------------------------------------
diff --git a/support/tag.sh b/support/tag.sh
index 7fb0c02..73847b9 100755
--- a/support/tag.sh
+++ b/support/tag.sh
@@ -75,7 +75,7 @@ echo "${GREEN}Pushing the git tag to the 
repository...${NORMAL}"
 
 MESOS_GIT_URL="https://git-wip-us.apache.org/repos/asf/mesos.git";
 
-git push ${MESOS_GIT_URL} ${TAG}
+git push ${MESOS_GIT_URL} refs/tags/${TAG}
 
 popd # mesos
 popd # ${WORK_DIR}

Reply via email to