Usage: repo-cros [options]
Options:
+ depot_tools clone depot_tools tree
int switch to internal tree
ext switch to external tree
-b <branch> switch branches (use "master" to get to ToT)
REPO_URL=
while [[ $# -gt 0 ]] ; do
case $1 in
+ depot_tools)
+ exec git clone https://git.chromium.org/chromium/tools/depot_tools.git
+ ;;
int)
MANIFEST='ssh://gerrit-int.chromium.org:29419/chromeos/manifest-internal.git'
REPO_URL='https://git.chromium.org/git/external/repo.git'