| 23 | | Note: Until recently (2009-10-14) targets were specified by label. We decided that labels were too plentiful and wanted the flexibility to change them (for cleanup and update processing). |
| | 23 | There is a script in the ipp tree tools/maketargets which makes it easy to add multiple targets. |
| | 24 | |
| | 25 | {{{ |
| | 26 | perl definetargets --dist_group M31 --stage all --dbname new |
| | 27 | }}} |
| | 28 | |
| | 29 | |
| | 30 | (Use with care. The command above creates 35 targets. 7 stages x 5 filters) |
| | 31 | |
| | 32 | Note: Until recently (2009-10-14) targets were specified by label. We decided that labels were too numerous and that we wanted the flexibility to change labels from time to time (To manage cleanup and update processing for example). |
| | 33 | |
| | 34 | The dist_group may be set either by the -definebyquery command that defines the run or by the -updaterun mode of the various ipp tools |
| | 35 | |
| | 36 | |