teach repo-setup about exclude

allow repository definition to provide values for the "exclude"
keyword.

Change-Id: I85237472cd227cfc9c7758d6f61cac5c04dd310e
Partial-bug: #1717550
This commit is contained in:
Lars Kellogg-Stedman 2017-09-16 12:38:47 -04:00
parent 45d45b2e7a
commit f95d8833d9
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ gpgcheck={{ repo.gpgcheck|default('0') }}
enabled={{ repo.enabled|default('1') }}
{% if repo.priority is defined %}priority={{ repo.priority }}
{% endif %}
{% if repo.exclude is defined %}exclude={{ repo.exclude|join(",") }}
{% endif %}
{% if repo.includepkgs is defined %}includepkgs={{ repo.includepkgs|join(",") }}
{% endif %}
{% if repo.down_url is defined %}# trunk_hash=${HASH:-}