Versions Compared

Key

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

...

The ReleaseManager currently ignores updates along the branches so no HEAD buid will start.  However, we can trigger them manually, using one of Navid's ReleaseManager scripts.  Assuming you are logged into a noric, you can do:

Wiki Markupheather@noric06 $ \ ~glast/infraBin/ReleaseManager/trigger.pl
Usage trigger.pl \ [options\]       option:                \--tag      The tag to use for the build. For example: rh9_gcc32                \--package  The package to build. For example: GlastRelease                \--version  The version of the package to build. For example HEAD1.123                \--build    The environement to build on. Default value of "" is linux. Other values are windows, ]
      option:
               --tag      The tag to use for the build. For example: rh9_gcc32
               --package  The package to build. For example: GlastRelease
               --version  The version of the package to build. For example HEAD1.123
               --build    The environement to build on. Default value of "" is linux. Other values are windows, mac

Note:  for rhel4 builds, the --build option must be set to rhel4

...