Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Currently, all packages used by GR are automatically branched when GR is tagged.  The branch naming convention is:  GlastReleasevirjpkGlastReleasevirjpk 
Modifications to any packages should occur along this branch.  See the workbook discussion concerning branches and how to access and tag themhttp://glast-ground.slac.stanford.edu/workbook/pages/advanced_CVS/cvsBranches.htm

Performing the update to GlastRelease 

Now that the package(s) have been updated and tagged, it is time to update GR itself.  Checkout the GlastReleasevirjpk branch of GlastRelease:
cvs co -rGlastReleasevirjpk GlastRelease

Update the GlastRelease requirements file to use the new tag(s)

cvs ci -m"log message"

Triggering a build

...