You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by ns...@apache.org on 2013/03/30 11:44:54 UTC

[2/2] git commit: Went in to production

Went in to production


Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/20856d99
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/20856d99
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/20856d99

Branch: refs/heads/master
Commit: 20856d9960f73dd4fac9969a8674c4883d190536
Parents: f4b94d0
Author: Noah Slater <ns...@apache.org>
Authored: Sat Mar 30 10:44:43 2013 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Mar 30 10:44:43 2013 +0000

----------------------------------------------------------------------
 release/tag_candidate.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/20856d99/release/tag_candidate.sh
----------------------------------------------------------------------
diff --git a/release/tag_candidate.sh b/release/tag_candidate.sh
index 8fa65fd..9057a8e 100755
--- a/release/tag_candidate.sh
+++ b/release/tag_candidate.sh
@@ -92,7 +92,7 @@ release:
 	echo "Release dist directory: \$(VERSION_RELEASE_URL)"
 
 tag: \$(GIT_DIR)
-	echo git tag -u \$(GPG_KEY) \$(VERSION) \
+	git tag -u \$(GPG_KEY) \$(VERSION) \
 	    \`cat \$(ISH_FILE)\` -m \$(COMMIT_MSG_TAG)
 	git push origin \$(VERSION)