Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OCL/Dev/Releng/Cheatsheet"

< OCL
(How to Releng MDT OCL)
(How to Releng MDT OCL)
Line 7: Line 7:
 
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.  
 
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.  
+
I-builds: Integration builds usually reflect the intermediate state of the product. These are done between the milestones and rely on the CVS tags, i.e. their content may differ from the current CVS HEAD state.  
  
 
S-builds: Stable (milestone and release) builds are actually I-builds which have a different naming than I-builds.
 
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 ==
 
== How to Run an I-build ==

Revision as of 07:17, 26 April 2010

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 the milestones and rely on the CVS tags, i.e. their content may differ from the current CVS HEAD 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