From: Mike Frysinger Date: Sat, 7 Dec 2013 09:51:09 +0000 (-0500) Subject: cros-repo: update urls X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9f0125c849d32e6a637e55b217baf430d9229aa7;p=home.git cros-repo: update urls --- diff --git a/.bin/cros-repo b/.bin/cros-repo index 2a66528..8f8765b 100755 --- a/.bin/cros-repo +++ b/.bin/cros-repo @@ -37,12 +37,12 @@ while [[ $# -gt 0 ]] ; do 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' + MANIFEST='https://chrome-internal.googlesource.com/chromeos/manifest-internal.git' + REPO_URL='https://chromium.googlesource.com/external/repo.git' ;; ext) - MANIFEST='https://git.chromium.org/git/chromiumos/manifest.git' - REPO_URL='https://git.chromium.org/git/external/repo.git' + MANIFEST='https://chromium.googlesource.com/chromiumos/manifest.git' + REPO_URL='https://chromium.googlesource.com/external/repo.git' ;; -b) BRANCH=$2