add bugurl default to koji builders
This commit is contained in:
parent
7407e99a93
commit
252126c28d
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
# mount the pesign socket into the chroot
|
# mount the pesign socket into the chroot
|
||||||
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/var/run/pesign', '/var/run/pesign' ))
|
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/var/run/pesign', '/var/run/pesign' ))
|
||||||
config_opts['plugin_conf']['package_state_enable'] = False
|
config_opts['plugin_conf']['package_state_enable'] = False
|
||||||
|
config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
config_opts['plugin_conf']['package_state_enable'] = False
|
config_opts['plugin_conf']['package_state_enable'] = False
|
||||||
config_opts['plugin_conf']['ccache_enable'] = False
|
config_opts['plugin_conf']['ccache_enable'] = False
|
||||||
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
||||||
|
config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
##config_opts['plugin_conf']['tmpfs_enable'] = True
|
##config_opts['plugin_conf']['tmpfs_enable'] = True
|
||||||
#config_opts['plugin_conf']['tmpfs_opts'] = {}
|
#config_opts['plugin_conf']['tmpfs_opts'] = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue