Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

All of the core meeting minutes are located here: /afs/slac/www/exp/glast/ground/software/minutes and can be updated by those interested in doing so.

...

Finding Lock Files in CVSROOT

python /u/gl/jchiang/bin/find_cvs_lock_files.py

Running RM steps by hand

The key bit of information you need is the build ID of the build you want to work with.  This is just the number at the end of the URL in the RMII webpages.  i.e. in this URL:

http://glast-ground.slac.stanford.edu/rm2/buildPkg-II.jsp?buildId=20296

the build ID is 20296.

Once you have this all you need to do is the following:

1)  Log on to glast-win04
2)  Open a command prompt
3)  The command to run the RMII programs is

D:\ReleaseManager\tools\grits-cpp\bin\<program> --buildId <NNNNN>

where <program> is testBuild.exe or createReleaseBuild.exe (or any of the other ones) and <NNNNN> is the build ID number of the one you want to run.

That's it.  It will start off the appropriate process.  You just have to let it run and not kill your command prompt window until it finishes (and probably deal with any popup dialogs that appear :( ).

The one thing you should do, however, is actually create the LATCalibRoot environment variable for the glast account so that it is set properly before you run the testBuild.exe program.  Right not it is getting passed in via LFS so as far as I know it isn't set up for interactive logins.

https://confluence.slac.stanford.edu/display/SYSTEST/System+test+overview+and+instructions

...