]> git.wh0rd.org - home.git/commitdiff
cros-repo: update urls
authorMike Frysinger <vapier@gentoo.org>
Sat, 7 Dec 2013 09:51:09 +0000 (04:51 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 7 Dec 2013 09:51:09 +0000 (04:51 -0500)
.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