-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not inherit repositories in addons
An addon repository does not necessarily want the same repos or exclusions as its base, and vice versa. For example, ELN should really not include Extras, and a lot of unwanted packages that we want to filter from Buildroot or Rawhide may still be eligible for ELN Extras.
- Loading branch information
1 parent
fcb20b9
commit 00d4f3e
Showing
4 changed files
with
111 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
--- | ||
document: feedback-pipeline-repository | ||
version: 2 | ||
data: | ||
name: Fedora ELN Extras (backed by rawhide) | ||
description: Fedora ELN Extras, based on ELN with rawhide as a backup for missing packages | ||
maintainer: asamalik | ||
source: | ||
|
||
repos: | ||
|
||
BaseOS: | ||
baseurl: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/BaseOS/$basearch/os/ | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
priority: 1 | ||
|
||
AppStream: | ||
baseurl: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/AppStream/$basearch/os/ | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
priority: 1 | ||
|
||
CRB: | ||
baseurl: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/CRB/$basearch/os/ | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
priority: 1 | ||
|
||
HighAvailability: | ||
baseurl: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/HighAvailability/$basearch/os/ | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
limit_arches: ["aarch64", "ppc64le", "s390x", "x86_64"] | ||
priority: 2 | ||
|
||
NFV: | ||
baseurl: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/NFV/$basearch/os/ | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
limit_arches: ["x86_64"] | ||
priority: 2 | ||
|
||
RT: | ||
baseurl: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/RT/$basearch/os/ | ||
priority: 50 | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
limit_arches: ["x86_64"] | ||
|
||
ResilientStorage: | ||
baseurl: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/ResilientStorage/$basearch/os/ | ||
priority: 50 | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
limit_arches: ["ppc64le", "s390x", "x86_64"] | ||
|
||
SAP: | ||
baseurl: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/SAP/$basearch/os/ | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
limit_arches: ["ppc64le", "s390x", "x86_64"] | ||
priority: 2 | ||
|
||
SAPHANA: | ||
baseurl: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/SAPHANA/$basearch/os/ | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
limit_arches: ["ppc64le", "x86_64"] | ||
priority: 2 | ||
|
||
Extras: | ||
baseurl: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/Extras/$basearch/os/ | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
priority: 3 | ||
|
||
Rawhide: | ||
baseurl: https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/ | ||
koji_api_url: https://koji.fedoraproject.org/kojihub | ||
koji_files_url: https://kojipkgs.fedoraproject.org | ||
exclude: ["exim", "esmtp", "opensmtpd", "esmtp-local-delivery"] | ||
priority: 4 | ||
|
||
|
||
releasever: "rawhide" | ||
|
||
architectures: | ||
- aarch64 | ||
- x86_64 | ||
|
||
composeinfo: https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/metadata/composeinfo.json | ||
|
||
# These are just packages for local testing | ||
base_buildroot_override: ['bash', 'bzip2', 'coreutils', 'unzip'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters