CDash:Tagging

From KitwarePublic
Revision as of 20:54, 28 March 2009 by Jjomier (talk | contribs) (New page: To release a new CDash (let's say revision 1.2) please follow the current steps: # Tag/Branch the current trunk repository with Release-1-2-0 (this is the main release) # Update the versi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To release a new CDash (let's say revision 1.2) please follow the current steps:

  1. Tag/Branch the current trunk repository with Release-1-2-0 (this is the main release)
  2. Update the version in the file cdash/version.php to 1.2.0
  3. Tag/Branch the current trunk repository with Release-1-2 (this is the branch release)
  4. Update the version in the file cdash/version.php to 1.2.1
  5. Update the version in the trunk cdash/version.php to 1.3.0
  6. In the javascript/cdashUpgrade.js add the following lines:
 else if(version < 1.4)
   {
   nextstep = upgrade_1_4;
   }

And change the XSL accordingly.