Changes between Version 66 and Version 67 of WikiStart

Show
Ignore:
Timestamp:
03/09/11 12:38:30 (13 years ago)
Author:
blyth (IP: 140.112.102.77)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v66 v67  
    6464if your change of itself warrants re-builds and tests 
    6565being performed ~10 times at locations across the globe. 
    66  
    6766If it does not then using any of the following words in 
    6867your commit message will inhibit builds being queued for that commit. 
    69  
    7068 * minor      
    7169 * minimal 
     
    7674elsewhere : "people", "groups" , ...   do not trigger builds. 
    7775 
    78 Also if you plan to make a sequence of commits do not delay 
    79 longer that the repository cooldown time (currently 30min) between 
    80 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  
    8576(This functionality is implemented in a minor patch to the bitten-Trac master.) 
    8677 
    8778=== Controlling package re-referencing and cleaning === 
    8879 
    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: 
     80Similarly strings like '''reref:pkgspec''' and '''clean:pkgspec''' can be used in commit messages  
     81to trigger cleaning (removal of CMTCONFIG directory) and re-referencing (removal of .ref files)  
     82of packages prior to performing building and running tests. Keyword examples: 
    9383  * reref:rootiotests  
    9484  * reref:rootiotests,mdc10b 
     
    9787  * clean:rootiotests,mdc10b  
    9888 
    99 These can be used in combination as demonstrated an example commit message: 
     89These can be used in combination as demonstrated by an example commit message: 
    10090 * fixes #607 but changes output reref:rootiotests clean:rootiotests,mdc10b 
    101  
    10291 
    10392The package specification argument can be comma delimited, is case insensitive and can use both package names and aliases to sets of packages (eg '''suspects''')