Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Triquetrum/Releng/Milestone Builds"

(See [[[[Triquetrum/Releng/New Eclipse Version]])
(See Eclipse Development Process > Releases for version numbers.)
Line 1: Line 1:
 
== Create a Triquetrum Milestone Build ==
 
== Create a Triquetrum Milestone Build ==
 
To create a Triquetrum Milestone Build, follow these steps:
 
To create a Triquetrum Milestone Build, follow these steps:
# See [[Version Numbering]] for how to select a version number.
+
# See [https://www.eclipse.org/projects/dev_process/development_process.php#6_4_Releases Eclipse Development Process > Releases] and [[Version Numbering]] for how to select a version number.
 
# Increment the version number in [https://github.com/eclipse/triquetrum/blob/master/org.eclipse.triquetrum.repository/Triquetrum.product org.eclipse.triquetrum.repository/Triquetrum.product]
 
# Increment the version number in [https://github.com/eclipse/triquetrum/blob/master/org.eclipse.triquetrum.repository/Triquetrum.product org.eclipse.triquetrum.repository/Triquetrum.product]
 
# The [https://github.com/eclipse/triquetrum/blob/master/org.eclipse.triquetrum.repository/publish.xml org.eclipse.triquetrum.repository/publish.xml] file contains a copyZips target that is invoked by the triquetrum.milestone build.
 
# The [https://github.com/eclipse/triquetrum/blob/master/org.eclipse.triquetrum.repository/publish.xml org.eclipse.triquetrum.repository/publish.xml] file contains a copyZips target that is invoked by the triquetrum.milestone build.

Revision as of 20:18, 20 February 2017

Create a Triquetrum Milestone Build

To create a Triquetrum Milestone Build, follow these steps:

  1. See Eclipse Development Process > Releases and Version Numbering for how to select a version number.
  2. Increment the version number in org.eclipse.triquetrum.repository/Triquetrum.product
  3. The org.eclipse.triquetrum.repository/publish.xml file contains a copyZips target that is invoked by the triquetrum.milestone build.
    1. Update the milestone directory: configure the Hudson triquetrum.milestone build and in Build -> Invoke Ant, click on Advanced Properties and update targetDir=/home/data/httpd/download.eclipse.org/triquetrum/M1/, then save the change Hudson triquetrum.milestone screenshot showing the Build -> Ant Task section
  4. Enable and run the Hudson triquetrum.milestone build.
  5. To see what files are created, see http://download.eclipse.org/triquetrum/M1/?d
  6. When you are satisfied with the output, disable the Hudson triquetrum.milestone build.
  7. Edit Triquetrum Downloads.

See Also

Back to the top