[MacPorts] KDEProblems/KDEMacPortsCI/Status modified

MacPorts noreply at macports.org
Sat Feb 14 06:14:26 PST 2015


Page "KDEProblems/KDEMacPortsCI/Status" was changed by mk at macports.org
Diff URL: <https://trac.macports.org/wiki/KDEProblems/KDEMacPortsCI/Status?action=diff&version=267>
Revision 267
Comment: document branch group handling
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: KDEProblems/KDEMacPortsCI/Status
=========================================================================
--- KDEProblems/KDEMacPortsCI/Status (version: 266)
+++ KDEProblems/KDEMacPortsCI/Status (version: 267)
@@ -1,8 +1,4 @@
 [[PageOutline]]
-
-= ATTENTION: This page is slightly outdated, as handling of branch groups has been introduced, which hasn't been documented here (up to now) =
-
-----
 
 = Current status of setting up the OSX/CI system for Qt5+KF5 =
  
@@ -134,7 +130,7 @@
 
 For qt5 they've further down been used in order to show the workflow. But in daily use it is more practical to consider some helper bash scripts which ease all actions needed to run project builds on an OSX/CI system for which there's not yet the Jenkins integration available.
 
-The various projects on the CI system have to be handled by replacing "PROJECT" with the project name of the corresponding framework or application:
+The various projects on the CI system have to be handled for the branch-group 'kf5-qt5' by replacing "PROJECT" with the project name of the corresponding framework or application:
 {{{
 $ python2.7 tools/prepare-environment.py --project PROJECT --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-builds/kf5-qt5/PROJECT
 ...
@@ -156,6 +152,12 @@
 }}}
 The {{{'rebuild'}}} option can be used to trigger calling {{{build.sh}}} even if {{{prepare.sh}}} didn't signal any changes in the remote project repository.
 
+Please note that also here 'kf5-qt5' is the default branch-group! If one want to build for branch-group 'stable-kf5-qt5' one needs to create the file {{{~/scripts/branch-group.sh}}} in order to define the variable 'BRANCH_GROUP' which will then be used by the bash helper scripts later on:
+{{{
+$ cat ~/scripts/branch-group.sh 
+BRANCH_GROUP=stable-kf5-qt5
+}}}
+If you want to revert back to 'kf5-qt5' simply comment out the above definition or delete the file.
 
 
 
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/KDEProblems/KDEMacPortsCI/Status>
MacPorts <https://www.macports.org/>
Ports system for OS X

This is an automated message. Someone added your email address to be
notified of changes on 'KDEProblems/KDEMacPortsCI/Status' page.
If it was not you, please report to .


More information about the macports-changes mailing list