Changes between Version 214 and Version 215 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Sep 6, 2014, 9:22:08 AM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

install.sh accepts now a list of projects

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v214 v215  
    133133where {{{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:
    134134{{{
    135 $ ./install.sh PROJECT [rebuild]
     135$ ./install.sh LIST_OF_PROJECTS [rebuild]
    136136}}}
    137137The {{{'rebuild'}}} option can be used to trigger calling {{{build.sh}}} even if {{{prepare.sh}}} didn't signal any changes in the remote project repository.