Changes between Version 270 and Version 271 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Feb 14, 2015, 3:39:40 PM (9 years ago)
Author:
mkae (Marko Käning)
Comment:

195 projects! ;-)

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v270 v271  
    345345Altogether there are almost  twohundred KF5 frameworks and applications being regularly built for OSX (as of February 2015):
    346346{{{
    347 $ cat ~/scripts/tier*.fw | grep -v "#" | wc
    348     194     194    1893
    349 }}}
     347$ cat tier*.fw | egrep -v "^#" | wc | awk '{print $1;}'
     348195
     349}}
    350350
    351351The roundtrip time for a full check on all projects - if nothing has to be built - is on the 7-core-i7-iMac-OSX/CI-VM about half an hour at the moment. These 30 mins are mainly due to the rsync access to Jenkins master...