'repositories' map file attribute should be a list of names

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2017-12-14 16:35:10 -05:00
parent e230d95960
commit ffdfaa92da
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -269,7 +269,7 @@
# An object containing the map file's "mapping" attribute.
MAPPING_SCHEMA = SCHEMA.ListOf(SCHEMA.Object(
paths = RELPATHS_SCHEMA,
repositories = SCHEMA.ListOf(securesystemslib.formats.URL_SCHEMA),
repositories = SCHEMA.ListOf(NAME_SCHEMA),
terminating = BOOLEAN_SCHEMA,
threshold = THRESHOLD_SCHEMA))