summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo b/repo
index 4d8e8dca..32c5895f 100755
--- a/repo
+++ b/repo
@@ -3,8 +3,8 @@
3## repo default configuration 3## repo default configuration
4## 4##
5from __future__ import print_function 5from __future__ import print_function
6REPO_URL='https://gerrit.googlesource.com/git-repo' 6REPO_URL = 'https://gerrit.googlesource.com/git-repo'
7REPO_REV='stable' 7REPO_REV = 'stable'
8 8
9# Copyright (C) 2008 Google Inc. 9# Copyright (C) 2008 Google Inc.
10# 10#
@@ -24,7 +24,7 @@ REPO_REV='stable'
24VERSION = (1, 19) 24VERSION = (1, 19)
25 25
26# increment this if the MAINTAINER_KEYS block is modified 26# increment this if the MAINTAINER_KEYS block is modified
27KEYRING_VERSION = (1,1) 27KEYRING_VERSION = (1, 1)
28MAINTAINER_KEYS = """ 28MAINTAINER_KEYS = """
29 29
30 Repo Maintainer <repo@android.kernel.org> 30 Repo Maintainer <repo@android.kernel.org>