-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52f68aa
commit 5eee8d4
Showing
9 changed files
with
294 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
config_opts['root'] = 'rocky-8.10-aarch64' | ||
config_opts['description'] = 'Rocky Linux 8.10' | ||
config_opts['target_arch'] = 'aarch64' | ||
config_opts['legal_host_arches'] = ('aarch64',) | ||
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk glibc-minimal-langpack grep gzip info patch redhat-rpm-config rpm-build sed tar unzip util-linux which xz' | ||
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['use_bootstrap_image'] = False | ||
|
||
|
||
config_opts['dnf.conf'] = """ | ||
[main] | ||
keepcache=1 | ||
debuglevel=2 | ||
reposdir=/dev/null | ||
logfile=/var/log/yum.log | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
syslog_ident=mock | ||
syslog_device= | ||
metadata_expire=0 | ||
mdpolicy=group:primary | ||
best=1 | ||
install_weak_deps=0 | ||
protected_packages= | ||
module_platform_id=platform:el8 | ||
user_agent={{ user_agent }} | ||
[all] | ||
name=Rocky Linux $releasever - All | ||
baseurl=https://kojidev.rockylinux.org/kojifiles/repos/dist-rocky8-lookahead-build/latest/aarch64 | ||
gpgcheck=0 | ||
enabled=1 | ||
metadata_expire=6h | ||
gpgkey=file:///usr/share/distribution-gpg-keys/rocky/RPM-GPG-KEY-Rocky-8 | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
config_opts['root'] = 'rocky-8.10-i686' | ||
config_opts['description'] = 'Rocky Linux 8.10' | ||
config_opts['target_arch'] = 'i686' | ||
config_opts['legal_host_arches'] = ('i686', 'x86_64',) | ||
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk glibc-minimal-langpack grep gzip info patch redhat-rpm-config rpm-build sed tar unzip util-linux which xz' | ||
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['use_bootstrap_image'] = False | ||
|
||
|
||
config_opts['dnf.conf'] = """ | ||
[main] | ||
keepcache=1 | ||
debuglevel=2 | ||
reposdir=/dev/null | ||
logfile=/var/log/yum.log | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
syslog_ident=mock | ||
syslog_device= | ||
metadata_expire=0 | ||
mdpolicy=group:primary | ||
best=1 | ||
install_weak_deps=0 | ||
protected_packages= | ||
module_platform_id=platform:el8 | ||
user_agent={{ user_agent }} | ||
[all] | ||
name=Rocky Linux $releasever - All | ||
baseurl=https://kojidev.rockylinux.org/kojifiles/repos/dist-rocky8-lookahead-build/latest/i386 | ||
gpgcheck=0 | ||
enabled=1 | ||
metadata_expire=6h | ||
gpgkey=file:///usr/share/distribution-gpg-keys/rocky/RPM-GPG-KEY-Rocky-8 | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
config_opts['root'] = 'rocky-8.10-x86_64' | ||
config_opts['description'] = 'Rocky Linux 8.10' | ||
config_opts['target_arch'] = 'x86_64' | ||
config_opts['legal_host_arches'] = ('x86_64',) | ||
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk glibc-minimal-langpack grep gzip info patch redhat-rpm-config rpm-build sed tar unzip util-linux which xz' | ||
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['use_bootstrap_image'] = False | ||
|
||
|
||
config_opts['dnf.conf'] = """ | ||
[main] | ||
keepcache=1 | ||
debuglevel=2 | ||
reposdir=/dev/null | ||
logfile=/var/log/yum.log | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
syslog_ident=mock | ||
syslog_device= | ||
metadata_expire=0 | ||
mdpolicy=group:primary | ||
best=1 | ||
install_weak_deps=0 | ||
protected_packages= | ||
module_platform_id=platform:el8 | ||
user_agent={{ user_agent }} | ||
[all] | ||
name=Rocky Linux $releasever - All | ||
baseurl=https://kojidev.rockylinux.org/kojifiles/repos/dist-rocky8-lookahead-build/latest/x86_64 | ||
gpgcheck=0 | ||
enabled=1 | ||
metadata_expire=6h | ||
gpgkey=file:///usr/share/distribution-gpg-keys/rocky/RPM-GPG-KEY-Rocky-8 | ||
""" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
config_opts['root'] = 'rocky-9.3-aarch64' | ||
config_opts['description'] = 'Rocky Linux 9.3' | ||
config_opts['target_arch'] = 'aarch64' | ||
config_opts['legal_host_arches'] = ('aarch64',) | ||
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk glibc-minimal-langpack grep gzip info patch redhat-rpm-config rpm-build sed tar unzip util-linux which xz' | ||
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['use_bootstrap_image'] = False | ||
|
||
|
||
config_opts['dnf.conf'] = """ | ||
[main] | ||
keepcache=1 | ||
debuglevel=2 | ||
reposdir=/dev/null | ||
logfile=/var/log/yum.log | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
syslog_ident=mock | ||
syslog_device= | ||
metadata_expire=0 | ||
mdpolicy=group:primary | ||
best=1 | ||
install_weak_deps=0 | ||
protected_packages= | ||
module_platform_id=platform:el9 | ||
user_agent={{ user_agent }} | ||
[all] | ||
name=Rocky Linux $releasever - All | ||
baseurl=https://yumrepofs.build.resf.org/v1/projects/6202c09e-6252-4d3a-bcd3-9c7751682970/repo/all/$basearch/ | ||
gpgcheck=1 | ||
enabled=1 | ||
metadata_expire=6h | ||
gpgkey=file:///usr/share/distribution-gpg-keys/rocky/RPM-GPG-KEY-Rocky-9 | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
config_opts['root'] = 'rocky-9.3-i686' | ||
config_opts['description'] = 'Rocky Linux 9.3' | ||
config_opts['target_arch'] = 'i686' | ||
config_opts['legal_host_arches'] = ('i686', 'x86_64',) | ||
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk glibc-minimal-langpack grep gzip info patch redhat-rpm-config rpm-build sed tar unzip util-linux which xz' | ||
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['use_bootstrap_image'] = False | ||
|
||
|
||
config_opts['dnf.conf'] = """ | ||
[main] | ||
keepcache=1 | ||
debuglevel=2 | ||
reposdir=/dev/null | ||
logfile=/var/log/yum.log | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
syslog_ident=mock | ||
syslog_device= | ||
metadata_expire=0 | ||
mdpolicy=group:primary | ||
best=1 | ||
install_weak_deps=0 | ||
protected_packages= | ||
module_platform_id=platform:el9 | ||
user_agent={{ user_agent }} | ||
[all] | ||
name=Rocky Linux $releasever - All | ||
baseurl=https://yumrepofs.build.resf.org/v1/projects/6202c09e-6252-4d3a-bcd3-9c7751682970/repo/all/$basearch/ | ||
gpgcheck=1 | ||
enabled=1 | ||
metadata_expire=6h | ||
gpgkey=file:///usr/share/distribution-gpg-keys/rocky/RPM-GPG-KEY-Rocky-9 | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
config_opts['root'] = 'rocky-9.3-ppc64le' | ||
config_opts['description'] = 'Rocky Linux 9.3' | ||
config_opts['target_arch'] = 'ppc64le' | ||
config_opts['legal_host_arches'] = ('ppc64le',) | ||
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk glibc-minimal-langpack grep gzip info patch redhat-rpm-config rpm-build sed tar unzip util-linux which xz' | ||
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['use_bootstrap_image'] = False | ||
|
||
|
||
config_opts['dnf.conf'] = """ | ||
[main] | ||
keepcache=1 | ||
debuglevel=2 | ||
reposdir=/dev/null | ||
logfile=/var/log/yum.log | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
syslog_ident=mock | ||
syslog_device= | ||
metadata_expire=0 | ||
mdpolicy=group:primary | ||
best=1 | ||
install_weak_deps=0 | ||
protected_packages= | ||
module_platform_id=platform:el9 | ||
user_agent={{ user_agent }} | ||
[all] | ||
name=Rocky Linux $releasever - All | ||
baseurl=https://yumrepofs.build.resf.org/v1/projects/6202c09e-6252-4d3a-bcd3-9c7751682970/repo/all/$basearch/ | ||
gpgcheck=1 | ||
enabled=1 | ||
metadata_expire=6h | ||
gpgkey=file:///usr/share/distribution-gpg-keys/rocky/RPM-GPG-KEY-Rocky-9 | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
config_opts['root'] = 'rocky-9.3-s390x' | ||
config_opts['description'] = 'Rocky Linux 9.3' | ||
config_opts['target_arch'] = 's390x' | ||
config_opts['legal_host_arches'] = ('s390x',) | ||
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk glibc-minimal-langpack grep gzip info patch redhat-rpm-config rpm-build sed tar unzip util-linux which xz' | ||
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['use_bootstrap_image'] = False | ||
|
||
|
||
config_opts['dnf.conf'] = """ | ||
[main] | ||
keepcache=1 | ||
debuglevel=2 | ||
reposdir=/dev/null | ||
logfile=/var/log/yum.log | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
syslog_ident=mock | ||
syslog_device= | ||
metadata_expire=0 | ||
mdpolicy=group:primary | ||
best=1 | ||
install_weak_deps=0 | ||
protected_packages= | ||
module_platform_id=platform:el9 | ||
user_agent={{ user_agent }} | ||
[all] | ||
name=Rocky Linux $releasever - All | ||
baseurl=https://yumrepofs.build.resf.org/v1/projects/6202c09e-6252-4d3a-bcd3-9c7751682970/repo/all/$basearch/ | ||
gpgcheck=1 | ||
enabled=1 | ||
metadata_expire=6h | ||
gpgkey=file:///usr/share/distribution-gpg-keys/rocky/RPM-GPG-KEY-Rocky-9 | ||
""" |
File renamed without changes.