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 "SMILA/Release Work Checklist"

(Howto create a SMILA release or milestone)
(Javadoc)
Line 38: Line 38:
 
** http://www.eclipse.org/downloads/download.php?file=/rt/smila/releases/$VERSION/SMILA-incubation-$VERSION-win32.win32.x86_64.zip
 
** http://www.eclipse.org/downloads/download.php?file=/rt/smila/releases/$VERSION/SMILA-incubation-$VERSION-win32.win32.x86_64.zip
  
=== Javadoc ===
+
=== Make javadocs available ===
  
 
* <code>cd /opt/public/rt/smila/javadoc</code>
 
* <code>cd /opt/public/rt/smila/javadoc</code>

Revision as of 10:04, 12 September 2011

How to create a SMILA release or milestone

This page describes what to do to make a SMILA release or milestone available for download.

Put builds on Eclipse download server

  • For milestones: cd /opt/public/rt/smila/milestones
  • For releases: cd /opt/public/rt/smila/releases
  • In the following "$VERSION" is the release number.
    • milestones: e.g. "0.9-M1".
    • releases: e.g. "0.9"
  • mkdir $VERSION
  • cp ../nightly/SMILA-*.zip $VERSION
  • rename the files by replacing the "r1234" part with $VERSION
  • For milestones: cp -R $VERSION /home/data/httpd/download.eclipse.org/rt/smila/milestones
  • For releases: cp -R $VERSION /home/data/httpd/download.eclipse.org/rt/smila/releases
  • Send URLs for download to a project lead to put them on the web pages (:

Make javadocs available

  • cd /opt/public/rt/smila/javadoc
  • cp -R current $VERSION
  • cd $VERSION
  • zip -r ../SMILA-javadoc-$VERSION.zip *

Copyright © Eclipse Foundation, Inc. All Rights Reserved.