diff options
author | David Pursehouse <dpursehouse@collab.net> | 2016-09-14 14:06:42 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-09-14 14:06:42 +0000 |
commit | 267ac57361b268e6c3c64390e4803cfee3b85f2f (patch) | |
tree | 434efa456e72d988dc80a2db667dc3a0a09c16c7 | |
parent | e01ee026e63688606183025606a4879146dba20a (diff) | |
parent | e4433653db9026fc89865a2d7bbbfb0392aaa387 (diff) | |
download | git-repo-267ac57361b268e6c3c64390e4803cfee3b85f2f.tar.gz |
Merge "repo: add comment for updating maintainer keys"
-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> |