Changes between Version 66 and Version 67 of WikiStart
- Timestamp:
- 03/09/11 12:38:30 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v66 v67 64 64 if your change of itself warrants re-builds and tests 65 65 being performed ~10 times at locations across the globe. 66 67 66 If it does not then using any of the following words in 68 67 your commit message will inhibit builds being queued for that commit. 69 70 68 * minor 71 69 * minimal … … 76 74 elsewhere : "people", "groups" , ... do not trigger builds. 77 75 78 Also if you plan to make a sequence of commits do not delay79 longer that the repository cooldown time (currently 30min) between80 making them otherwise 2 builds would be queued.81 82 If you do need such a delay, to take a nice long lunchbreak for example,83 then make you pre-lunch commits "minor" ones.84 85 76 (This functionality is implemented in a minor patch to the bitten-Trac master.) 86 77 87 78 === Controlling package re-referencing and cleaning === 88 79 89 Similarly the strings '''reref:pkgspec''' '''clean:pkgspec''' can be used in commits messages 90 to trigger re-referencing(removal of .ref files) and cleaning(removal of CMTCONFIG directory) of packages. 91 92 Keyword examples: 80 Similarly strings like '''reref:pkgspec''' and '''clean:pkgspec''' can be used in commit messages 81 to trigger cleaning (removal of CMTCONFIG directory) and re-referencing (removal of .ref files) 82 of packages prior to performing building and running tests. Keyword examples: 93 83 * reref:rootiotests 94 84 * reref:rootiotests,mdc10b … … 97 87 * clean:rootiotests,mdc10b 98 88 99 These can be used in combination as demonstrated an example commit message:89 These can be used in combination as demonstrated by an example commit message: 100 90 * fixes #607 but changes output reref:rootiotests clean:rootiotests,mdc10b 101 102 91 103 92 The package specification argument can be comma delimited, is case insensitive and can use both package names and aliases to sets of packages (eg '''suspects''')