diff options
author | Mike Frysinger <vapier@google.com> | 2016-09-13 18:06:07 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2016-09-14 01:28:30 -0400 |
commit | e4433653db9026fc89865a2d7bbbfb0392aaa387 (patch) | |
tree | 56ba480f3dab71f047f80fe33eca41c27f76aef8 | |
parent | d9de945d8a7842cdb470ee07ee44d692ff5297b5 (diff) | |
download | git-repo-e4433653db9026fc89865a2d7bbbfb0392aaa387.tar.gz |
repo: add comment for updating maintainer keys
Change-Id: Ic1e7557f9597234033561ab9fb3104b87e30015e
-rwxr-xr-x | repo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
29 | KEYRING_VERSION = (1, 2) | 29 | KEYRING_VERSION = (1, 2) |
30 | |||
31 | # Each individual key entry is created by using: | ||
32 | # gpg --armor --export keyid | ||
30 | MAINTAINER_KEYS = """ | 33 | MAINTAINER_KEYS = """ |
31 | 34 | ||
32 | Repo Maintainer <repo@android.kernel.org> | 35 | Repo Maintainer <repo@android.kernel.org> |