Hey You should start with coho, then use that to fetch the rest of the directories as found here: https://github.com/apache/cordova-coho
It's our repo-management tool for dealing with all the git repositories. It's similar to how repo is used with AOSP, but a bit different in that it's more focused on fetching repos and processing releases with Javascript. BTW: Our master branch isn't on github, it's actually on the ASF repositories which GitHub mirrors. Here's an example of the git-web interface for Cordova Android: https://git1-us-west.apache.org/repos/asf?p=cordova-android.git But Coho pulls those, and changes happen directly on that repository and find their way back to the GitHub mirrors. We use the github mirrors to process patches. It would be a very good idea for the mobilespec documentation to be updated, since it seems to be misleading. On Wed, Nov 2, 2016 at 6:37 PM, Fu, Junwei <[email protected]> wrote: > > Hi All, > > The steps of following the documentation<https://github. > com/apache/cordova-mobile-spec> are too complex and All of repos need to > pull the master branch, Do we have steps to build mobile spec with released > CLI. > > > $ git clone https://github.com/apache/cordova-mobile-spec.git > > $ git clone https://github.com/apache/cordova-lib.git > > $ git clone https://github.com/apache/cordova-cli.git > > $ git clone https://github.com/apache/cordova-plugman.git > > $ git clone https://github.com/apache/cordova-js.git > > $ git clone https://github.com/apache/cordova-coho.git > > $ git clone https://github.com/apache/cordova-android.git > > $ cordova-mobile-spec/createmobilespec/createmobilespec.js -android > > $ cd mobilespec > > $./cordova run android > > > > Thanks, > > Junwei. > > >
