summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2012-06-05 07:57:24 -0700
committerShawn O. Pearce <sop@google.com>2012-06-05 07:57:24 -0700
commit3f61950f01bac9a3c40d9a6a95f53b6864153bfa (patch)
treeeb1339f0d47a489de3a98b186bcaf4bfbea5f4f0
parent4fd38ecc3ae6ce004b59ffe6545918495080e165 (diff)
downloadgit-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-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 05d4455d..d6b46c87 100755
--- a/repo
+++ b/repo
@@ -2,7 +2,7 @@
2 2
3## repo default configuration 3## repo default configuration
4## 4##
5REPO_URL='https://code.google.com/p/git-repo/' 5REPO_URL='https://gerrit.googlesource.com/git-repo'
6REPO_REV='stable' 6REPO_REV='stable'
7 7
8# Copyright (C) 2008 Google Inc. 8# Copyright (C) 2008 Google Inc.