Converting for build managers

Before users convert their projects to use process rules, the build manager must perform the following steps using the CLI.

Procedure

  1. 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).

  2. Set your role to build_mgr.

    ccm set role build_mgr

  3. 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.

  4. 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.

  5. Inform developers that they can convert their projects to use process rules, as described in Converting for developers.
  6. Exit from the session.

    ccm stop


Feedback