diff options
author | Shawn O. Pearce <sop@google.com> | 2012-06-05 07:57:24 -0700 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2012-06-05 07:57:24 -0700 |
commit | 3f61950f01bac9a3c40d9a6a95f53b6864153bfa (patch) | |
tree | eb1339f0d47a489de3a98b186bcaf4bfbea5f4f0 | |
parent | 4fd38ecc3ae6ce004b59ffe6545918495080e165 (diff) | |
download | git-repo-3f61950f01bac9a3c40d9a6a95f53b6864153bfa.tar.gz |
Use gerrit.googlesource.com/git-repo as the default URL
This is basically the same repository, but may be slightly more
up-to-date than the one on code.google.com/p/git-repo.
Change-Id: I5c99539f53231958eefb6993f00997c9adf0a3c9
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | ## repo default configuration | 3 | ## repo default configuration |
4 | ## | 4 | ## |
5 | REPO_URL='https://code.google.com/p/git-repo/' | 5 | REPO_URL='https://gerrit.googlesource.com/git-repo' |
6 | REPO_REV='stable' | 6 | REPO_REV='stable' |
7 | 7 | ||
8 | # Copyright (C) 2008 Google Inc. | 8 | # Copyright (C) 2008 Google Inc. |