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"

(How to update the version number)
(Added screenshot of Hudson triquetrum.milestone Ant task.)
Line 3: Line 3:
 
# 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.
## Update the milestone directory: configure the [https://hudson.eclipse.org/triquetrum/job/triquetrum.milestone/configure Hudson triquetrum.milestone build] and in Build -> Invoke Ant, click on Advanced Properties and update <code>targetDir=/home/data/httpd/download.eclipse.org/triquetrum/M1/</code>, then save the change
+
## Update the milestone directory: configure the [https://hudson.eclipse.org/triquetrum/job/triquetrum.milestone/configure Hudson triquetrum.milestone build] and in Build -> Invoke Ant, click on Advanced Properties and update <code>targetDir=/home/data/httpd/download.eclipse.org/triquetrum/M1/</code>, then save the change [[File:TriquetrumHudsonMilestoneScreenshot.png|700px|Hudson triquetrum.milestone screenshot showing the Build -> Ant Task section]]
 
# Run the [https://hudson.eclipse.org/triquetrum/job/triquetrum.milestone/ Hudson triquetrum.milestone build]
 
# Run the [https://hudson.eclipse.org/triquetrum/job/triquetrum.milestone/ Hudson triquetrum.milestone build]
 
# To see what files are created, see http://download.eclipse.org/triquetrum/M1/?d
 
# To see what files are created, see http://download.eclipse.org/triquetrum/M1/?d

Revision as of 21:46, 23 September 2016

Create a Triquetrum Milestone Build

To create a Triquetrum Milestone Build, follow these steps:

  1. Increment the version number in org.eclipse.triquetrum.repository/Triquetrum.product
  2. 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
  3. Run the Hudson triquetrum.milestone build
  4. To see what files are created, see http://download.eclipse.org/triquetrum/M1/?d
  5. Edit Triquetrum Downloads

See Also

Back to the top