disable package state plugin on the builders

This commit is contained in:
Dennis Gilmore 2013-07-29 00:57:59 +00:00
parent abd27d1acf
commit 0357ba87ad
3 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1 @@
config_opts['plugin_conf']['package_state_enable'] = False

View file

@ -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