You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/11/21 16:52:11 UTC

qpid-cpp git commit: QPID-7920: update notes and helper script for releases

Repository: qpid-cpp
Updated Branches:
  refs/heads/master 4bc94bbba -> 851e5b198


QPID-7920: update notes and helper script for releases


Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/851e5b19
Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/851e5b19
Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/851e5b19

Branch: refs/heads/master
Commit: 851e5b198f0f232a104046f593d157cb0256a969
Parents: 4bc94bb
Author: Robbie Gemmell <ro...@apache.org>
Authored: Tue Nov 21 16:49:52 2017 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Tue Nov 21 16:49:52 2017 +0000

----------------------------------------------------------------------
 RELEASE.md    | 13 ++++++-------
 bin/export.sh |  2 +-
 2 files changed, 7 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/851e5b19/RELEASE.md
----------------------------------------------------------------------
diff --git a/RELEASE.md b/RELEASE.md
index 05e3311..945e053 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -11,16 +11,15 @@
   - Run: "git add ."
   - Run: 'git commit -m "update versions for ${TAG}"'
   - Run: 'git tag -m "tag ${TAG}" ${TAG}'
-  - Push changes. Optionally save this bit for later.
-5. Run: "bin/export.sh $PWD ${TAG}" to create the qpid-cpp-${TAG}.tar.gz release archive.
+5. Run: "bin/export.sh $PWD ${TAG}" to create the qpid-cpp-${VERSION}.tar.gz release archive.
 6. Create signature and checksums for the archive:
-  - Rename if needed, e.g "mv qpid-cpp-${TAG}.tar.gz qpid-cpp-${VERSION}.tar.gz"
   - e.g "gpg --detach-sign --armor qpid-cpp-${VERSION}.tar.gz"
-  - e.g "sha512sum qpid-cpp-${VERSION}.tar.gz > qpid-cpp-${VERSION}.tar.gz.sha"
+  - e.g "sha512sum qpid-cpp-${VERSION}.tar.gz > qpid-cpp-${VERSION}.tar.gz.sha512"
   - e.g "md5sum qpid-cpp-${VERSION}.tar.gz > qpid-cpp-${VERSION}.tar.gz.md5"
-7. Commit artifacts to dist dev repo in https://dist.apache.org/repos/dist/dev/qpid/cpp/${TAG} dir.
-8. Bump the branch versions to next 1.x.y-SNAPSHOT (and master if it wasn't already).
-9. Send vote email, provide links to dist dev repo.
+7. Push branch changes and tag.
+  - Also update versions to the applicable snapshot version for future work on it.
+8. Commit artifacts to dist dev repo in https://dist.apache.org/repos/dist/dev/qpid/cpp/${TAG} dir.
+9. Send vote email, provide links to dist dev repo and JIRA release notes.
 
 ### After a vote succeeds:
 

http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/851e5b19/bin/export.sh
----------------------------------------------------------------------
diff --git a/bin/export.sh b/bin/export.sh
index 6b751ad..a0bca66 100755
--- a/bin/export.sh
+++ b/bin/export.sh
@@ -66,8 +66,8 @@ WORKDIR=$(mktemp -d)
 (
     cd ${SRC}
     MTIME=$(date -d @`git log -1 --pretty=format:%ct tags/${TAG}` '+%Y-%m-%d %H:%M:%S')
-    ARCHIVE=$DIR/qpid-cpp-${TAG}.tar.gz
     VERSION=$(git show tags/${TAG}:VERSION.txt)
+    ARCHIVE=$DIR/qpid-cpp-${VERSION}.tar.gz
     PREFIX=qpid-cpp-${VERSION}
     [ -d ${WORKDIR} ] || mkdir -p ${WORKDIR}
     git archive --format=tar --prefix=${PREFIX}/ tags/${TAG} \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org