You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2016/01/10 19:20:53 UTC

[2/6] accumulo git commit: ACCUMULO-4106 Correct build.sh to recommend correct Git tag name for releases.

ACCUMULO-4106 Correct build.sh to recommend correct Git tag name for releases.


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

Branch: refs/heads/1.7
Commit: 8669215b1f6dfd8690020295801a35703a77292f
Parents: e85f14b
Author: Josh Elser <el...@apache.org>
Authored: Sun Jan 10 13:19:34 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Sun Jan 10 13:19:34 2016 -0500

----------------------------------------------------------------------
 assemble/build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8669215b/assemble/build.sh
----------------------------------------------------------------------
diff --git a/assemble/build.sh b/assemble/build.sh
index 3a4a47b..0f76376 100755
--- a/assemble/build.sh
+++ b/assemble/build.sh
@@ -60,7 +60,7 @@ createEmail() {
   echo
   echo    "    However, do *NOT* push the $tag tag until after the vote"
   echo    "    passes and the tag is re-made with a gpg signature using"
-  echo    "    \`git tag -f -m 'Apache Accumulo $tag' -s $tag ${commit:0:7}\`"
+  echo    "    \`git tag -f -m 'Apache Accumulo $tag' -s rel/$tag ${commit:0:7}\`"
   echo
   echo    "IMPORTANT!! IMPORTANT!! IMPORTANT!! IMPORTANT!! IMPORTANT!! IMPORTANT!!"
   echo
@@ -91,7 +91,7 @@ Branch:
     $branch
 
 If this vote passes, a gpg-signed tag will be created using:
-    git tag -f -m 'Apache Accumulo $tag' -s $tag $commit
+    git tag -f -m 'Apache Accumulo $tag' -s rel/$tag $commit
 
 Staging repo: https://repository.apache.org/content/repositories/orgapacheaccumulo-$stagingrepo
 Source (official release artifact): https://repository.apache.org/content/repositories/orgapacheaccumulo-$stagingrepo/org/apache/accumulo/accumulo/$tag/accumulo-$tag-src.tar.gz