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/03/14 17:28:19 UTC

qpid-cpp git commit: NO-JIRA: update notes on releasing

Repository: qpid-cpp
Updated Branches:
  refs/heads/master d2b80d401 -> c77fcc2a3


NO-JIRA: update notes on releasing


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

Branch: refs/heads/master
Commit: c77fcc2a3f11c2dc7c850a3625bbed9218317f93
Parents: d2b80d4
Author: Robert Gemmell <ro...@apache.org>
Authored: Tue Mar 14 17:26:09 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Tue Mar 14 17:27:09 2017 +0000

----------------------------------------------------------------------
 RELEASE.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/c77fcc2a/RELEASE.md
----------------------------------------------------------------------
diff --git a/RELEASE.md b/RELEASE.md
index bce8734..d8cbacd 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,7 +1,7 @@
 ### Building a release for vote:
 
 1. Grab a clean checkout for safety.
-2. Run: "git checkout ${BRANCH}" to switch to branch of the intended release point.
+2. Run: "git checkout ${BRANCH}" if needed to switch to branch of the intended release point.
 3. Update the versions etc:
   - VERSION.txt
   - management/python/setup.py
@@ -16,16 +16,18 @@
 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 "sha1sum qpid-cpp-${VERSION}.tar.gz > qpid-cpp-${VERSION}.tar.gz.sha1"
+  - e.g "sha512sum qpid-cpp-${VERSION}.tar.gz > qpid-cpp-${VERSION}.tar.gz.sha"
   - 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 email, provide links to dist dev repo
+9. Send vote email, provide links to dist dev repo.
 
 ### After a vote succeeds:
 
-1. Tag the RC with the final name/version.
+1. If needed, tag the RC bits with the final name/version.
 2. Commit the artifacts to dist release repo in https://dist.apache.org/repos/dist/release/qpid/cpp/${VERSION} dir:
-3. Give the mirrors some time to distribute things.
+   - e.g: svn cp -m "add files for qpid-cpp-${VERSION}" https://dist.apache.org/repos/dist/dev/qpid/jms/${TAG}/ https://dist.apache.org/repos/dist/release/qpid/cpp/${VERSION}/
+3. Give the mirrors some time to distribute things. Usually 24hrs to be safe, less if needed.
+   - https://www.apache.org/mirrors/ gives stats on mirror age + last check etc.
 4. Update the website with release content.
 5. Send release announcement email.


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