Page "BloodhoundReleaseProcess" was changed by rjollos
Diff URL: 
<https://issues.apache.org/bloodhound/wiki/BloodhoundReleaseProcess?action=diff&version=12>
Revision 12
Comment: Spelling correction. Added syntax highlighting.
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: BloodhoundReleaseProcess
=========================================================================
--- BloodhoundReleaseProcess (version: 11)
+++ BloodhoundReleaseProcess (version: 12)
@@ -13,34 +13,41 @@
  1. Commit changes back to trunk.
 1. If this is a to be a new x.y release, create a new branch named <version 
number>:
 {{{
+#!sh
 svn copy https://svn.apache.org/repos/asf/incubator/bloodhound/trunk 
https://svn.apache.org/repos/asf/incubator/bloodhound/branches/<version number> 
-m "branching for new release"
 }}}
 1. Export branch to separate directory, named 
apache-bloodhound-incubating-<version number>:
 {{{
+#!sh
  svn export 
https://svn.apache.org/repos/asf/incubator/bloodhound/branches/<vesion number> 
apache-bloodhound-incubating-<version number>
 }}}
 1. Check for open tickets requiring the exclusion of files and directories for 
the current release and remove these
 1. Zip up that directory in Terminal (OS X 10.8) using:
 {{{
+#!sh
 tar -pvczf apache-bloodhound-incubating-<version number>.tar.gz 
/path/to/directory
 }}}
 1. Create a detached signature file for the tar.gz file. For example, on the 
command line with gpg:
 {{{
+#!sh
 gpg --armor --output apache-bloodhound-incubating-<version number>.tar.gz.asc 
--detach-sig apache-bloodhound-incubating-<version number>.tar.gz
 }}}
 1. Create an md5 file for the tar.gz file. For example with gpg:
 {{{
+#!sh
 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. 
 {{{
+#!sh
 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"
+svn commit bloodhound_dist_dev -m "adding <version number> artifacts to the 
Bloodhound dist/dev area for release votes"
 }}}
 1. Create a tag for the release
 {{{
+#!sh
 svn copy 
https://svn.apache.org/repos/asf/incubator/bloodhound/branches/<version number> 
https://svn.apache.org/repos/asf/incubator/bloodhound/tags/<version 
number>-incubating -m "tagging release"
 }}}
 
-------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