STANDARDS.pl Any new label type must be fully UPPER CASE (i.e. REL1.0) and any new branch type must be fully lower case (i.e. rel1.0). | ||
Author | : | A Better Solution, Inc. |
: | support@abs-consulting.com | |
URL | : | https://abs-consulting.com |
Date | : | April 08, 2001 |
This trigger script is expected to be called from a preop trigger.
The administrator should create an type trigger that includes all branch types and label types like so (or similar):
cleartool mktrtype -type -pre mktype -brtype -all -lbtype -all -c "Unsure that branches are fully lower case and labels are fully UPPER case." -exec "{path}/perl {path}/STANDARDS.pl" STANDARDS
If using ClearTrigger, you don't need to write ANY trigger code... Just turn on functionality bit (4) from the list of 25 Functionality Bits in the configuration file.
Read more on Policy without Triggers using ClearTrigger.