committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -3,6 +3,7 @@ config_opts['dist'] = 'amzn2' # only useful for --resultdir variable subst
|
||||
config_opts['plugin_conf']['ccache_enable'] = False
|
||||
config_opts['package_manager'] = 'yum'
|
||||
config_opts['releasever'] = '2'
|
||||
config_opts['description'] = 'Amazon Linux 2'
|
||||
|
||||
config_opts['bootstrap_image'] = 'docker.io/library/amazonlinux:2'
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
|
||||
config_opts['releasever'] = '7'
|
||||
config_opts['bootstrap_image'] = 'quay.io/centos/centos:7'
|
||||
config_opts['package_manager'] = 'yum'
|
||||
config_opts['description'] = 'CentOS 7'
|
||||
|
||||
config_opts['yum_install_command'] += "{% if target_arch in ['x86_64', 'ppc64le', 'aarch64'] %} --disablerepo=centos-sclo*{% endif %}"
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ config_opts['dist'] = 'el9' # only useful for --resultdir variable subst
|
||||
config_opts['releasever'] = '9'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||
config_opts['description'] = 'CentOS Stream 9'
|
||||
|
||||
config_opts['bootstrap_image'] = 'quay.io/centos/centos:stream9'
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['module_enable'] = []
|
||||
config_opts['module_install'] = []
|
||||
config_opts['description'] = 'Custom (no repository)'
|
||||
# DNF may not be available in this chroot
|
||||
config_opts['use_bootstrap'] = False
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ config_opts['dist'] = 'el8' # only useful for --resultdir variable subst
|
||||
config_opts['releasever'] = '8'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||
|
||||
config_opts['description'] = 'EuroLinux 8'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
@@ -2,6 +2,7 @@ config_opts['root'] = 'fedora-{{ releasever }}-{{ target_arch }}'
|
||||
# config_opts['module_enable'] = ['list', 'of', 'modules']
|
||||
# config_opts['module_install'] = ['module1/profile', 'module2/profile']
|
||||
|
||||
config_opts['description'] = 'Fedora {{ releasever }}'
|
||||
# fedora 31+ isn't mirrored, we need to run from koji
|
||||
config_opts['mirrored'] = config_opts['target_arch'] != 'i686'
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ protected_packages=
|
||||
|
||||
{%- macro rawhide_gpg_keys() -%}
|
||||
file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-rawhide-primary
|
||||
{%- for version in [eln_rawhide_releasever|int, eln_rawhide_releasever|int - 1]
|
||||
{%- for version in [eln_rawhide_releasever|int, eln_rawhide_releasever|int - 1, eln_rawhide_releasever|int - 2]
|
||||
%} file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-{{ version }}-primary
|
||||
{%- endfor %}
|
||||
{%- endmacro %}
|
||||
|
||||
@@ -12,6 +12,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||
config_opts['releasever'] = '37'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['bootstrap_image'] = 'registry.fedoraproject.org/fedora:rawhide'
|
||||
config_opts['description'] = 'Fedora Rawhide'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
@@ -6,6 +6,7 @@ config_opts['releasever'] = '7'
|
||||
config_opts['macros']['%distro_section'] = 'core'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['bootstrap_image'] = 'docker.io/library/mageia:7'
|
||||
config_opts['description'] = 'Mageia 7'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
@@ -6,6 +6,7 @@ config_opts['useradd'] = '/usr/sbin/useradd -o -m -u {{chrootuid}} -g {{chrootgi
|
||||
config_opts['macros']['%distro_section'] = 'core'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['bootstrap_image'] = 'docker.io/library/mageia:{{ releasever }}'
|
||||
config_opts['description'] = 'Mageia {{ releasever }}'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
@@ -7,6 +7,7 @@ config_opts['releasever'] = '9'
|
||||
config_opts['macros']['%distro_section'] = 'core'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['bootstrap_image'] = 'mageia:cauldron'
|
||||
config_opts['description'] = 'Mageia Cauldron'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
@@ -3,6 +3,7 @@ config_opts['dist'] = 'el8' # only useful for --resultdir variable subst
|
||||
config_opts['releasever'] = '8'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||
config_opts['description'] = 'Navy Linux {{ releasever }}'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
@@ -4,6 +4,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||
config_opts['useradd'] = '/usr/sbin/useradd -o -m -u {{chrootuid}} -g {{chrootgid}} -d {{chroothome}} {{chrootuser}}'
|
||||
config_opts['macros']['%cross_compiling'] = '0' # Mock should generally be considered native builds
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['description'] = 'OpenMandriva {{ releasever }}'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
@@ -5,6 +5,7 @@ config_opts['useradd'] = '/usr/sbin/useradd -o -m -u {{chrootuid}} -g {{chrootgi
|
||||
config_opts['releasever'] = '5.0'
|
||||
config_opts['macros']['%cross_compiling'] = '0' # Mock should generally be considered native builds
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['description'] = 'OpenMandriva Cooker {{ releasever }}'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
@@ -5,6 +5,7 @@ config_opts['useradd'] = '/usr/sbin/useradd -o -m -u {{chrootuid}} -g {{chrootgi
|
||||
config_opts['releasever'] = '5.0'
|
||||
config_opts['macros']['%cross_compiling'] = '0' # Mock should generally be considered native builds
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['description'] = 'OpenMandriva Rolling'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
@@ -7,6 +7,7 @@ config_opts['macros']['%dist'] = '.suse.lp153'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['bootstrap_image'] = 'registry.opensuse.org/opensuse/leap-dnf:15.3'
|
||||
config_opts['ssl_ca_bundle_path'] = '/var/lib/ca-certificates/ca-bundle.pem'
|
||||
config_opts['description'] = 'openSUSE Leap {{ releasever }}'
|
||||
|
||||
# Due to the nature of the OpenSUSE mirroring system, we can not use
|
||||
# metalinks easily and also we can not rely on the fact that baseurl's
|
||||
|
||||
@@ -7,6 +7,7 @@ config_opts['macros']['%dist'] = '.suse.tw%(sh -c ". /etc/os-release; echo \$VER
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['bootstrap_image'] = 'registry.opensuse.org/opensuse/tumbleweed-dnf'
|
||||
config_opts['ssl_ca_bundle_path'] = '/var/lib/ca-certificates/ca-bundle.pem'
|
||||
config_opts['description'] = 'openSUSE Tumbleweed'
|
||||
|
||||
# Due to the nature of the OpenSUSE mirroring system, we can not use
|
||||
# metalinks easily and also we can not rely on the fact that baseurl's
|
||||
|
||||
@@ -6,6 +6,7 @@ config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
|
||||
config_opts['releasever'] = '7'
|
||||
config_opts['bootstrap_image'] = 'docker.io/library/oraclelinux:7'
|
||||
config_opts['package_manager'] = 'yum'
|
||||
config_opts['description'] = 'Oracle Linux 7'
|
||||
|
||||
config_opts['yum_install_command'] += " --disablerepo=ol7_software_collections"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ config_opts['releasever'] = '8'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||
config_opts['bootstrap_image'] = 'docker.io/library/oraclelinux:8'
|
||||
|
||||
config_opts['description'] = 'Oracle Linux 8'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
@@ -3,6 +3,7 @@ config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
|
||||
config_opts['releasever'] = '7Server'
|
||||
config_opts['package_manager'] = 'yum'
|
||||
config_opts['bootstrap_image'] = 'registry.access.redhat.com/ubi7/ubi'
|
||||
config_opts['description'] = 'RHEL 7'
|
||||
|
||||
config_opts['dnf_install_command'] += ' subscription-manager'
|
||||
config_opts['yum_install_command'] += ' subscription-manager'
|
||||
|
||||
@@ -4,6 +4,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||
config_opts['releasever'] = '8'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['bootstrap_image'] = 'registry.access.redhat.com/ubi8/ubi'
|
||||
config_opts['description'] = 'RHEL 8'
|
||||
|
||||
config_opts['dnf_install_command'] += ' subscription-manager'
|
||||
config_opts['yum_install_command'] += ' subscription-manager'
|
||||
|
||||
@@ -4,7 +4,7 @@ config_opts['releasever'] = '8'
|
||||
config_opts['package_manager'] = 'dnf'
|
||||
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
|
||||
config_opts['bootstrap_image'] = 'quay.io/rockylinux/rockylinux:8'
|
||||
|
||||
config_opts['description'] = 'Rocky Linux 8'
|
||||
|
||||
config_opts['dnf.conf'] = """
|
||||
[main]
|
||||
|
||||
Reference in New Issue
Block a user