Changes between Version 14 and Version 15 of KDEProblems/KDEMacPortsCI


Ignore:
Timestamp:
May 15, 2014, 6:25:58 AM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

Ben remarks that error cloning ECMA262 can be ignored

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI

    v14 v15  
    4949$ cd build-kde-org
    5050$ git checkout production
    51 $ ./update-setup.sh
    52 #
    53 # !!! Erroneously a 404 occurs, so that ECMA262 cannot be cloned by hg !!!
    54 #
    55 $ python tools/prepare-environment.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources /path/to/directory/where/qt5/will/be/built
    56 $ python tools/perform-build.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources /path/to/directory/where/qt5/will/be/built
     51$ ./update-setup.sh   # Ignore 404 occurring due to error cloning ECMA262 by hg
     52$ cd ~/scripts
     53$ python2.7 tools/prepare-environment.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources /path/to/directory/where/qt5/will/be/built
     54$ python2.7 tools/perform-build.py --project qt5 --branchGroup kf5-qt5 --platform darwin-mavericks --sources /path/to/directory/where/qt5/will/be/built
    5755}}}
    5856