summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2016-09-13 18:06:07 -0400
committerMike Frysinger <vapier@google.com>2016-09-14 01:28:30 -0400
commite4433653db9026fc89865a2d7bbbfb0392aaa387 (patch)
tree56ba480f3dab71f047f80fe33eca41c27f76aef8
parentd9de945d8a7842cdb470ee07ee44d692ff5297b5 (diff)
downloadgit-repo-e4433653db9026fc89865a2d7bbbfb0392aaa387.tar.gz
repo: add comment for updating maintainer keys
Change-Id: Ic1e7557f9597234033561ab9fb3104b87e30015e
-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>