[
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 6/30/14 1:56 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}}
* 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.0}}
* build the project with p2/gpg signing enabled {{mvn clean deploy
-Psign,!eclipse-test}} ( alternatively {{mvn clean deploy
-Psign,\!eclipse-test}} to make bash happy)
* inspect the staging repository from nexus to ensure that all artifacts are
properly deployed
* call the vote
* Update to next version, e.g. {{mvn tycho-versions:set-version
-DnewVersion=1.0.3-SNAPSHOT}}
was (Author: rombert):
For reference, this is the current release process:
Some notes:
* force build a qualifier by adding the followin in the reactor pom (
pluginManagement )
{code}
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<format>'RELEASE'</format>
</configuration>
</plugin>
{code}
* 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.0}}
* build the project with p2 signing enabled {{mvn clean install -Psign}} . This
also runs all the integration tests and checks the licenses on all files
* build only a src archive {{mvn -Psource-release assembly:single antrun:run
-Dtycho.mode=maven -Dusername=rombert -Djira.fixVersion=12324873
-Djira.fixedIssues=140}}
* manually gpg-sign the src archive and the checksums
* upload the src zip file with checksums and signatures for testing on the
dist/dev tree ( see https://www.apache.org/dev/release.html#host-rc ).
* call the vote ( updated email template )
* remove the build qualifier from trunk
* Update to next version, e.g. {{mvn tycho-versions:set-version
-DnewVersion=1.0.2-SNAPSHOT}}
* if the vote is successful
** remove the files from dist/dev
** move the files to dist/dev
** upload the p2 update site (exploded/archived ) to
https://dist.apache.org/repos/dist/release/sling/eclipse ( *.zip, /update )
* if the vote is not successful
** remove the files from dist/dev
** remove the tag from SVN
> 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.2
>
>
> 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)