Use fedora-modularity key

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-05-16 18:49:19 +00:00
parent 17698fc275
commit 6f1093f1f8

View file

@ -155,14 +155,14 @@ config = {
# Any module built against the base-runtime master stream # Any module built against the base-runtime master stream
{ {
"stream": "master", "stream": "master",
"key": "fedora-27", "key": "fedora-modularity",
"keyid": "f5282ee4" "keyid": "a3cc4e62"
}, },
# Any module built against the base-runtime f26 stream # Any module built against the base-runtime f26 stream
{ {
"stream": "f26", "stream": "f26",
"key": "fedora-26", "key": "fedora-modularity",
"keyid": "64dab85d" "keyid": "a3cc4e62"
}, },
], ],
}, },