Page "BloodhoundReleaseProcess" was changed by gjm
Diff URL: 
<https://issues.apache.org/bloodhound/wiki/BloodhoundReleaseProcess?action=diff&version=3>
Revision 3
Comment: Expanding on possible cli commands to sign and upload (commit) the 
release artefacts
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: BloodhoundReleaseProcess
=========================================================================
--- BloodhoundReleaseProcess (version: 2)
+++ BloodhoundReleaseProcess (version: 3)
@@ -16,8 +16,21 @@
 {{{
 tar -pvczf apache-bloodhound-incubating-<version number>.tar.gz 
/path/to/directory
 }}}
-1. Create .md5 and .asc files for the resulting file
-1. Copy the {{{.tar.gz}}}, {{{.tar.gz.md5}}} and {{{.tar.gz.asc}}} files 
[release files] to the 
{{{https://dist.apache.org/repos/dist/dev/incubator/bloodhound}}} folder.
+1. Create a detached signature file for the tar.gz file. For example, on the 
command line with gpg:
+{{{
+gpg --armor --output apache-bloodhound-incubating-<version number>.tar.gz.asx 
--detach-sig apache-bloodhound-incubating-<version number>.tar.gz
+}}}
+1. Create an md5 file for the tar.gz file. For example with gpg:
+{{{
+gpg --print-md MD5 apache-bloodhound-incubating-<version number>.tar.gz > 
apache-bloodhound-incubating-<version number>.tar.gz.md5
+}}}
+1. Copy the {{{.tar.gz}}}, {{{.tar.gz.md5}}} and {{{.tar.gz.asc}}} files 
[release files] to the 
{{{https://dist.apache.org/repos/dist/dev/incubator/bloodhound}}} folder. 
+{{{
+svn co https://dist.apache.org/repos/dist/dev/incubator/bloodhound 
bloodhound_dist_dev
+cp apache-bloodhound-incubating-<version number>* bloodhound_dist_dev/
+svn add bloodhound_dist_dev/apache-bloodhound-incubating-<version number>*
+svn commit bloodhound_dist_dev -m "adding <version number> artefacts to the 
Bloodhound dist/dev area for release votes"
+}}}
 
 === Voting process ===
 1. Call for a vote on the bh-dev@ mailing list
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://issues.apache.org/bloodhound/wiki/BloodhoundReleaseProcess>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

This is an automated message. Someone added your email address to be
notified of changes on 'BloodhoundReleaseProcess' page.
If it was not you, please report to .

Reply via email to