Changes between Version 196 and Version 197 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Aug 24, 2014, 8:51:55 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

mention rebuild options

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v196 v197  
    170170where {{{prepare.sh}}} takes care of creating the build directory if it is not yet existing as well as checks out the branch 'jenkins'. Alternatively one can combine these steps using:
    171171{{{
    172 $ ./install.sh PROJECT
    173 }}}
    174 
     172$ ./install.sh PROJECT [rebuild]
     173}}}
     174The {{{'rebuild'}}} option can be used to trigger calling {{{build.sh}}} even if {{{prepare.sh}}} didn't signal any changes in the remote project repository.
    175175
    176176
     
    230230$ ./tier-install.sh 2 rebuild
    231231...
     232$ # This builds all frameworks of tier 3 starting at project kio (i.e. skipping all predecessor frameworks)
     233$ ./tier-install.sh 3 kio rebuild
     234...
    232235}}}
    233236
    234237All frameworks of all tiers can be build easily using
    235238{{{
    236 $ ./all-tiers-install.sh
     239$ ./all-tiers-install.sh [rebuild]
    237240}}}
    238241which will iterate trough tiers 0 up to 5, with tiers 0 and 5 being just "virtual" tiers - which were introduced to more easily build some projects.