Merge "teach repo-setup about exclude"

This commit is contained in:
Jenkins 2017-09-22 17:18:53 +00:00 committed by Gerrit Code Review
commit 1696a70afa
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:-}