Merge branch 'tier-1-dnf' into 'main'
tier-1: Add dnf (and for -dev, fetch from copr) See merge request CentOS/cloud/sagano!27
This commit is contained in:
commit
40658952ca
|
|
@ -0,0 +1,11 @@
|
||||||
|
[copr-fedora-dnf]
|
||||||
|
name=Copr repo for dnf-nightly owned by rpmsoftwaremanagement
|
||||||
|
baseurl=https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/dnf-nightly/fedora-$releasever-$basearch/
|
||||||
|
type=rpm-md
|
||||||
|
skip_if_unavailable=True
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/dnf-nightly/pubkey.gpg
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
enabled_metadata=1
|
||||||
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
repos:
|
repos:
|
||||||
- copr-fedora-coreos-continuous
|
- copr-fedora-coreos-continuous
|
||||||
- copr-fedora-bootc
|
- copr-fedora-bootc
|
||||||
|
- copr-fedora-dnf
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- bootc
|
- bootc
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
# A full dnf experience at build time, but right now
|
||||||
|
# `dnf update` *client side* doesn't do much helpful...
|
||||||
|
packages:
|
||||||
|
- dnf
|
||||||
|
- dnf-utils
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
include:
|
include:
|
||||||
- manifest-tier-0.yaml
|
- manifest-tier-0.yaml
|
||||||
- bootable-rpm-ostree.yaml
|
- bootable-rpm-ostree.yaml
|
||||||
|
- dnf.yaml
|
||||||
- firmware.yaml
|
- firmware.yaml
|
||||||
- networking-tools.yaml
|
- networking-tools.yaml
|
||||||
- system-configuration.yaml
|
- system-configuration.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue