├── .fmf └── version ├── .gemini └── config.yaml ├── .github ├── chronographer.yml ├── dependabot.yml ├── issue_template.md ├── pull_request_template.md └── workflows │ ├── Dockerfile │ ├── codeql-analysis.yml │ ├── docker-build.yml │ ├── fedora-tox.yml │ ├── new-issues-to-board.yml │ ├── python-diff-lint.yml │ └── shell-diff-lint.yml ├── .gitignore ├── .gitmodules ├── .packit.yaml ├── .pep8speaks.yml ├── .reuse └── dep5 ├── .tito ├── packages │ ├── .readme │ ├── mock │ └── mock-core-configs ├── releasers.conf └── tito.props ├── LICENSE ├── README.md ├── behave ├── .vcs-diff-lint.yml ├── README.md ├── environment.py ├── features │ ├── __init__.py │ ├── add-repo.feature │ ├── auto-download-of-srpm.feature │ ├── buildroot-image.feature │ ├── chroot-scan.feature │ ├── cmdline-errors.feature │ ├── dnf4.feature │ ├── dnf5.feature │ ├── hermetic-build.feature │ ├── library.feature │ ├── list-configs.feature │ └── scrub-all-chroots.feature ├── pylintrc ├── steps │ └── other.py └── testlib │ ├── __init__.py │ ├── commands.py │ └── mock.py ├── docs ├── FAQ.md ├── Feature-bootstrap.md ├── Feature-buildroot-image.md ├── Feature-container-for-bootstrap.md ├── Feature-external-deps.md ├── Feature-forcearch.md ├── Feature-modularity.md ├── Feature-nosync.md ├── Feature-package-managers.md ├── Feature-rhelchroots.md ├── Gemfile ├── LICENSE ├── Mock-Core-Configs.md ├── Plugin-BindMount.md ├── Plugin-BuildrootLock.md ├── Plugin-CCache.md ├── Plugin-ChrootScan.md ├── Plugin-CompressLogs.md ├── Plugin-Export-Buildroot-Image.md ├── Plugin-Hooks.md ├── Plugin-HwInfo.md ├── Plugin-LvmRoot.md ├── Plugin-Mount.md ├── Plugin-Overlayfs.md ├── Plugin-PMRequest.md ├── Plugin-PackageState.md ├── Plugin-ProcEnv.md ├── Plugin-RootCache.md ├── Plugin-SELinux.md ├── Plugin-Scm.md ├── Plugin-Showrc.md ├── Plugin-Sign.md ├── Plugin-Tmpfs.md ├── Plugin-Unbreq.md ├── Plugin-YumCache.md ├── Plugin-rpkg-preprocessor.md ├── README.md ├── Release-Notes-1.2.13.md ├── Release-Notes-1.2.14.md ├── Release-Notes-1.2.15.md ├── Release-Notes-1.2.16.md ├── Release-Notes-1.2.17.md ├── Release-Notes-1.2.18.md ├── Release-Notes-1.2.19.md ├── Release-Notes-1.2.20.md ├── Release-Notes-1.2.21.md ├── Release-Notes-1.3.2.md ├── Release-Notes-1.3.3.md ├── Release-Notes-1.3.4.md ├── Release-Notes-1.3.5.md ├── Release-Notes-1.4.1.md ├── Release-Notes-1.4.10.md ├── Release-Notes-1.4.11.md ├── Release-Notes-1.4.13.md ├── Release-Notes-1.4.14.md ├── Release-Notes-1.4.15.md ├── Release-Notes-1.4.16.md ├── Release-Notes-1.4.17.md ├── Release-Notes-1.4.18.md ├── Release-Notes-1.4.19.md ├── Release-Notes-1.4.2.md ├── Release-Notes-1.4.20.md ├── Release-Notes-1.4.21.md ├── Release-Notes-1.4.3.md ├── Release-Notes-1.4.4.md ├── Release-Notes-1.4.6.md ├── Release-Notes-1.4.7.md ├── Release-Notes-1.4.8.md ├── Release-Notes-1.4.9.md ├── Release-Notes-2.0.md ├── Release-Notes-2.1.md ├── Release-Notes-2.10.md ├── Release-Notes-2.11.md ├── Release-Notes-2.12.md ├── Release-Notes-2.13.md ├── Release-Notes-2.14.md ├── Release-Notes-2.15.md ├── Release-Notes-2.16.md ├── Release-Notes-2.2.md ├── Release-Notes-2.3.md ├── Release-Notes-2.4.md ├── Release-Notes-2.5.md ├── Release-Notes-2.6.md ├── Release-Notes-2.7.md ├── Release-Notes-2.8.md ├── Release-Notes-2.9.md ├── Release-Notes-3.0.md ├── Release-Notes-3.1.md ├── Release-Notes-3.2.md ├── Release-Notes-3.3.md ├── Release-Notes-3.4.md ├── Release-Notes-3.5.md ├── Release-Notes-39.2.md ├── Release-Notes-4.0.md ├── Release-Notes-4.1.md ├── Release-Notes-5.0.md ├── Release-Notes-5.1.1.md ├── Release-Notes-5.1.md ├── Release-Notes-5.2.md ├── Release-Notes-5.3.md ├── Release-Notes-5.4.md ├── Release-Notes-5.5.md ├── Release-Notes-5.6.md ├── Release-Notes-5.7.md ├── Release-Notes-5.8.md ├── Release-Notes-5.9.md ├── Release-Notes-6.0.md ├── Release-Notes-6.1.md ├── Release-Notes-6.2.md ├── Release-Notes-6.3.md ├── Release-Notes-6.4.md ├── Release-Notes-6.5.md ├── Release-Notes-Configs-39.3.md ├── Release-Notes-Configs-39.4.md ├── Release-Notes-Configs-40.2.md ├── Release-Notes-Configs-40.3.md ├── Release-Notes-Configs-40.5.md ├── Release-Notes-Configs-40.6.md ├── Release-Notes-Configs-41.1.md ├── Release-Notes-Configs-42.1.md ├── Release-Notes-Configs-43.1.md ├── Release-Notes-Configs-43.3.md ├── Release-Notes-New-Entry.md ├── Releasing-Mock.md ├── Why-Mock.md ├── _Sidebar.md ├── _config.yml ├── _includes │ ├── head-custom-google-analytics.html │ └── head-custom.html ├── _layouts │ ├── default.html │ └── title.html ├── _sass │ ├── jekyll-theme-slate.scss │ ├── rouge-github.scss │ └── slate.scss ├── assets │ ├── css │ │ └── style.scss │ └── images │ │ ├── bg_hr.png │ │ ├── blacktocat.png │ │ ├── icon_download.png │ │ └── sprite_download.png ├── configuration.md ├── docs │ ├── CODE_OF_CONDUCT.md │ ├── CONTRIBUTING.md │ └── SUPPORT.md ├── feature-gpg-and-ssl.md ├── feature-hermetic-builds.md ├── feature-isolated-builds.md ├── index.md ├── jekyll-theme-slate.gemspec ├── script │ ├── bootstrap │ ├── cibuild │ ├── release │ └── validate-html └── thumbnail.png ├── mock-core-configs ├── COPYING ├── README ├── etc │ └── mock │ │ ├── alma+epel-10-aarch64.cfg │ │ ├── alma+epel-10-ppc64le.cfg │ │ ├── alma+epel-10-s390x.cfg │ │ ├── alma+epel-10-x86_64.cfg │ │ ├── alma+epel-10-x86_64_v2.cfg │ │ ├── alma+epel-8-aarch64.cfg │ │ ├── alma+epel-8-ppc64le.cfg │ │ ├── alma+epel-8-x86_64.cfg │ │ ├── alma+epel-9-aarch64.cfg │ │ ├── alma+epel-9-ppc64le.cfg │ │ ├── alma+epel-9-s390x.cfg │ │ ├── alma+epel-9-x86_64.cfg │ │ ├── alma-kitten+epel-10-aarch64.cfg │ │ ├── alma-kitten+epel-10-ppc64le.cfg │ │ ├── alma-kitten+epel-10-s390x.cfg │ │ ├── alma-kitten+epel-10-x86_64.cfg │ │ ├── alma-kitten+epel-10-x86_64_v2.cfg │ │ ├── almalinux-10-aarch64.cfg │ │ ├── almalinux-10-ppc64le.cfg │ │ ├── almalinux-10-s390x.cfg │ │ ├── almalinux-10-x86_64.cfg │ │ ├── almalinux-10-x86_64_v2.cfg │ │ ├── almalinux-8-aarch64.cfg │ │ ├── almalinux-8-ppc64le.cfg │ │ ├── almalinux-8-x86_64.cfg │ │ ├── almalinux-9-aarch64.cfg │ │ ├── almalinux-9-ppc64le.cfg │ │ ├── almalinux-9-s390x.cfg │ │ ├── almalinux-9-x86_64.cfg │ │ ├── almalinux-kitten-10-aarch64.cfg │ │ ├── almalinux-kitten-10-ppc64le.cfg │ │ ├── almalinux-kitten-10-s390x.cfg │ │ ├── almalinux-kitten-10-x86_64.cfg │ │ ├── almalinux-kitten-10-x86_64_v2.cfg │ │ ├── amazonlinux-2-aarch64.cfg │ │ ├── amazonlinux-2-x86_64.cfg │ │ ├── amazonlinux-2023-aarch64.cfg │ │ ├── amazonlinux-2023-x86_64.cfg │ │ ├── anolis-8-aarch64.cfg │ │ ├── anolis-8-x86_64.cfg │ │ ├── azure-linux-3-aarch64.cfg │ │ ├── azure-linux-3-x86_64.cfg │ │ ├── centos-stream+epel-10-aarch64.cfg │ │ ├── centos-stream+epel-10-ppc64le.cfg │ │ ├── centos-stream+epel-10-s390x.cfg │ │ ├── centos-stream+epel-10-x86_64.cfg │ │ ├── centos-stream+epel-8-aarch64.cfg │ │ ├── centos-stream+epel-8-ppc64le.cfg │ │ ├── centos-stream+epel-8-x86_64.cfg │ │ ├── centos-stream+epel-9-aarch64.cfg │ │ ├── centos-stream+epel-9-ppc64le.cfg │ │ ├── centos-stream+epel-9-s390x.cfg │ │ ├── centos-stream+epel-9-x86_64.cfg │ │ ├── centos-stream+epel-next-8-aarch64.cfg │ │ ├── centos-stream+epel-next-8-ppc64le.cfg │ │ ├── centos-stream+epel-next-8-x86_64.cfg │ │ ├── centos-stream+epel-next-9-aarch64.cfg │ │ ├── centos-stream+epel-next-9-ppc64le.cfg │ │ ├── centos-stream+epel-next-9-s390x.cfg │ │ ├── centos-stream+epel-next-9-x86_64.cfg │ │ ├── centos-stream-10-aarch64.cfg │ │ ├── centos-stream-10-ppc64le.cfg │ │ ├── centos-stream-10-s390x.cfg │ │ ├── centos-stream-10-x86_64.cfg │ │ ├── centos-stream-8-aarch64.cfg │ │ ├── centos-stream-8-ppc64le.cfg │ │ ├── centos-stream-8-x86_64.cfg │ │ ├── centos-stream-9-aarch64.cfg │ │ ├── centos-stream-9-ppc64le.cfg │ │ ├── centos-stream-9-s390x.cfg │ │ ├── centos-stream-9-x86_64.cfg │ │ ├── chroot-aliases.cfg │ │ ├── circlelinux+epel-8-aarch64.cfg │ │ ├── circlelinux+epel-8-ppc64le.cfg │ │ ├── circlelinux+epel-8-x86_64.cfg │ │ ├── circlelinux+epel-9-aarch64.cfg │ │ ├── circlelinux+epel-9-ppc64le.cfg │ │ ├── circlelinux+epel-9-s390x.cfg │ │ ├── circlelinux+epel-9-x86_64.cfg │ │ ├── circlelinux-8-aarch64.cfg │ │ ├── circlelinux-8-ppc64le.cfg │ │ ├── circlelinux-8-x86_64.cfg │ │ ├── circlelinux-9-aarch64.cfg │ │ ├── circlelinux-9-ppc64le.cfg │ │ ├── circlelinux-9-s390x.cfg │ │ ├── circlelinux-9-x86_64.cfg │ │ ├── custom-1-aarch64.cfg │ │ ├── custom-1-armhfp.cfg │ │ ├── custom-1-i386.cfg │ │ ├── custom-1-ppc64.cfg │ │ ├── custom-1-ppc64le.cfg │ │ ├── custom-1-s390.cfg │ │ ├── custom-1-s390x.cfg │ │ ├── custom-1-x86_64.cfg │ │ ├── eol │ │ ├── anolis-7-aarch64.cfg │ │ ├── anolis-7-x86_64.cfg │ │ ├── azure-linux-2-aarch64.cfg │ │ ├── azure-linux-2-x86_64.cfg │ │ ├── centos+epel-7-aarch64.cfg │ │ ├── centos+epel-7-ppc64.cfg │ │ ├── centos+epel-7-ppc64le.cfg │ │ ├── centos+epel-7-x86_64.cfg │ │ ├── centos+epel-8-aarch64.cfg │ │ ├── centos+epel-8-ppc64le.cfg │ │ ├── centos+epel-8-x86_64.cfg │ │ ├── centos-6-i386.cfg │ │ ├── centos-6-x86_64.cfg │ │ ├── centos-7-aarch64.cfg │ │ ├── centos-7-ppc64.cfg │ │ ├── centos-7-ppc64le.cfg │ │ ├── centos-7-x86_64.cfg │ │ ├── centos-8-aarch64.cfg │ │ ├── centos-8-ppc64le.cfg │ │ ├── centos-8-x86_64.cfg │ │ ├── epel-5-i386.cfg │ │ ├── epel-5-x86_64.cfg │ │ ├── epel-6-i386.cfg │ │ ├── epel-6-x86_64.cfg │ │ ├── epel-7-ppc64le.cfg │ │ ├── epel-7-x86_64.cfg │ │ ├── epelplayground-8-aarch64.cfg │ │ ├── epelplayground-8-ppc64le.cfg │ │ ├── epelplayground-8-x86_64.cfg │ │ ├── eurolinux-8-aarch64.cfg │ │ ├── eurolinux-8-i686.cfg │ │ ├── eurolinux-8-x86_64.cfg │ │ ├── eurolinux-9-aarch64.cfg │ │ ├── eurolinux-9-i686.cfg │ │ ├── eurolinux-9-x86_64.cfg │ │ ├── fedora-25-aarch64.cfg │ │ ├── fedora-25-armhfp.cfg │ │ ├── fedora-25-i386.cfg │ │ ├── fedora-25-ppc64.cfg │ │ ├── fedora-25-ppc64le.cfg │ │ ├── fedora-25-s390x.cfg │ │ ├── fedora-25-x86_64.cfg │ │ ├── fedora-26-aarch64.cfg │ │ ├── fedora-26-armhfp.cfg │ │ ├── fedora-26-i386.cfg │ │ ├── fedora-26-ppc64.cfg │ │ ├── fedora-26-ppc64le.cfg │ │ ├── fedora-26-s390x.cfg │ │ ├── fedora-26-x86_64.cfg │ │ ├── fedora-27-aarch64.cfg │ │ ├── fedora-27-armhfp.cfg │ │ ├── fedora-27-i386.cfg │ │ ├── fedora-27-ppc64.cfg │ │ ├── fedora-27-ppc64le.cfg │ │ ├── fedora-27-s390x.cfg │ │ ├── fedora-27-x86_64.cfg │ │ ├── fedora-28-aarch64.cfg │ │ ├── fedora-28-armhfp.cfg │ │ ├── fedora-28-i386.cfg │ │ ├── fedora-28-ppc64.cfg │ │ ├── fedora-28-ppc64le.cfg │ │ ├── fedora-28-s390x.cfg │ │ ├── fedora-28-x86_64.cfg │ │ ├── fedora-29-aarch64.cfg │ │ ├── fedora-29-armhfp.cfg │ │ ├── fedora-29-i386.cfg │ │ ├── fedora-29-ppc64le.cfg │ │ ├── fedora-29-s390x.cfg │ │ ├── fedora-29-x86_64.cfg │ │ ├── fedora-30-aarch64.cfg │ │ ├── fedora-30-armhfp.cfg │ │ ├── fedora-30-i386.cfg │ │ ├── fedora-30-ppc64le.cfg │ │ ├── fedora-30-s390x.cfg │ │ ├── fedora-30-x86_64.cfg │ │ ├── fedora-31-aarch64.cfg │ │ ├── fedora-31-armhfp.cfg │ │ ├── fedora-31-i386.cfg │ │ ├── fedora-31-ppc64le.cfg │ │ ├── fedora-31-s390x.cfg │ │ ├── fedora-31-x86_64.cfg │ │ ├── fedora-32-aarch64.cfg │ │ ├── fedora-32-armhfp.cfg │ │ ├── fedora-32-i386.cfg │ │ ├── fedora-32-ppc64le.cfg │ │ ├── fedora-32-s390x.cfg │ │ ├── fedora-32-x86_64.cfg │ │ ├── fedora-33-aarch64.cfg │ │ ├── fedora-33-armhfp.cfg │ │ ├── fedora-33-i386.cfg │ │ ├── fedora-33-ppc64le.cfg │ │ ├── fedora-33-s390x.cfg │ │ ├── fedora-33-x86_64.cfg │ │ ├── fedora-34-aarch64.cfg │ │ ├── fedora-34-armhfp.cfg │ │ ├── fedora-34-i386.cfg │ │ ├── fedora-34-ppc64le.cfg │ │ ├── fedora-34-s390x.cfg │ │ ├── fedora-34-x86_64.cfg │ │ ├── fedora-35-aarch64.cfg │ │ ├── fedora-35-armhfp.cfg │ │ ├── fedora-35-i386.cfg │ │ ├── fedora-35-ppc64le.cfg │ │ ├── fedora-35-s390x.cfg │ │ ├── fedora-35-x86_64.cfg │ │ ├── fedora-36-aarch64.cfg │ │ ├── fedora-36-armhfp.cfg │ │ ├── fedora-36-i386.cfg │ │ ├── fedora-36-ppc64le.cfg │ │ ├── fedora-36-s390x.cfg │ │ ├── fedora-36-x86_64.cfg │ │ ├── fedora-37-aarch64.cfg │ │ ├── fedora-37-i386.cfg │ │ ├── fedora-37-ppc64le.cfg │ │ ├── fedora-37-s390x.cfg │ │ ├── fedora-37-x86_64.cfg │ │ ├── fedora-38-aarch64.cfg │ │ ├── fedora-38-i386.cfg │ │ ├── fedora-38-ppc64le.cfg │ │ ├── fedora-38-s390x.cfg │ │ ├── fedora-38-x86_64.cfg │ │ ├── fedora-39-aarch64.cfg │ │ ├── fedora-39-i386.cfg │ │ ├── fedora-39-ppc64le.cfg │ │ ├── fedora-39-s390x.cfg │ │ ├── fedora-39-x86_64.cfg │ │ ├── fedora-40-aarch64.cfg │ │ ├── fedora-40-i386.cfg │ │ ├── fedora-40-ppc64le.cfg │ │ ├── fedora-40-s390x.cfg │ │ ├── fedora-40-x86_64.cfg │ │ ├── mageia-6-armv5tl.cfg │ │ ├── mageia-6-armv7hl.cfg │ │ ├── mageia-6-i586.cfg │ │ ├── mageia-6-x86_64.cfg │ │ ├── mageia-7-aarch64.cfg │ │ ├── mageia-7-armv7hl.cfg │ │ ├── mageia-7-i586.cfg │ │ ├── mageia-7-x86_64.cfg │ │ ├── openmandriva-4.0-aarch64.cfg │ │ ├── openmandriva-4.0-armv7hnl.cfg │ │ ├── openmandriva-4.0-i686.cfg │ │ ├── openmandriva-4.0-x86_64.cfg │ │ ├── openmandriva-4.1-i686.cfg │ │ ├── openmandriva-cooker-i686.cfg │ │ ├── openmandriva-rolling-i686.cfg │ │ ├── opensuse-leap-15.0-aarch64.cfg │ │ ├── opensuse-leap-15.0-x86_64.cfg │ │ ├── opensuse-leap-15.1-aarch64.cfg │ │ ├── opensuse-leap-15.1-x86_64.cfg │ │ ├── opensuse-leap-15.2-aarch64.cfg │ │ ├── opensuse-leap-15.2-x86_64.cfg │ │ ├── opensuse-leap-15.3-aarch64.cfg │ │ ├── opensuse-leap-15.3-ppc64le.cfg │ │ ├── opensuse-leap-15.3-s390x.cfg │ │ ├── opensuse-leap-15.3-x86_64.cfg │ │ ├── opensuse-leap-15.4-aarch64.cfg │ │ ├── opensuse-leap-15.4-ppc64le.cfg │ │ ├── opensuse-leap-15.4-s390x.cfg │ │ ├── opensuse-leap-15.4-x86_64.cfg │ │ ├── opensuse-leap-15.5-aarch64.cfg │ │ ├── opensuse-leap-15.5-ppc64le.cfg │ │ ├── opensuse-leap-15.5-s390x.cfg │ │ ├── opensuse-leap-15.5-x86_64.cfg │ │ ├── oraclelinux+epel-7-aarch64.cfg │ │ ├── oraclelinux+epel-7-x86_64.cfg │ │ ├── rhel-6-x86_64.cfg │ │ └── templates │ │ │ ├── anolis-7.tpl │ │ │ ├── azure-linux-2.tpl │ │ │ ├── centos-6.tpl │ │ │ ├── centos-7.tpl │ │ │ ├── centos-8.tpl │ │ │ ├── epel-6.tpl │ │ │ ├── epel-7.tpl │ │ │ ├── epelplayground-8.tpl │ │ │ ├── eurolinux-8.tpl │ │ │ ├── eurolinux-9.tpl │ │ │ ├── fedora-29.tpl │ │ │ ├── fedora-30.tpl │ │ │ ├── mageia-6.tpl │ │ │ ├── mageia-7.tpl │ │ │ ├── openmandriva-4.0.tpl │ │ │ ├── opensuse-leap-15.3.tpl │ │ │ ├── opensuse-leap-15.4.tpl │ │ │ ├── opensuse-leap-15.5.tpl │ │ │ └── rhel-6.tpl │ │ ├── epel-10-aarch64.cfg │ │ ├── epel-10-ppc64le.cfg │ │ ├── epel-10-s390x.cfg │ │ ├── epel-10-x86_64.cfg │ │ ├── fedora-41-aarch64.cfg │ │ ├── fedora-41-i386.cfg │ │ ├── fedora-41-ppc64le.cfg │ │ ├── fedora-41-s390x.cfg │ │ ├── fedora-41-x86_64.cfg │ │ ├── fedora-42-aarch64.cfg │ │ ├── fedora-42-i386.cfg │ │ ├── fedora-42-ppc64le.cfg │ │ ├── fedora-42-s390x.cfg │ │ ├── fedora-42-x86_64.cfg │ │ ├── fedora-43-aarch64.cfg │ │ ├── fedora-43-i386.cfg │ │ ├── fedora-43-ppc64le.cfg │ │ ├── fedora-43-s390x.cfg │ │ ├── fedora-43-x86_64.cfg │ │ ├── fedora-44-aarch64.cfg │ │ ├── fedora-44-i386.cfg │ │ ├── fedora-44-ppc64le.cfg │ │ ├── fedora-44-s390x.cfg │ │ ├── fedora-44-x86_64.cfg │ │ ├── fedora-eln-aarch64.cfg │ │ ├── fedora-eln-ppc64le.cfg │ │ ├── fedora-eln-s390x.cfg │ │ ├── fedora-eln-x86_64.cfg │ │ ├── fedora-rawhide-aarch64.cfg │ │ ├── fedora-rawhide-i386.cfg │ │ ├── fedora-rawhide-ppc64le.cfg │ │ ├── fedora-rawhide-s390x.cfg │ │ ├── fedora-rawhide-x86_64.cfg │ │ ├── kylin-10-aarch64.cfg │ │ ├── kylin-10-loongarch64.cfg │ │ ├── kylin-10-x86_64.cfg │ │ ├── kylin-11-aarch64.cfg │ │ ├── kylin-11-loongarch64.cfg │ │ ├── kylin-11-x86_64.cfg │ │ ├── mageia-10-aarch64.cfg │ │ ├── mageia-10-armv7hl.cfg │ │ ├── mageia-10-i686.cfg │ │ ├── mageia-10-x86_64.cfg │ │ ├── mageia-8-aarch64.cfg │ │ ├── mageia-8-armv7hl.cfg │ │ ├── mageia-8-i586.cfg │ │ ├── mageia-8-x86_64.cfg │ │ ├── mageia-9-aarch64.cfg │ │ ├── mageia-9-armv7hl.cfg │ │ ├── mageia-9-i586.cfg │ │ ├── mageia-9-x86_64.cfg │ │ ├── mageia-cauldron-aarch64.cfg │ │ ├── mageia-cauldron-armv7hl.cfg │ │ ├── mageia-cauldron-i686.cfg │ │ ├── mageia-cauldron-x86_64.cfg │ │ ├── navy+epel-8-x86_64.cfg │ │ ├── navy-8-x86_64.cfg │ │ ├── openeuler-20.03-aarch64.cfg │ │ ├── openeuler-20.03-x86_64.cfg │ │ ├── openeuler-22.03-aarch64.cfg │ │ ├── openeuler-22.03-x86_64.cfg │ │ ├── openeuler-24.03-aarch64.cfg │ │ ├── openeuler-24.03-x86_64.cfg │ │ ├── openmandriva-4.1-aarch64.cfg │ │ ├── openmandriva-4.1-armv7hnl.cfg │ │ ├── openmandriva-4.1-x86_64.cfg │ │ ├── openmandriva-cooker-aarch64.cfg │ │ ├── openmandriva-cooker-armv7hnl.cfg │ │ ├── openmandriva-cooker-x86_64.cfg │ │ ├── openmandriva-rolling-aarch64.cfg │ │ ├── openmandriva-rolling-armv7hnl.cfg │ │ ├── openmandriva-rolling-x86_64.cfg │ │ ├── opensuse-leap-15.6-aarch64.cfg │ │ ├── opensuse-leap-15.6-ppc64le.cfg │ │ ├── opensuse-leap-15.6-s390x.cfg │ │ ├── opensuse-leap-15.6-x86_64.cfg │ │ ├── opensuse-leap-16.0-aarch64.cfg │ │ ├── opensuse-leap-16.0-ppc64le.cfg │ │ ├── opensuse-leap-16.0-s390x.cfg │ │ ├── opensuse-leap-16.0-x86_64.cfg │ │ ├── opensuse-tumbleweed-aarch64.cfg │ │ ├── opensuse-tumbleweed-i586.cfg │ │ ├── opensuse-tumbleweed-ppc64.cfg │ │ ├── opensuse-tumbleweed-ppc64le.cfg │ │ ├── opensuse-tumbleweed-s390x.cfg │ │ ├── opensuse-tumbleweed-x86_64.cfg │ │ ├── oraclelinux+epel-8-aarch64.cfg │ │ ├── oraclelinux+epel-8-x86_64.cfg │ │ ├── oraclelinux+epel-9-aarch64.cfg │ │ ├── oraclelinux+epel-9-x86_64.cfg │ │ ├── oraclelinux-7-aarch64.cfg │ │ ├── oraclelinux-7-x86_64.cfg │ │ ├── oraclelinux-8-aarch64.cfg │ │ ├── oraclelinux-8-x86_64.cfg │ │ ├── oraclelinux-9-aarch64.cfg │ │ ├── oraclelinux-9-x86_64.cfg │ │ ├── rhel+epel-10-aarch64.cfg │ │ ├── rhel+epel-10-ppc64le.cfg │ │ ├── rhel+epel-10-s390x.cfg │ │ ├── rhel+epel-10-x86_64.cfg │ │ ├── rhel+epel-8-aarch64.cfg │ │ ├── rhel+epel-8-ppc64le.cfg │ │ ├── rhel+epel-8-s390x.cfg │ │ ├── rhel+epel-8-x86_64.cfg │ │ ├── rhel+epel-9-aarch64.cfg │ │ ├── rhel+epel-9-ppc64le.cfg │ │ ├── rhel+epel-9-s390x.cfg │ │ ├── rhel+epel-9-x86_64.cfg │ │ ├── rhel-10-aarch64.cfg │ │ ├── rhel-10-ppc64le.cfg │ │ ├── rhel-10-s390x.cfg │ │ ├── rhel-10-x86_64.cfg │ │ ├── rhel-7-aarch64.cfg │ │ ├── rhel-7-ppc64.cfg │ │ ├── rhel-7-ppc64le.cfg │ │ ├── rhel-7-s390x.cfg │ │ ├── rhel-7-x86_64.cfg │ │ ├── rhel-8-aarch64.cfg │ │ ├── rhel-8-ppc64le.cfg │ │ ├── rhel-8-s390x.cfg │ │ ├── rhel-8-x86_64.cfg │ │ ├── rhel-9-aarch64.cfg │ │ ├── rhel-9-ppc64le.cfg │ │ ├── rhel-9-s390x.cfg │ │ ├── rhel-9-x86_64.cfg │ │ ├── rocky+epel-10-aarch64.cfg │ │ ├── rocky+epel-10-ppc64le.cfg │ │ ├── rocky+epel-10-s390x.cfg │ │ ├── rocky+epel-10-x86_64.cfg │ │ ├── rocky+epel-8-aarch64.cfg │ │ ├── rocky+epel-8-x86_64.cfg │ │ ├── rocky+epel-9-aarch64.cfg │ │ ├── rocky+epel-9-ppc64le.cfg │ │ ├── rocky+epel-9-s390x.cfg │ │ ├── rocky+epel-9-x86_64.cfg │ │ ├── rocky-10-aarch64.cfg │ │ ├── rocky-10-ppc64le.cfg │ │ ├── rocky-10-riscv64.cfg │ │ ├── rocky-10-s390x.cfg │ │ ├── rocky-10-x86_64.cfg │ │ ├── rocky-8-aarch64.cfg │ │ ├── rocky-8-x86_64.cfg │ │ ├── rocky-9-aarch64.cfg │ │ ├── rocky-9-ppc64le.cfg │ │ ├── rocky-9-s390x.cfg │ │ ├── rocky-9-x86_64.cfg │ │ ├── site-defaults.cfg │ │ └── templates │ │ ├── almalinux-10.tpl │ │ ├── almalinux-8.tpl │ │ ├── almalinux-9.tpl │ │ ├── almalinux-epel-10.tpl │ │ ├── almalinux-epel-z-10.tpl │ │ ├── almalinux-kitten-10.tpl │ │ ├── amazonlinux-2.tpl │ │ ├── amazonlinux-2023.tpl │ │ ├── anolis-8.tpl │ │ ├── azure-linux-3.tpl │ │ ├── centos-stream-10.tpl │ │ ├── centos-stream-8.tpl │ │ ├── centos-stream-9.tpl │ │ ├── circlelinux-8.tpl │ │ ├── circlelinux-9.tpl │ │ ├── custom-1.tpl │ │ ├── epel-10.tpl │ │ ├── epel-8.tpl │ │ ├── epel-9.tpl │ │ ├── epel-next-8.tpl │ │ ├── epel-next-9.tpl │ │ ├── epel-z-10.tpl │ │ ├── fedora-branched.tpl │ │ ├── fedora-eln.tpl │ │ ├── fedora-rawhide.tpl │ │ ├── kylin-10.tpl │ │ ├── kylin-11.tpl │ │ ├── mageia-branched.tpl │ │ ├── mageia-cauldron.tpl │ │ ├── navy-8.tpl │ │ ├── openeuler-20.03.tpl │ │ ├── openeuler-22.03.tpl │ │ ├── openeuler-24.03.tpl │ │ ├── openmandriva-branched.tpl │ │ ├── openmandriva-cooker.tpl │ │ ├── openmandriva-rolling.tpl │ │ ├── opensuse-leap-15.6.tpl │ │ ├── opensuse-leap-16.0.tpl │ │ ├── opensuse-tumbleweed.tpl │ │ ├── oraclelinux-7.tpl │ │ ├── oraclelinux-8.tpl │ │ ├── oraclelinux-9.tpl │ │ ├── oraclelinux-epel-8.tpl │ │ ├── oraclelinux-epel-9.tpl │ │ ├── rhel-10.tpl │ │ ├── rhel-7.tpl │ │ ├── rhel-8.tpl │ │ ├── rhel-9.tpl │ │ ├── rocky-10.tpl │ │ ├── rocky-8.tpl │ │ └── rocky-9.tpl ├── mock-core-configs.spec └── mock-core-configs.spec.rpmlintrc ├── mock ├── .gitignore ├── COPYING ├── Makefile ├── README.md ├── contrib │ └── mock-cleanup ├── docs │ ├── buildroot-lock-schema-1.0.0.json │ ├── buildroot-lock-schema-1.1.0.json │ ├── mock-parse-buildlog.1 │ ├── mock.1 │ ├── mock.cheat │ └── site-defaults.cfg ├── etc │ ├── bash_completion.d │ │ └── mock │ ├── consolehelper │ │ └── mock │ ├── mock │ │ ├── hermetic-build.cfg │ │ └── logging.ini │ ├── pam │ │ └── mock │ └── pki │ │ └── README.txt ├── integration-tests │ ├── 001-orphanskill-explicit.tst │ ├── 002-copyin.tst │ ├── 01-shell.tst │ ├── 02-argpassing.tst │ ├── 03-chroot-one-arg.tst │ ├── 04-offline-tmpfs.tst │ ├── 05-orphanskill-std.tst │ ├── 06-retcode.tst │ ├── 07-init-clean.tst │ ├── 08-oldstyle-cmd.tst │ ├── 09-mockchain-fail.tst │ ├── 10-mockchain-partial.tst │ ├── 11-mockchain-success.tst │ ├── 12-mockchain-recurse.tst │ ├── 13-mockchain-gen-br.tst │ ├── 14-mock-multiple.tst │ ├── 15-overlayfs-layers.tst │ ├── 16-spec-and-multiple-srpms-fail.tst │ ├── 17-spec-and-rebuild.tst │ ├── 18-spec-sources-and-rebuild.tst │ ├── 19-sign-plugin.tst │ ├── 20-lvm-plugin.tst │ ├── 21-mockchain-image.tst │ ├── 22-rootdir.tst │ ├── 23-local-mirrorlist.tst │ ├── 24-postinstall.tst │ ├── 25-postupdate-root-cache.tst │ ├── 26-external-deps.tst │ ├── 27-nspawn.tst │ ├── README.txt │ ├── daemontest.c │ ├── dropcache.py │ ├── functions │ ├── overlayfs_layers_test.py │ ├── releasetests.sh │ ├── runconfigs.sh │ ├── runregressions.sh │ ├── runtests.sh │ ├── setup-box │ ├── setup-playbook │ │ ├── .gitignore │ │ ├── README.md │ │ ├── files │ │ │ ├── install-copr-packages │ │ │ └── install-mock-packages-built-by-packit │ │ ├── group_vars │ │ │ └── .gitignore │ │ ├── play-tf.yml │ │ ├── setup-playbook.yml │ │ ├── spawn-test-machine-ec2.yaml │ │ ├── tasks │ │ │ └── main.yml │ │ └── templates │ │ │ └── gpg-mock.j2 │ ├── test-A-1.1-0.src.rpm │ ├── test-B-1.1-0.src.rpm │ ├── test-C-1.1-0.src.rpm │ ├── test-C.spec │ ├── test-D-1.1-0.src.rpm │ ├── test-E-1.1-0.src.rpm │ ├── test-F-0-1.fc33.src.rpm │ ├── test-F.spec │ ├── testenvironment │ └── verify_repos.sh ├── mock.conf ├── mock.spec ├── mockchain ├── precompile-bash-completion ├── py │ ├── mock-hermetic-repo.py │ ├── mock-parse-buildlog.py │ ├── mock.py │ └── mockbuild │ │ ├── __init__.py │ │ ├── backend.py │ │ ├── buildroot.py │ │ ├── config.py │ │ ├── constants.py │ │ ├── exception.py │ │ ├── external.py │ │ ├── file_downloader.py │ │ ├── file_util.py │ │ ├── installed_packages.py │ │ ├── mounts.py │ │ ├── package_manager.py │ │ ├── plugin.py │ │ ├── plugins │ │ ├── __init__.py │ │ ├── bind_mount.py │ │ ├── buildroot_lock.py │ │ ├── ccache.py │ │ ├── chroot_scan.py │ │ ├── compress_logs.py │ │ ├── export_buildroot_image.py │ │ ├── hw_info.py │ │ ├── lvm_root.py │ │ ├── mount.py │ │ ├── overlayfs.py │ │ ├── package_state.py │ │ ├── pm_request.py │ │ ├── procenv.py │ │ ├── root_cache.py │ │ ├── rpkg_preprocessor.py │ │ ├── rpmautospec.py │ │ ├── selinux.py │ │ ├── showrc.py │ │ ├── sign.py │ │ ├── tmpfs.py │ │ ├── unbreq.py │ │ └── yum_cache.py │ │ ├── podman.py │ │ ├── rebuild.py │ │ ├── scm.py │ │ ├── scrub_all.py │ │ ├── shadow_utils.py │ │ ├── state.py │ │ ├── text.py │ │ ├── trace_decorator.py │ │ ├── uid.py │ │ └── util.py ├── pylintrc ├── requirements.txt ├── run-tests.sh ├── scripts │ └── test-cfgs.py ├── setup.cfg └── tests │ ├── __init__.py │ ├── conftest.py │ ├── data │ ├── config-001 │ │ ├── fedora-rawhide-x86_64.cfg │ │ ├── site-defaults.cfg │ │ └── templates │ │ │ └── fedora-rawhide.tpl │ └── home-001 │ │ └── .config │ │ ├── mock.cfg │ │ └── mock │ │ └── fedora-rawhide-x86_64.cfg │ ├── plugins │ ├── __init__.py │ └── test_rpmautospec.py │ ├── test_buildroot.py │ ├── test_buildroot_lock.py │ ├── test_config_loader.py │ ├── test_config_templates.py │ ├── test_installed_packages.py │ └── test_package_manager.py ├── pyproject.toml ├── releng ├── .vcs-diff-lint.yml ├── generate-release-notes ├── rawhide-branching.sh └── release-notes-next │ ├── buildrequires-from-macro.bugfix │ ├── loongarch64.bugfix │ ├── template.jinja │ └── unbreq.bugfix.md ├── testing-farm ├── plans │ ├── behave.fmf │ └── old-testsuite.fmf └── tests │ ├── behave │ ├── main.fmf │ └── test.sh │ └── old-testsuite │ ├── main.fmf │ └── test.sh └── tox.ini /.fmf/version: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /.gemini/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.gemini/config.yaml -------------------------------------------------------------------------------- /.github/chronographer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/chronographer.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/workflows/Dockerfile -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /.github/workflows/docker-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/workflows/docker-build.yml -------------------------------------------------------------------------------- /.github/workflows/fedora-tox.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/workflows/fedora-tox.yml -------------------------------------------------------------------------------- /.github/workflows/new-issues-to-board.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/workflows/new-issues-to-board.yml -------------------------------------------------------------------------------- /.github/workflows/python-diff-lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/workflows/python-diff-lint.yml -------------------------------------------------------------------------------- /.github/workflows/shell-diff-lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.github/workflows/shell-diff-lint.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.gitmodules -------------------------------------------------------------------------------- /.packit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.packit.yaml -------------------------------------------------------------------------------- /.pep8speaks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.pep8speaks.yml -------------------------------------------------------------------------------- /.reuse/dep5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.reuse/dep5 -------------------------------------------------------------------------------- /.tito/packages/.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.tito/packages/.readme -------------------------------------------------------------------------------- /.tito/packages/mock: -------------------------------------------------------------------------------- 1 | 6.5-1 mock/ 2 | -------------------------------------------------------------------------------- /.tito/packages/mock-core-configs: -------------------------------------------------------------------------------- 1 | 43.3-1 mock-core-configs/ 2 | -------------------------------------------------------------------------------- /.tito/releasers.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.tito/releasers.conf -------------------------------------------------------------------------------- /.tito/tito.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/.tito/tito.props -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | mock/README.md -------------------------------------------------------------------------------- /behave/.vcs-diff-lint.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /behave/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/README.md -------------------------------------------------------------------------------- /behave/environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/environment.py -------------------------------------------------------------------------------- /behave/features/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /behave/features/add-repo.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/add-repo.feature -------------------------------------------------------------------------------- /behave/features/auto-download-of-srpm.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/auto-download-of-srpm.feature -------------------------------------------------------------------------------- /behave/features/buildroot-image.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/buildroot-image.feature -------------------------------------------------------------------------------- /behave/features/chroot-scan.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/chroot-scan.feature -------------------------------------------------------------------------------- /behave/features/cmdline-errors.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/cmdline-errors.feature -------------------------------------------------------------------------------- /behave/features/dnf4.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/dnf4.feature -------------------------------------------------------------------------------- /behave/features/dnf5.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/dnf5.feature -------------------------------------------------------------------------------- /behave/features/hermetic-build.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/hermetic-build.feature -------------------------------------------------------------------------------- /behave/features/library.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/library.feature -------------------------------------------------------------------------------- /behave/features/list-configs.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/list-configs.feature -------------------------------------------------------------------------------- /behave/features/scrub-all-chroots.feature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/features/scrub-all-chroots.feature -------------------------------------------------------------------------------- /behave/pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/pylintrc -------------------------------------------------------------------------------- /behave/steps/other.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/steps/other.py -------------------------------------------------------------------------------- /behave/testlib/__init__.py: -------------------------------------------------------------------------------- 1 | """ Helper library for Mock's BDD """ 2 | -------------------------------------------------------------------------------- /behave/testlib/commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/testlib/commands.py -------------------------------------------------------------------------------- /behave/testlib/mock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/behave/testlib/mock.py -------------------------------------------------------------------------------- /docs/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/FAQ.md -------------------------------------------------------------------------------- /docs/Feature-bootstrap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Feature-bootstrap.md -------------------------------------------------------------------------------- /docs/Feature-buildroot-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Feature-buildroot-image.md -------------------------------------------------------------------------------- /docs/Feature-container-for-bootstrap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Feature-container-for-bootstrap.md -------------------------------------------------------------------------------- /docs/Feature-external-deps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Feature-external-deps.md -------------------------------------------------------------------------------- /docs/Feature-forcearch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Feature-forcearch.md -------------------------------------------------------------------------------- /docs/Feature-modularity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Feature-modularity.md -------------------------------------------------------------------------------- /docs/Feature-nosync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Feature-nosync.md -------------------------------------------------------------------------------- /docs/Feature-package-managers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Feature-package-managers.md -------------------------------------------------------------------------------- /docs/Feature-rhelchroots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Feature-rhelchroots.md -------------------------------------------------------------------------------- /docs/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Gemfile -------------------------------------------------------------------------------- /docs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/LICENSE -------------------------------------------------------------------------------- /docs/Mock-Core-Configs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Mock-Core-Configs.md -------------------------------------------------------------------------------- /docs/Plugin-BindMount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-BindMount.md -------------------------------------------------------------------------------- /docs/Plugin-BuildrootLock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-BuildrootLock.md -------------------------------------------------------------------------------- /docs/Plugin-CCache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-CCache.md -------------------------------------------------------------------------------- /docs/Plugin-ChrootScan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-ChrootScan.md -------------------------------------------------------------------------------- /docs/Plugin-CompressLogs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-CompressLogs.md -------------------------------------------------------------------------------- /docs/Plugin-Export-Buildroot-Image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-Export-Buildroot-Image.md -------------------------------------------------------------------------------- /docs/Plugin-Hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-Hooks.md -------------------------------------------------------------------------------- /docs/Plugin-HwInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-HwInfo.md -------------------------------------------------------------------------------- /docs/Plugin-LvmRoot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-LvmRoot.md -------------------------------------------------------------------------------- /docs/Plugin-Mount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-Mount.md -------------------------------------------------------------------------------- /docs/Plugin-Overlayfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-Overlayfs.md -------------------------------------------------------------------------------- /docs/Plugin-PMRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-PMRequest.md -------------------------------------------------------------------------------- /docs/Plugin-PackageState.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-PackageState.md -------------------------------------------------------------------------------- /docs/Plugin-ProcEnv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-ProcEnv.md -------------------------------------------------------------------------------- /docs/Plugin-RootCache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-RootCache.md -------------------------------------------------------------------------------- /docs/Plugin-SELinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-SELinux.md -------------------------------------------------------------------------------- /docs/Plugin-Scm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-Scm.md -------------------------------------------------------------------------------- /docs/Plugin-Showrc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-Showrc.md -------------------------------------------------------------------------------- /docs/Plugin-Sign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-Sign.md -------------------------------------------------------------------------------- /docs/Plugin-Tmpfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-Tmpfs.md -------------------------------------------------------------------------------- /docs/Plugin-Unbreq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-Unbreq.md -------------------------------------------------------------------------------- /docs/Plugin-YumCache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-YumCache.md -------------------------------------------------------------------------------- /docs/Plugin-rpkg-preprocessor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Plugin-rpkg-preprocessor.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.2.13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.2.13.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.2.14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.2.14.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.2.15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.2.15.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.2.16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.2.16.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.2.17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.2.17.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.2.18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.2.18.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.2.19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.2.19.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.2.20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.2.20.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.2.21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.2.21.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.3.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.3.2.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.3.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.3.3.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.3.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.3.4.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.3.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.3.5.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.1.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.10.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.11.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.13.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.14.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.15.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.16.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.17.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.18.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.19.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.2.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.20.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.21.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.3.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.4.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.6.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.7.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.8.md -------------------------------------------------------------------------------- /docs/Release-Notes-1.4.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-1.4.9.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.0.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.1.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.10.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.11.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.12.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.13.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.14.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.15.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.16.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.2.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.3.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.4.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.5.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.6.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.7.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.8.md -------------------------------------------------------------------------------- /docs/Release-Notes-2.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-2.9.md -------------------------------------------------------------------------------- /docs/Release-Notes-3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-3.0.md -------------------------------------------------------------------------------- /docs/Release-Notes-3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-3.1.md -------------------------------------------------------------------------------- /docs/Release-Notes-3.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-3.2.md -------------------------------------------------------------------------------- /docs/Release-Notes-3.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-3.3.md -------------------------------------------------------------------------------- /docs/Release-Notes-3.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-3.4.md -------------------------------------------------------------------------------- /docs/Release-Notes-3.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-3.5.md -------------------------------------------------------------------------------- /docs/Release-Notes-39.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-39.2.md -------------------------------------------------------------------------------- /docs/Release-Notes-4.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-4.0.md -------------------------------------------------------------------------------- /docs/Release-Notes-4.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-4.1.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.0.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.1.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.1.1.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.1.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.2.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.3.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.4.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.5.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.6.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.7.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.8.md -------------------------------------------------------------------------------- /docs/Release-Notes-5.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-5.9.md -------------------------------------------------------------------------------- /docs/Release-Notes-6.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-6.0.md -------------------------------------------------------------------------------- /docs/Release-Notes-6.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-6.1.md -------------------------------------------------------------------------------- /docs/Release-Notes-6.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-6.2.md -------------------------------------------------------------------------------- /docs/Release-Notes-6.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-6.3.md -------------------------------------------------------------------------------- /docs/Release-Notes-6.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-6.4.md -------------------------------------------------------------------------------- /docs/Release-Notes-6.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-6.5.md -------------------------------------------------------------------------------- /docs/Release-Notes-Configs-39.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-Configs-39.3.md -------------------------------------------------------------------------------- /docs/Release-Notes-Configs-39.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-Configs-39.4.md -------------------------------------------------------------------------------- /docs/Release-Notes-Configs-40.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-Configs-40.2.md -------------------------------------------------------------------------------- /docs/Release-Notes-Configs-40.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-Configs-40.3.md -------------------------------------------------------------------------------- /docs/Release-Notes-Configs-40.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-Configs-40.5.md -------------------------------------------------------------------------------- /docs/Release-Notes-Configs-40.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-Configs-40.6.md -------------------------------------------------------------------------------- /docs/Release-Notes-Configs-41.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-Configs-41.1.md -------------------------------------------------------------------------------- /docs/Release-Notes-Configs-42.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-Configs-42.1.md -------------------------------------------------------------------------------- /docs/Release-Notes-Configs-43.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-Configs-43.1.md -------------------------------------------------------------------------------- /docs/Release-Notes-Configs-43.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-Configs-43.3.md -------------------------------------------------------------------------------- /docs/Release-Notes-New-Entry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Release-Notes-New-Entry.md -------------------------------------------------------------------------------- /docs/Releasing-Mock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Releasing-Mock.md -------------------------------------------------------------------------------- /docs/Why-Mock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/Why-Mock.md -------------------------------------------------------------------------------- /docs/_Sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/_Sidebar.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/_includes/head-custom-google-analytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/_includes/head-custom-google-analytics.html -------------------------------------------------------------------------------- /docs/_includes/head-custom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/_includes/head-custom.html -------------------------------------------------------------------------------- /docs/_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/_layouts/default.html -------------------------------------------------------------------------------- /docs/_layouts/title.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/_layouts/title.html -------------------------------------------------------------------------------- /docs/_sass/jekyll-theme-slate.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/_sass/jekyll-theme-slate.scss -------------------------------------------------------------------------------- /docs/_sass/rouge-github.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/_sass/rouge-github.scss -------------------------------------------------------------------------------- /docs/_sass/slate.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/_sass/slate.scss -------------------------------------------------------------------------------- /docs/assets/css/style.scss: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | @import "jekyll-theme-slate"; 5 | -------------------------------------------------------------------------------- /docs/assets/images/bg_hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/assets/images/bg_hr.png -------------------------------------------------------------------------------- /docs/assets/images/blacktocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/assets/images/blacktocat.png -------------------------------------------------------------------------------- /docs/assets/images/icon_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/assets/images/icon_download.png -------------------------------------------------------------------------------- /docs/assets/images/sprite_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/assets/images/sprite_download.png -------------------------------------------------------------------------------- /docs/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/configuration.md -------------------------------------------------------------------------------- /docs/docs/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/docs/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /docs/docs/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/docs/CONTRIBUTING.md -------------------------------------------------------------------------------- /docs/docs/SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/docs/SUPPORT.md -------------------------------------------------------------------------------- /docs/feature-gpg-and-ssl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/feature-gpg-and-ssl.md -------------------------------------------------------------------------------- /docs/feature-hermetic-builds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/feature-hermetic-builds.md -------------------------------------------------------------------------------- /docs/feature-isolated-builds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/feature-isolated-builds.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/jekyll-theme-slate.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/jekyll-theme-slate.gemspec -------------------------------------------------------------------------------- /docs/script/bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/script/bootstrap -------------------------------------------------------------------------------- /docs/script/cibuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/script/cibuild -------------------------------------------------------------------------------- /docs/script/release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/script/release -------------------------------------------------------------------------------- /docs/script/validate-html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/script/validate-html -------------------------------------------------------------------------------- /docs/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/docs/thumbnail.png -------------------------------------------------------------------------------- /mock-core-configs/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/COPYING -------------------------------------------------------------------------------- /mock-core-configs/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/README -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-10-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-10-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-10-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-10-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-10-x86_64_v2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-10-x86_64_v2.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-9-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-9-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-9-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-9-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma+epel-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma+epel-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma-kitten+epel-10-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma-kitten+epel-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma-kitten+epel-10-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma-kitten+epel-10-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma-kitten+epel-10-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma-kitten+epel-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/alma-kitten+epel-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/alma-kitten+epel-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-10-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-10-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-10-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-10-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-10-x86_64_v2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-10-x86_64_v2.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-9-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-9-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-9-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-9-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-kitten-10-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-kitten-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-kitten-10-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-kitten-10-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-kitten-10-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-kitten-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/almalinux-kitten-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/almalinux-kitten-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/amazonlinux-2-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/amazonlinux-2-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/amazonlinux-2-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/amazonlinux-2-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/amazonlinux-2023-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/amazonlinux-2023-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/amazonlinux-2023-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/amazonlinux-2023-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/anolis-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/anolis-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/anolis-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/anolis-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/azure-linux-3-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/azure-linux-3-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/azure-linux-3-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/azure-linux-3-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream+epel-10-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream+epel-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream+epel-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream+epel-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream+epel-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream+epel-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream+epel-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream+epel-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream+epel-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream+epel-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream+epel-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream+epel-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream+epel-9-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream+epel-9-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream+epel-9-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream+epel-9-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream+epel-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream+epel-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-10-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-10-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-10-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-10-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-9-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-9-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-9-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-9-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/centos-stream-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/centos-stream-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/chroot-aliases.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/chroot-aliases.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux+epel-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux+epel-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux+epel-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux+epel-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux+epel-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux+epel-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux+epel-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux+epel-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux+epel-9-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux+epel-9-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux+epel-9-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux+epel-9-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux+epel-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux+epel-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux-9-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux-9-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux-9-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux-9-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/circlelinux-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/circlelinux-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/custom-1-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/custom-1-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/custom-1-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/custom-1-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/custom-1-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/custom-1-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/custom-1-ppc64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/custom-1-ppc64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/custom-1-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/custom-1-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/custom-1-s390.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/custom-1-s390.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/custom-1-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/custom-1-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/custom-1-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/custom-1-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/anolis-7-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/anolis-7-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/anolis-7-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/anolis-7-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/azure-linux-2-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/azure-linux-2-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/azure-linux-2-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/azure-linux-2-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos+epel-7-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos+epel-7-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos+epel-7-ppc64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos+epel-7-ppc64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos+epel-7-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos+epel-7-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos+epel-7-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos+epel-7-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos+epel-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos+epel-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos+epel-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos+epel-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos+epel-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos+epel-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos-6-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos-6-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos-6-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos-6-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos-7-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos-7-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos-7-ppc64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos-7-ppc64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos-7-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos-7-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos-7-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos-7-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/centos-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/centos-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/epel-5-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/epel-5-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/epel-5-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/epel-5-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/epel-6-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/epel-6-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/epel-6-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/epel-6-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/epel-7-ppc64le.cfg: -------------------------------------------------------------------------------- 1 | centos+epel-7-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/epel-7-x86_64.cfg: -------------------------------------------------------------------------------- 1 | centos+epel-7-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/epelplayground-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/epelplayground-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/epelplayground-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/epelplayground-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/epelplayground-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/epelplayground-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/eurolinux-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/eurolinux-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/eurolinux-8-i686.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/eurolinux-8-i686.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/eurolinux-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/eurolinux-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/eurolinux-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/eurolinux-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/eurolinux-9-i686.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/eurolinux-9-i686.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/eurolinux-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/eurolinux-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-25-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-25-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-25-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-25-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-25-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-25-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-25-ppc64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-25-ppc64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-25-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-25-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-25-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-25-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-25-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-25-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-26-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-26-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-26-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-26-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-26-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-26-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-26-ppc64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-26-ppc64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-26-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-26-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-26-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-26-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-26-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-26-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-27-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-27-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-27-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-27-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-27-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-27-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-27-ppc64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-27-ppc64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-27-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-27-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-27-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-27-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-27-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-27-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-28-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-28-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-28-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-28-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-28-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-28-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-28-ppc64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-28-ppc64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-28-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-28-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-28-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-28-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-28-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-28-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-29-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-29-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-29-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-29-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-29-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-29-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-29-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-29-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-29-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-29-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-29-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-29-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-30-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-30-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-30-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-30-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-30-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-30-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-30-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-30-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-30-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-30-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-30-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-30-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-31-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-31-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-31-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-31-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-31-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-31-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-31-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-31-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-31-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-31-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-31-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-31-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-32-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-32-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-32-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-32-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-32-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-32-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-32-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-32-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-32-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-32-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-32-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-32-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-33-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-33-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-33-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-33-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-33-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-33-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-33-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-33-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-33-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-33-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-33-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-33-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-34-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-34-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-34-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-34-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-34-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-34-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-34-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-34-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-34-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-34-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-34-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-34-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-35-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-35-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-35-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-35-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-35-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-35-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-35-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-35-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-35-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-35-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-35-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-35-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-36-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-36-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-36-armhfp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-36-armhfp.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-36-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-36-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-36-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-36-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-36-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-36-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-36-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-36-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-37-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-37-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-37-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-37-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-37-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-37-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-37-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-37-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-37-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-37-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-38-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-38-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-38-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-38-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-38-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-38-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-38-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-38-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-38-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-38-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-39-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-39-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-39-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-39-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-39-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-39-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-39-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-39-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-39-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-39-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-40-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-40-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-40-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-40-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-40-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-40-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-40-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-40-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/fedora-40-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/fedora-40-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/mageia-6-armv5tl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/mageia-6-armv5tl.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/mageia-6-armv7hl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/mageia-6-armv7hl.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/mageia-6-i586.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/mageia-6-i586.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/mageia-6-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/mageia-6-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/mageia-7-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/mageia-7-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/mageia-7-armv7hl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/mageia-7-armv7hl.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/mageia-7-i586.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/mageia-7-i586.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/mageia-7-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/mageia-7-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/openmandriva-4.0-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/openmandriva-4.0-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/openmandriva-4.0-i686.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/openmandriva-4.0-i686.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/openmandriva-4.0-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/openmandriva-4.0-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/openmandriva-4.1-i686.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/openmandriva-4.1-i686.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/openmandriva-cooker-i686.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/openmandriva-cooker-i686.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/opensuse-leap-15.3-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/opensuse-leap-15.3-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/opensuse-leap-15.4-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/opensuse-leap-15.4-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/opensuse-leap-15.5-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/opensuse-leap-15.5-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/rhel-6-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/rhel-6-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/anolis-7.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/anolis-7.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/azure-linux-2.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/azure-linux-2.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/centos-6.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/centos-6.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/centos-7.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/centos-7.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/centos-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/centos-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/epel-6.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/epel-6.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/epel-7.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/epel-7.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/eurolinux-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/eurolinux-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/eurolinux-9.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/eurolinux-9.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/fedora-29.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/fedora-29.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/fedora-30.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/fedora-30.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/mageia-6.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/mageia-6.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/mageia-7.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/mageia-7.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/eol/templates/rhel-6.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/eol/templates/rhel-6.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/epel-10-aarch64.cfg: -------------------------------------------------------------------------------- 1 | centos-stream+epel-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/epel-10-ppc64le.cfg: -------------------------------------------------------------------------------- 1 | centos-stream+epel-10-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/epel-10-s390x.cfg: -------------------------------------------------------------------------------- 1 | centos-stream+epel-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/epel-10-x86_64.cfg: -------------------------------------------------------------------------------- 1 | centos-stream+epel-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-41-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-41-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-41-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-41-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-41-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-41-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-41-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-41-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-41-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-41-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-42-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-42-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-42-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-42-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-42-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-42-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-42-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-42-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-42-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-42-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-43-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-43-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-43-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-43-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-43-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-43-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-43-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-43-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-43-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-43-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-44-aarch64.cfg: -------------------------------------------------------------------------------- 1 | fedora-rawhide-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-44-i386.cfg: -------------------------------------------------------------------------------- 1 | fedora-rawhide-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-44-ppc64le.cfg: -------------------------------------------------------------------------------- 1 | fedora-rawhide-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-44-s390x.cfg: -------------------------------------------------------------------------------- 1 | fedora-rawhide-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-44-x86_64.cfg: -------------------------------------------------------------------------------- 1 | fedora-rawhide-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-eln-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-eln-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-eln-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-eln-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-eln-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-eln-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-eln-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-eln-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-rawhide-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-rawhide-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-rawhide-i386.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-rawhide-i386.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-rawhide-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-rawhide-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-rawhide-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-rawhide-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/fedora-rawhide-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/fedora-rawhide-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/kylin-10-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/kylin-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/kylin-10-loongarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/kylin-10-loongarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/kylin-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/kylin-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/kylin-11-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/kylin-11-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/kylin-11-loongarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/kylin-11-loongarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/kylin-11-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/kylin-11-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-10-aarch64.cfg: -------------------------------------------------------------------------------- 1 | mageia-cauldron-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-10-armv7hl.cfg: -------------------------------------------------------------------------------- 1 | mageia-cauldron-armv7hl.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-10-i686.cfg: -------------------------------------------------------------------------------- 1 | mageia-cauldron-i686.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-10-x86_64.cfg: -------------------------------------------------------------------------------- 1 | mageia-cauldron-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-8-armv7hl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-8-armv7hl.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-8-i586.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-8-i586.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-9-armv7hl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-9-armv7hl.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-9-i586.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-9-i586.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-cauldron-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-cauldron-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-cauldron-armv7hl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-cauldron-armv7hl.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-cauldron-i686.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-cauldron-i686.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/mageia-cauldron-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/mageia-cauldron-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/navy+epel-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/navy+epel-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/navy-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/navy-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openeuler-20.03-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openeuler-20.03-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openeuler-20.03-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openeuler-20.03-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openeuler-22.03-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openeuler-22.03-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openeuler-22.03-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openeuler-22.03-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openeuler-24.03-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openeuler-24.03-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openeuler-24.03-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openeuler-24.03-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openmandriva-4.1-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openmandriva-4.1-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openmandriva-4.1-armv7hnl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openmandriva-4.1-armv7hnl.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openmandriva-4.1-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openmandriva-4.1-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openmandriva-cooker-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openmandriva-cooker-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openmandriva-cooker-armv7hnl.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openmandriva-cooker-armv7hnl.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/openmandriva-cooker-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/openmandriva-cooker-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-leap-15.6-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-leap-15.6-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-leap-15.6-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-leap-15.6-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-leap-15.6-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-leap-15.6-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-leap-15.6-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-leap-15.6-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-leap-16.0-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-leap-16.0-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-leap-16.0-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-leap-16.0-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-leap-16.0-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-leap-16.0-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-leap-16.0-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-leap-16.0-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-tumbleweed-i586.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-tumbleweed-i586.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-tumbleweed-ppc64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-tumbleweed-ppc64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-tumbleweed-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-tumbleweed-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/opensuse-tumbleweed-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/opensuse-tumbleweed-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/oraclelinux+epel-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/oraclelinux+epel-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/oraclelinux+epel-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/oraclelinux+epel-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/oraclelinux+epel-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/oraclelinux+epel-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/oraclelinux+epel-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/oraclelinux+epel-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/oraclelinux-7-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/oraclelinux-7-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/oraclelinux-7-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/oraclelinux-7-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/oraclelinux-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/oraclelinux-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/oraclelinux-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/oraclelinux-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/oraclelinux-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/oraclelinux-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/oraclelinux-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/oraclelinux-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-10-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-10-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-10-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-10-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-8-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-8-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-9-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-9-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-9-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-9-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel+epel-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel+epel-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-10-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-10-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-10-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-10-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-7-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-7-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-7-ppc64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-7-ppc64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-7-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-7-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-7-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-7-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-7-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-7-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-8-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-8-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-8-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-8-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-9-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-9-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-9-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-9-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rhel-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rhel-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky+epel-10-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky+epel-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky+epel-10-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky+epel-10-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky+epel-10-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky+epel-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky+epel-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky+epel-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky+epel-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky+epel-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky+epel-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky+epel-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky+epel-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky+epel-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky+epel-9-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky+epel-9-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky+epel-9-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky+epel-9-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky+epel-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky+epel-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-10-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-10-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-10-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-10-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-10-riscv64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-10-riscv64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-10-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-10-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-10-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-10-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-8-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-8-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-8-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-8-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-9-aarch64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-9-aarch64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-9-ppc64le.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-9-ppc64le.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-9-s390x.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-9-s390x.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/rocky-9-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/rocky-9-x86_64.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/site-defaults.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/site-defaults.cfg -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/almalinux-10.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/almalinux-10.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/almalinux-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/almalinux-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/almalinux-9.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/almalinux-9.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/amazonlinux-2.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/amazonlinux-2.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/amazonlinux-2023.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/amazonlinux-2023.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/anolis-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/anolis-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/azure-linux-3.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/azure-linux-3.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/centos-stream-10.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/centos-stream-10.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/centos-stream-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/centos-stream-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/centos-stream-9.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/centos-stream-9.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/circlelinux-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/circlelinux-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/circlelinux-9.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/circlelinux-9.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/custom-1.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/custom-1.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/epel-10.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/epel-10.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/epel-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/epel-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/epel-9.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/epel-9.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/epel-next-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/epel-next-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/epel-next-9.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/epel-next-9.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/epel-z-10.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/epel-z-10.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/fedora-branched.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/fedora-branched.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/fedora-eln.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/fedora-eln.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/fedora-rawhide.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/fedora-rawhide.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/kylin-10.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/kylin-10.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/kylin-11.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/kylin-11.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/mageia-branched.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/mageia-branched.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/mageia-cauldron.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/mageia-cauldron.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/navy-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/navy-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/openeuler-20.03.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/openeuler-20.03.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/openeuler-22.03.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/openeuler-22.03.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/openeuler-24.03.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/openeuler-24.03.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/oraclelinux-7.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/oraclelinux-7.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/oraclelinux-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/oraclelinux-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/oraclelinux-9.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/oraclelinux-9.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/rhel-10.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/rhel-10.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/rhel-7.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/rhel-7.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/rhel-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/rhel-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/rhel-9.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/rhel-9.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/rocky-10.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/rocky-10.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/rocky-8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/rocky-8.tpl -------------------------------------------------------------------------------- /mock-core-configs/etc/mock/templates/rocky-9.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/etc/mock/templates/rocky-9.tpl -------------------------------------------------------------------------------- /mock-core-configs/mock-core-configs.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/mock-core-configs.spec -------------------------------------------------------------------------------- /mock-core-configs/mock-core-configs.spec.rpmlintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock-core-configs/mock-core-configs.spec.rpmlintrc -------------------------------------------------------------------------------- /mock/.gitignore: -------------------------------------------------------------------------------- 1 | .coverage 2 | -------------------------------------------------------------------------------- /mock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/COPYING -------------------------------------------------------------------------------- /mock/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/Makefile -------------------------------------------------------------------------------- /mock/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/README.md -------------------------------------------------------------------------------- /mock/contrib/mock-cleanup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/contrib/mock-cleanup -------------------------------------------------------------------------------- /mock/docs/buildroot-lock-schema-1.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/docs/buildroot-lock-schema-1.0.0.json -------------------------------------------------------------------------------- /mock/docs/buildroot-lock-schema-1.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/docs/buildroot-lock-schema-1.1.0.json -------------------------------------------------------------------------------- /mock/docs/mock-parse-buildlog.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/docs/mock-parse-buildlog.1 -------------------------------------------------------------------------------- /mock/docs/mock.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/docs/mock.1 -------------------------------------------------------------------------------- /mock/docs/mock.cheat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/docs/mock.cheat -------------------------------------------------------------------------------- /mock/docs/site-defaults.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/docs/site-defaults.cfg -------------------------------------------------------------------------------- /mock/etc/bash_completion.d/mock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/etc/bash_completion.d/mock -------------------------------------------------------------------------------- /mock/etc/consolehelper/mock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/etc/consolehelper/mock -------------------------------------------------------------------------------- /mock/etc/mock/hermetic-build.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/etc/mock/hermetic-build.cfg -------------------------------------------------------------------------------- /mock/etc/mock/logging.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/etc/mock/logging.ini -------------------------------------------------------------------------------- /mock/etc/pam/mock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/etc/pam/mock -------------------------------------------------------------------------------- /mock/etc/pki/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/etc/pki/README.txt -------------------------------------------------------------------------------- /mock/integration-tests/001-orphanskill-explicit.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/001-orphanskill-explicit.tst -------------------------------------------------------------------------------- /mock/integration-tests/002-copyin.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/002-copyin.tst -------------------------------------------------------------------------------- /mock/integration-tests/01-shell.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/01-shell.tst -------------------------------------------------------------------------------- /mock/integration-tests/02-argpassing.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/02-argpassing.tst -------------------------------------------------------------------------------- /mock/integration-tests/03-chroot-one-arg.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/03-chroot-one-arg.tst -------------------------------------------------------------------------------- /mock/integration-tests/04-offline-tmpfs.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/04-offline-tmpfs.tst -------------------------------------------------------------------------------- /mock/integration-tests/05-orphanskill-std.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/05-orphanskill-std.tst -------------------------------------------------------------------------------- /mock/integration-tests/06-retcode.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/06-retcode.tst -------------------------------------------------------------------------------- /mock/integration-tests/07-init-clean.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/07-init-clean.tst -------------------------------------------------------------------------------- /mock/integration-tests/08-oldstyle-cmd.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/08-oldstyle-cmd.tst -------------------------------------------------------------------------------- /mock/integration-tests/09-mockchain-fail.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/09-mockchain-fail.tst -------------------------------------------------------------------------------- /mock/integration-tests/10-mockchain-partial.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/10-mockchain-partial.tst -------------------------------------------------------------------------------- /mock/integration-tests/11-mockchain-success.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/11-mockchain-success.tst -------------------------------------------------------------------------------- /mock/integration-tests/12-mockchain-recurse.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/12-mockchain-recurse.tst -------------------------------------------------------------------------------- /mock/integration-tests/13-mockchain-gen-br.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/13-mockchain-gen-br.tst -------------------------------------------------------------------------------- /mock/integration-tests/14-mock-multiple.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/14-mock-multiple.tst -------------------------------------------------------------------------------- /mock/integration-tests/15-overlayfs-layers.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/15-overlayfs-layers.tst -------------------------------------------------------------------------------- /mock/integration-tests/17-spec-and-rebuild.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/17-spec-and-rebuild.tst -------------------------------------------------------------------------------- /mock/integration-tests/18-spec-sources-and-rebuild.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/18-spec-sources-and-rebuild.tst -------------------------------------------------------------------------------- /mock/integration-tests/19-sign-plugin.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/19-sign-plugin.tst -------------------------------------------------------------------------------- /mock/integration-tests/20-lvm-plugin.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/20-lvm-plugin.tst -------------------------------------------------------------------------------- /mock/integration-tests/21-mockchain-image.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/21-mockchain-image.tst -------------------------------------------------------------------------------- /mock/integration-tests/22-rootdir.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/22-rootdir.tst -------------------------------------------------------------------------------- /mock/integration-tests/23-local-mirrorlist.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/23-local-mirrorlist.tst -------------------------------------------------------------------------------- /mock/integration-tests/24-postinstall.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/24-postinstall.tst -------------------------------------------------------------------------------- /mock/integration-tests/25-postupdate-root-cache.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/25-postupdate-root-cache.tst -------------------------------------------------------------------------------- /mock/integration-tests/26-external-deps.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/26-external-deps.tst -------------------------------------------------------------------------------- /mock/integration-tests/27-nspawn.tst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/27-nspawn.tst -------------------------------------------------------------------------------- /mock/integration-tests/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/README.txt -------------------------------------------------------------------------------- /mock/integration-tests/daemontest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/daemontest.c -------------------------------------------------------------------------------- /mock/integration-tests/dropcache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/dropcache.py -------------------------------------------------------------------------------- /mock/integration-tests/functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/functions -------------------------------------------------------------------------------- /mock/integration-tests/overlayfs_layers_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/overlayfs_layers_test.py -------------------------------------------------------------------------------- /mock/integration-tests/releasetests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/releasetests.sh -------------------------------------------------------------------------------- /mock/integration-tests/runconfigs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/runconfigs.sh -------------------------------------------------------------------------------- /mock/integration-tests/runregressions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/runregressions.sh -------------------------------------------------------------------------------- /mock/integration-tests/runtests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/runtests.sh -------------------------------------------------------------------------------- /mock/integration-tests/setup-box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/setup-box -------------------------------------------------------------------------------- /mock/integration-tests/setup-playbook/.gitignore: -------------------------------------------------------------------------------- 1 | inventory 2 | -------------------------------------------------------------------------------- /mock/integration-tests/setup-playbook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/setup-playbook/README.md -------------------------------------------------------------------------------- /mock/integration-tests/setup-playbook/group_vars/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /mock/integration-tests/setup-playbook/play-tf.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/setup-playbook/play-tf.yml -------------------------------------------------------------------------------- /mock/integration-tests/setup-playbook/setup-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/setup-playbook/setup-playbook.yml -------------------------------------------------------------------------------- /mock/integration-tests/setup-playbook/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/setup-playbook/tasks/main.yml -------------------------------------------------------------------------------- /mock/integration-tests/test-A-1.1-0.src.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/test-A-1.1-0.src.rpm -------------------------------------------------------------------------------- /mock/integration-tests/test-B-1.1-0.src.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/test-B-1.1-0.src.rpm -------------------------------------------------------------------------------- /mock/integration-tests/test-C-1.1-0.src.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/test-C-1.1-0.src.rpm -------------------------------------------------------------------------------- /mock/integration-tests/test-C.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/test-C.spec -------------------------------------------------------------------------------- /mock/integration-tests/test-D-1.1-0.src.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/test-D-1.1-0.src.rpm -------------------------------------------------------------------------------- /mock/integration-tests/test-E-1.1-0.src.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/test-E-1.1-0.src.rpm -------------------------------------------------------------------------------- /mock/integration-tests/test-F-0-1.fc33.src.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/test-F-0-1.fc33.src.rpm -------------------------------------------------------------------------------- /mock/integration-tests/test-F.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/test-F.spec -------------------------------------------------------------------------------- /mock/integration-tests/testenvironment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/testenvironment -------------------------------------------------------------------------------- /mock/integration-tests/verify_repos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/integration-tests/verify_repos.sh -------------------------------------------------------------------------------- /mock/mock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/mock.conf -------------------------------------------------------------------------------- /mock/mock.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/mock.spec -------------------------------------------------------------------------------- /mock/mockchain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/mockchain -------------------------------------------------------------------------------- /mock/precompile-bash-completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/precompile-bash-completion -------------------------------------------------------------------------------- /mock/py/mock-hermetic-repo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mock-hermetic-repo.py -------------------------------------------------------------------------------- /mock/py/mock-parse-buildlog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mock-parse-buildlog.py -------------------------------------------------------------------------------- /mock/py/mock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mock.py -------------------------------------------------------------------------------- /mock/py/mockbuild/__init__.py: -------------------------------------------------------------------------------- 1 | """All of the mock utility classes.""" 2 | -------------------------------------------------------------------------------- /mock/py/mockbuild/backend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/backend.py -------------------------------------------------------------------------------- /mock/py/mockbuild/buildroot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/buildroot.py -------------------------------------------------------------------------------- /mock/py/mockbuild/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/config.py -------------------------------------------------------------------------------- /mock/py/mockbuild/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/constants.py -------------------------------------------------------------------------------- /mock/py/mockbuild/exception.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/exception.py -------------------------------------------------------------------------------- /mock/py/mockbuild/external.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/external.py -------------------------------------------------------------------------------- /mock/py/mockbuild/file_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/file_downloader.py -------------------------------------------------------------------------------- /mock/py/mockbuild/file_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/file_util.py -------------------------------------------------------------------------------- /mock/py/mockbuild/installed_packages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/installed_packages.py -------------------------------------------------------------------------------- /mock/py/mockbuild/mounts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/mounts.py -------------------------------------------------------------------------------- /mock/py/mockbuild/package_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/package_manager.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugin.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/bind_mount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/bind_mount.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/buildroot_lock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/buildroot_lock.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/ccache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/ccache.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/chroot_scan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/chroot_scan.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/compress_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/compress_logs.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/export_buildroot_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/export_buildroot_image.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/hw_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/hw_info.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/lvm_root.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/lvm_root.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/mount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/mount.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/overlayfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/overlayfs.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/package_state.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/package_state.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/pm_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/pm_request.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/procenv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/procenv.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/root_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/root_cache.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/rpkg_preprocessor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/rpkg_preprocessor.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/rpmautospec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/rpmautospec.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/selinux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/selinux.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/showrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/showrc.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/sign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/sign.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/tmpfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/tmpfs.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/unbreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/unbreq.py -------------------------------------------------------------------------------- /mock/py/mockbuild/plugins/yum_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/plugins/yum_cache.py -------------------------------------------------------------------------------- /mock/py/mockbuild/podman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/podman.py -------------------------------------------------------------------------------- /mock/py/mockbuild/rebuild.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/rebuild.py -------------------------------------------------------------------------------- /mock/py/mockbuild/scm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/scm.py -------------------------------------------------------------------------------- /mock/py/mockbuild/scrub_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/scrub_all.py -------------------------------------------------------------------------------- /mock/py/mockbuild/shadow_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/shadow_utils.py -------------------------------------------------------------------------------- /mock/py/mockbuild/state.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/state.py -------------------------------------------------------------------------------- /mock/py/mockbuild/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/text.py -------------------------------------------------------------------------------- /mock/py/mockbuild/trace_decorator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/trace_decorator.py -------------------------------------------------------------------------------- /mock/py/mockbuild/uid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/uid.py -------------------------------------------------------------------------------- /mock/py/mockbuild/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/py/mockbuild/util.py -------------------------------------------------------------------------------- /mock/pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/pylintrc -------------------------------------------------------------------------------- /mock/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/requirements.txt -------------------------------------------------------------------------------- /mock/run-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/run-tests.sh -------------------------------------------------------------------------------- /mock/scripts/test-cfgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/scripts/test-cfgs.py -------------------------------------------------------------------------------- /mock/setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/setup.cfg -------------------------------------------------------------------------------- /mock/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mock/tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/conftest.py -------------------------------------------------------------------------------- /mock/tests/data/config-001/fedora-rawhide-x86_64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/data/config-001/fedora-rawhide-x86_64.cfg -------------------------------------------------------------------------------- /mock/tests/data/config-001/site-defaults.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/data/config-001/site-defaults.cfg -------------------------------------------------------------------------------- /mock/tests/data/config-001/templates/fedora-rawhide.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/data/config-001/templates/fedora-rawhide.tpl -------------------------------------------------------------------------------- /mock/tests/data/home-001/.config/mock.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/data/home-001/.config/mock.cfg -------------------------------------------------------------------------------- /mock/tests/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mock/tests/plugins/test_rpmautospec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/plugins/test_rpmautospec.py -------------------------------------------------------------------------------- /mock/tests/test_buildroot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/test_buildroot.py -------------------------------------------------------------------------------- /mock/tests/test_buildroot_lock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/test_buildroot_lock.py -------------------------------------------------------------------------------- /mock/tests/test_config_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/test_config_loader.py -------------------------------------------------------------------------------- /mock/tests/test_config_templates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/test_config_templates.py -------------------------------------------------------------------------------- /mock/tests/test_installed_packages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/test_installed_packages.py -------------------------------------------------------------------------------- /mock/tests/test_package_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/mock/tests/test_package_manager.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/pyproject.toml -------------------------------------------------------------------------------- /releng/.vcs-diff-lint.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /releng/generate-release-notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/releng/generate-release-notes -------------------------------------------------------------------------------- /releng/rawhide-branching.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/releng/rawhide-branching.sh -------------------------------------------------------------------------------- /releng/release-notes-next/buildrequires-from-macro.bugfix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/releng/release-notes-next/buildrequires-from-macro.bugfix -------------------------------------------------------------------------------- /releng/release-notes-next/loongarch64.bugfix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/releng/release-notes-next/loongarch64.bugfix -------------------------------------------------------------------------------- /releng/release-notes-next/template.jinja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/releng/release-notes-next/template.jinja -------------------------------------------------------------------------------- /releng/release-notes-next/unbreq.bugfix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/releng/release-notes-next/unbreq.bugfix.md -------------------------------------------------------------------------------- /testing-farm/plans/behave.fmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/testing-farm/plans/behave.fmf -------------------------------------------------------------------------------- /testing-farm/plans/old-testsuite.fmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/testing-farm/plans/old-testsuite.fmf -------------------------------------------------------------------------------- /testing-farm/tests/behave/main.fmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/testing-farm/tests/behave/main.fmf -------------------------------------------------------------------------------- /testing-farm/tests/behave/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/testing-farm/tests/behave/test.sh -------------------------------------------------------------------------------- /testing-farm/tests/old-testsuite/main.fmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/testing-farm/tests/old-testsuite/main.fmf -------------------------------------------------------------------------------- /testing-farm/tests/old-testsuite/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/testing-farm/tests/old-testsuite/test.sh -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rpm-software-management/mock/HEAD/tox.ini --------------------------------------------------------------------------------