this repository contains manifest xml files for different projects
- python2.7+
- git
- google repo command
- a native or virtual machine running Ubuntu (I didn't figure out how to use repo init in woindows 10 command shell)
- allow symlink in windows 10. Because repo is a native tool in linux and creates symlinks during exectuing operation, you have to enable symlinks in windows otherwisw repo commands fail.
- open a shell in Ubuntu and create a folder that acts the root folder of all projects you are about to fetching
- enter the folder you just created and initialize repo configure by the command
repo init -u git@github.com:deantonccns/manifest -m kasa.xml
- download all repositories
repo sync
- please be minded that all repositories are in headless status, you need to checkout to master branch when you start to work on ertain projects