Changes between Version 140 and Version 141 of KDEProblems/KDEMacPortsCI/Status
- Timestamp:
- Jul 24, 2014, 8:19:16 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KDEProblems/KDEMacPortsCI/Status
v140 v141 59 59 == Basic setup of CI system == 60 60 61 In order to start building up a build slave for KDE's Jenkins-based CI system it is needed to clone [http://quickgit.kde.org/?p=websites%2Fbuild-kde-org.git websites/build-kde-org]. 61 In order to start building up a build slave for KDE's Jenkins-based CI system it is in principle needed to clone [http://quickgit.kde.org/?p=websites%2Fbuild-kde-org.git websites/build-kde-org], BUT further down it will become clear, that it is a good idea to track all changes to be made for websites/build-kde-org in a dedicated branch. 62 That is why a [http://quickgit.kde.org/?p=clones%2Fwebsites%2Fbuild-kde-org%2Fkaning%2Fmp-osx-ci.git dedicated repository clone] has been introduced which contains a new branch with all changes needed for CI system on OSX. 62 63 63 64 Create some folders, clone and update CI system (assuming a user "kdeci" with its home directory "/Users/kdeci"): … … 66 67 $ mkdir -p WC/KDECI-build; 67 68 $ cd WC 68 $ git clone git://anongit.kde.org/ websites/build-kde-org69 $ git clone git://anongit.kde.org/clones/websites/build-kde-org/kaning/mp-osx-ci.git 69 70 $ cd build-kde-org 70 $ git checkout production71 $ git checkout mp-osx-ci 71 72 $ ./update-setup.sh # Ignore 404 occurring due to error cloning ECMA262 by hg 72 73 }}} 73 '''The update shell script created a folder {{{~/scripts}}} in which subsequent commands will have to be executed.''' 74 75 Further down it will become clear that it is a good idea to track all changes to be made for websites/build-kde-org in a dedicated branch. 76 That is why a [http://quickgit.kde.org/?p=clones%2Fwebsites%2Fbuild-kde-org%2Fkaning%2Fmp-osx-ci.git dedicated repository clone] is going to be introduced for this repository which will contain a new branch with all those needed changes to the CI system's configuration. 77 74 '''The update shell script created a folder {{{~/scripts}}} in which all subsequent commands will have to be executed.''' 75 76 (BTW, if you were checking out the original repository from git://anongit.kde.org/websites/build-kde-org you'd have to check out the "production" branch.) 78 77 79 78 === Grab the scripts for the CI system from the MacPorts/KDE testing repository ===