Before users convert their projects to use process rules,
the build manager must perform the following steps using the CLI.
Procedure
- Start a session from the command prompt.
ccm start -h engine_host -d database_path -nogui
After the session starts, the address (CCM_ADDR) is
printed in your command window (Windows)
or in the shell where you started the session (UNIX).
- Set your role to build_mgr.
ccm set role build_mgr
- Query for all process rules for the new
release.
Run a command on the selection
set (query output).
ccm query -type
process_rule "release='new_release'"
Where 'new_release' is the
new release name.
- Specify that you want new projects to use
process rules by default.
ccm
process_rule -modify -default @
If
your site is converting from manual updating, set processes and process
rules for active projects. Rational® Synergy
contains default processes and process rules that might fit your needs,
or you might create custom processes and process rules.
- Inform developers that they can convert
their projects to use process rules, as described in Converting for developers.
- Exit from the session.
ccm stop