mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-02 14:55:37 +02:00
Update to 2021-12-31 14:05
This commit is contained in:
25
roles/rpm_build_server/templates/mock/el7-x86_64.cfg.j2
Normal file
25
roles/rpm_build_server/templates/mock/el7-x86_64.cfg.j2
Normal file
@@ -0,0 +1,25 @@
|
||||
include('templates/centos-7.tpl')
|
||||
include('templates/epel-7.tpl')
|
||||
|
||||
config_opts['root'] = 'el7-x86_64'
|
||||
config_opts['target_arch'] = 'x86_64'
|
||||
config_opts['legal_host_arches'] = ('x86_64',)
|
||||
config_opts['macros']['%rhel'] = '7'
|
||||
config_opts['macros']['%dist'] = '.el7.dbd'
|
||||
|
||||
config_opts['dnf.conf'] += """
|
||||
|
||||
[rpmfusion-free-updates]
|
||||
baseurl = http://download1.rpmfusion.org/free/el/updates/7/x86_64/
|
||||
gpgcheck = 1
|
||||
gpgkey = https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-el-7
|
||||
name = RPM Fusion for EL - Free - Updates
|
||||
|
||||
[dbd]
|
||||
name=dbd
|
||||
baseurl=http://rpms.lapiole.org/el7/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://rpms.lapiole.org/RPM-GPG-KEY
|
||||
|
||||
"""
|
Reference in New Issue
Block a user