disable package state plugin on the builders
This commit is contained in:
parent
abd27d1acf
commit
0357ba87ad
3 changed files with 6 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
# 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']['package_state_enable'] = False
|
||||
|
|
1
files/kojibuilder/builders/site-defaults.cfg
Normal file
1
files/kojibuilder/builders/site-defaults.cfg
Normal file
|
@ -0,0 +1 @@
|
|||
config_opts['plugin_conf']['package_state_enable'] = False
|
|
@ -161,6 +161,10 @@
|
|||
- fedora-rawhide-pungi-i386.cfg
|
||||
- fedora-rawhide-pungi-x86_64.cfg
|
||||
|
||||
- name: mock site-defaults.cfg
|
||||
action: copy src=$files/kojibuilder/builders/site-defaults.cfg dest=/etc/mock/site-defaults.cfg mode=0644 owner=root group=mock
|
||||
only_if: "not '${inventory_hostname}'.startswith(('bkernel'))"
|
||||
|
||||
- name: ntp steptickers
|
||||
action: copy src=$files/common/step-tickers dest=/etc/ntp/step-tickers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue