]> git.wh0rd.org - home.git/blobdiff - .bin/cros-repo
test.cc: new C++ test
[home.git] / .bin / cros-repo
index 2a66528b74ebbe33685385109bcc5580db2dbfc4..8f8765ba23817979678c1945a27ed06f80d52664 100755 (executable)
@@ -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