copr: rename custom mock configs
This commit is contained in:
parent
2acaeb6842
commit
62b0714b0d
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
config_opts['root'] = 'custom-0-i386'
|
||||
config_opts['root'] = 'custom-1-i386'
|
||||
config_opts['target_arch'] = 'i686'
|
||||
config_opts['legal_host_arches'] = ('i386', 'i586', 'i686', 'x86_64')
|
||||
config_opts['chroot_setup_cmd'] = ''
|
|
@ -1,4 +1,4 @@
|
|||
config_opts['root'] = 'custom-0-ppc64le'
|
||||
config_opts['root'] = 'custom-1-ppc64le'
|
||||
config_opts['target_arch'] = 'ppc64le'
|
||||
config_opts['legal_host_arches'] = ('ppc64le',)
|
||||
config_opts['chroot_setup_cmd'] = ''
|
|
@ -1,4 +1,4 @@
|
|||
config_opts['root'] = 'custom-0-x86_64'
|
||||
config_opts['root'] = 'custom-1-x86_64'
|
||||
config_opts['target_arch'] = 'x86_64'
|
||||
config_opts['legal_host_arches'] = ('x86_64',)
|
||||
config_opts['chroot_setup_cmd'] = ''
|
|
@ -50,9 +50,9 @@
|
|||
template: src=files/mock/{{ item }} dest=/etc/mock
|
||||
with_items:
|
||||
- site-defaults.cfg
|
||||
- custom-0-x86_64.cfg
|
||||
- custom-0-i386.cfg
|
||||
- custom-0-ppc64le.cfg
|
||||
- custom-1-x86_64.cfg
|
||||
- custom-1-i386.cfg
|
||||
- custom-1-ppc64le.cfg
|
||||
|
||||
# TODO: file globs or ansible escaping works strange, now using predefined file location
|
||||
#- name: "fix mock configs to use nearest mirror"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue