summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-10-03 10:58:04 -0600
committerStephen Warren <swarren@nvidia.com>2013-10-03 11:00:30 -0600
commitdf30942e9dcb1d6efc97cffd1a71f9d210a18a68 (patch)
tree2f0c7a7a5f0dcfda4ae8b1a7ce200fbde7043ea3
parent56e79e9866929799d65d5e178ca23aae961c551e (diff)
downloadtegra-uboot-flasher-scripts-df30942e9dcb1d6efc97cffd1a71f9d210a18a68.tar.gz
Update URL to obtain the repo tool
The repo tool's download location has changed. Update the README to contain the new location. For reference, see the equivalent chagne to Android and associated discussion: https://android-review.googlesource.com/#/c/66864/ https://groups.google.com/forum/#!topic/repo-discuss/4EsDRDRK5Lk Reported-by: kusma on IRC #tegra Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--README-developer.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-developer.txt b/README-developer.txt
index 9feff24..9016d2b 100644
--- a/README-developer.txt
+++ b/README-developer.txt
@@ -39,7 +39,7 @@ http://code.google.com/p/git-repo/
To obtain repo, do the following in a directory in your $PATH:
-curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > repo
+curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > repo
chmod a+x repo
To obtain the source of the tegra-uboot-flasher project, do: