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 "WTP Releng Processes"

(Created page with "Draft doc where I plan to put all the release process docs for getting an I or M build published as an S or R build. -- Nick Boldt ------------")
 
Line 2: Line 2:
  
 
------------
 
------------
 +
 +
== Release latest stable build to /webtools/repository ==
 +
 +
Update the symlink to point at the last WTP release. For example:
 +
 +
cd /webtools/repository
 +
mv oxygen oxygen.1a
 +
ln -s ../downloads/drops/R3.9.2/R-3.9.2-20171201000141/repository oxygen.2
 +
ln -s oxygen.2/ oxygen

Revision as of 17:52, 2 February 2018

Draft doc where I plan to put all the release process docs for getting an I or M build published as an S or R build. -- Nick Boldt


Release latest stable build to /webtools/repository

Update the symlink to point at the last WTP release. For example:

cd /webtools/repository
mv oxygen oxygen.1a
ln -s ../downloads/drops/R3.9.2/R-3.9.2-20171201000141/repository oxygen.2
ln -s oxygen.2/ oxygen

Back to the top