Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Triquetrum/Releng/Milestone Builds
< Triquetrum | Releng
Create a Triquetrum Milestone Build
To create a Triquetrum Milestone Build, follow these steps:
- See Eclipse Development Process > Releases and Version Numbering for how to select a version number.
- Update the version number using
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.4.0
. Note that we don't use the M here - Update the version numbers by hand:
- Edit releng/org.eclipse.triquetrum.repository/pom.xml and update the version by removing
qualifier
from theid
. - Edit releng/org.eclipse.triquetrum.repository/Triquetrum.product and remove
qualifier
from theproduct uid
.- Change
<product name="Triquetrum" uid="org.eclipse.triquetrum.workflow.editor.rcp.incubation-0.3.1" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="0.4.0" useFeatures="true" includeLaunchers="true">
to<product name="Triquetrum" uid="org.eclipse.triquetrum.workflow.editor.rcp.incubation-0.4.0M1" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="0.4.0" useFeatures="true" includeLaunchers="true">
- Change
- Update the version numbers in releng/org.eclipse.triquetrum.repository/site.xml. Here, the
qualifier
text can remain. Also, the triquetrum.ptolemy.feature version number should not be updated unless that feature has gone through IP checking, see Triquetrum/Ptolemy/osgi-2-0. - Run
mvn clean verify
and edit thepom.xml
andTriquetrum.product
until the files that are created have the correct names.
- Edit releng/org.eclipse.triquetrum.repository/pom.xml and update the version by removing
- The releng/org.eclipse.triquetrum.repository/publish.xml file contains a copyZips target that is invoked by the triquetrum.milestone build.
- Update the milestone directory: configure the Jenkins triquetrum.milestone build, under Invoke Ant click on Advanced Properties and update
targetDir=/home/data/httpd/download.eclipse.org/triquetrum/0.4.0M1/
, make the same edit in the second Invoke Ant area, then save the change
- Update the milestone directory: configure the Jenkins triquetrum.milestone build, under Invoke Ant click on Advanced Properties and update
- Commit your changes, push them and pull the change in to the master branch.
- Invoke the Milestone build by going to Jenkins triquetrum.milestone build noting the Build Trigger Token and replacing TOKEN_NAME in the fullowing URL: https://ci.eclipse.org/triquetrum/job/triquetrum.milestone/build?token=TOKEN_NAME
- To see what files are created, see http://download.eclipse.org/triquetrum/0.4.0M1/?d
- When you are satisfied with the output, in the Jenkins triquetrum.milestone build:
- Update the targetDir to the next milestone release so that we don't accidentally overwrite the current release
- Edit Triquetrum Downloads.
- Eventually: update the version number of the master branch to the next version using
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.3.1