summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2016-09-14 14:06:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-09-14 14:06:42 +0000
commit267ac57361b268e6c3c64390e4803cfee3b85f2f (patch)
tree434efa456e72d988dc80a2db667dc3a0a09c16c7
parente01ee026e63688606183025606a4879146dba20a (diff)
parente4433653db9026fc89865a2d7bbbfb0392aaa387 (diff)
downloadgit-repo-267ac57361b268e6c3c64390e4803cfee3b85f2f.tar.gz
Merge "repo: add comment for updating maintainer keys"
-rwxr-xr-xrepo3
1 files changed, 3 insertions, 0 deletions
diff --git a/repo b/repo
index f9eb9e8a..acaa9c4c 100755
--- a/repo
+++ b/repo
@@ -27,6 +27,9 @@ VERSION = (1, 23)
27 27
28# increment this if the MAINTAINER_KEYS block is modified 28# increment this if the MAINTAINER_KEYS block is modified
29KEYRING_VERSION = (1, 2) 29KEYRING_VERSION = (1, 2)
30
31# Each individual key entry is created by using:
32# gpg --armor --export keyid
30MAINTAINER_KEYS = """ 33MAINTAINER_KEYS = """
31 34
32 Repo Maintainer <repo@android.kernel.org> 35 Repo Maintainer <repo@android.kernel.org>