committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
59
mock/templates/epel-next-9.tpl
Normal file
59
mock/templates/epel-next-9.tpl
Normal file
@@ -0,0 +1,59 @@
|
||||
config_opts['chroot_setup_cmd'] += " epel-next-release"
|
||||
|
||||
config_opts['dnf.conf'] += """
|
||||
|
||||
[epel-next]
|
||||
name=Extra Packages for Enterprise Linux $releasever - Next - $basearch
|
||||
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-next-$releasever&arch=$basearch
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-$releasever
|
||||
skip_if_unavailable=False
|
||||
|
||||
[epel-next-debuginfo]
|
||||
name=Extra Packages for Enterprise Linux $releasever - Next - $basearch - Debug
|
||||
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-next-debug-$releasever&arch=$basearch
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-$releasever
|
||||
skip_if_unavailable=False
|
||||
|
||||
[epel-next-source]
|
||||
name=Extra Packages for Enterprise Linux $releasever - Next - $basearch - Source
|
||||
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-next-source-$releasever&arch=$basearch
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-$releasever
|
||||
skip_if_unavailable=False
|
||||
|
||||
[epel-next-testing]
|
||||
name=Extra Packages for Enterprise Linux $releasever - Next - Testing - $basearch
|
||||
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-testing-next-$releasever&arch=$basearch
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-$releasever
|
||||
skip_if_unavailable=False
|
||||
|
||||
[epel-next-testing-debuginfo]
|
||||
name=Extra Packages for Enterprise Linux $releasever - Next - Testing - $basearch - Debug
|
||||
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-testing-next-debug-$releasever&arch=$basearch
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-$releasever
|
||||
skip_if_unavailable=False
|
||||
|
||||
[epel-next-testing-source]
|
||||
name=Extra Packages for Enterprise Linux $releasever - Next - Testing - $basearch - Source
|
||||
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-testing-next-source-$releasever&arch=$basearch
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-$releasever
|
||||
skip_if_unavailable=False
|
||||
|
||||
[local]
|
||||
name=local
|
||||
baseurl=https://kojipkgs.fedoraproject.org/repos/epel$releasever-next-build/latest/$basearch/
|
||||
cost=2000
|
||||
enabled=0
|
||||
skip_if_unavailable=False
|
||||
"""
|
||||
Reference in New Issue
Block a user