From 9f0125c849d32e6a637e55b217baf430d9229aa7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 7 Dec 2013 04:51:09 -0500 Subject: [PATCH] cros-repo: update urls --- .bin/cros-repo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5