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

OCL/Dev/Releng/Cheatsheet

< OCL
Revision as of 11:57, 22 March 2010 by Alexander.Igdalov.gmail.com (Talk | contribs) (New page: == How to Releng MDT OCL == This is a very brief cheat sheet on how to publish builds for MDT OCL. First, there are several types of builds: N-builds: Nightly builds are internal-purpos...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to Releng MDT OCL

This is a very brief cheat sheet on how to publish builds for MDT OCL.

First, there are several types of builds:

N-builds: Nightly builds are internal-purpose builds which reflect the current state of the development stream. They do NOT use CVS tags in ocl.map and check out the current HEAD state. These builts are NOT signed and CANNOT be published. I-builds: Integration builds usually reflect the intermediate state of the product. These are done between milestones and rely on the CVS tags, i.e. their content may differ from the current CVS state. S-builds: Stable (milestone and release) builds are actually I-builds which have a different naming than I-builds.

How to Run an I-build

Back to the top