| |
@@ -16,10 +16,8 @@
|
| |
"group": ["--allowerasing"],
|
| |
}
|
| |
|
| |
- {% if env == "staging" %}
|
| |
config_opts['plugin_conf']['rpmautospec_enable'] = True
|
| |
config_opts['plugin_conf']['rpmautospec_opts'] = {
|
| |
'requires': ['rpmautospec'],
|
| |
'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'],
|
| |
}
|
| |
- {% endif %}
|
| |
Signed-off-by: Nils Philippsen nils@redhat.com