[
https://issues.apache.org/jira/browse/SLING-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040663#comment-14040663
]
Robert Munteanu edited comment on SLING-3685 at 7/22/14 1:06 PM:
-----------------------------------------------------------------
For reference, this is the current release process, assuming that the current
version is 1.0.1-SNAPSHOT
* set the fix version as released: {{mvn tycho-versions:set-version
-DnewVersion=1.0.2}}
* update the version of the source-bundle project to 1.0.2
* commit the change to svn
* manually tag in svn {{svn copy
https://svn.apache.org/repos/asf/sling/trunk/tooling/ide
https://svn.apache.org/repos/asf/sling/tags/sling-ide-tooling-1.0.2}}
* build the project with p2/gpg signing enabled {{mvn clean package -Psign}}
* build the source bundle from the source-bundle directory {{ mvn clean
package}}
* copy the following artifacts to
https://dist.apache.org/repos/dist/dev/sling/ide-tooling-1.0.2
** source bundle ( sling-ide-tooling-1.0.2.jar )
** zipped p2 repository ( org.apache.sling.ide.p2update-1.0.2.zip )
** ensure the artifacts are checksummed and gpg-signed
* call the vote
* Update to next version, e.g. {{mvn tycho-versions:set-version
-DnewVersion=1.0.3-SNAPSHOT}}
Once the release has passed, the following must be done:
* upload p2update.zip* to https://dist.apache.org/repos/dist/release/sling/
* upload unzipped update site to
https://dist.apache.org/repos/dist/release/sling/eclipse/1.0.2
* upload the source bundle to
https://dist.apache.org/repos/dist/release/sling/eclipse/1.0.2
** create GPG signatures and checksums for all uploaded jars, possibly using
the attached [^sign.sh] script
* update
https://dist.apache.org/repos/dist/release/sling/eclipse/composite\{Content,Artifacts\}.xml
to point to the latest $VERSION ( remove old one )
* (TODO how?) archive the old artifact versions but leave pointers to
archive.apache.org
was (Author: rombert):
For reference, this is the current release process, assuming that the current
version is 1.0.1-SNAPSHOT
* set the fix version as released: {{mvn tycho-versions:set-version
-DnewVersion=1.0.2}}
* update the version of the source-bundle project to 1.0.2
* commit the change to svn
* manually tag in svn {{svn copy
https://svn.apache.org/repos/asf/sling/trunk/tooling/ide
https://svn.apache.org/repos/asf/sling/tags/sling-ide-tooling-1.0.2}}
* build the project with p2/gpg signing enabled {{mvn clean package -Psign}}
* build the source bundle from the source-bundle directory {{ mvn clean
package}}
* copy the following artifacts to
https://dist.apache.org/repos/dist/dev/sling/ide-tooling-1.0.2
** source bundle ( sling-ide-tooling-1.0.2.jar )
** zipped p2 repository ( org.apache.sling.ide.p2update-1.0.2.zip )
** ensure the artifacts are checksummed and gpg-signed
* call the vote
* Update to next version, e.g. {{mvn tycho-versions:set-version
-DnewVersion=1.0.3-SNAPSHOT}}
Once the release has passed, the following must be done:
* upload p2update.zip* to https://dist.apache.org/repos/dist/release/sling/
* upload unzipped update site to
https://dist.apache.org/repos/dist/release/sling/eclipse/1.0.2
** create GPG signatures and checksums for all uploaded jars, possibly using
the attached [^sign.sh] script
* update
https://dist.apache.org/repos/dist/release/sling/eclipse/composite\{Content,Artifacts\}.xml
to point to the latest $VERSION ( remove old one )
* (TODO how?) archive the old artifact versions but leave pointers to
archive.apache.org
> Document and further automate the IDE tooling release process
> -------------------------------------------------------------
>
> Key: SLING-3685
> URL: https://issues.apache.org/jira/browse/SLING-3685
> Project: Sling
> Issue Type: Task
> Components: IDE
> Reporter: Robert Munteanu
> Fix For: Sling Eclipse IDE 1.0.4
>
> Attachments: sign.sh
>
>
> The current release process is very much manual, due to some of tycho's
> peculiarities ( see also SLING-3620 ). This task tracks the documentation of
> this release process and possible automation enhancements.
--
This message was sent by Atlassian JIRA
(v6.2#6252)