Split continuous repo for fedora/c9s
Annoying that $releasever doesn't work here.
This commit is contained in:
parent
1a5922e4b5
commit
283af126ba
2
c9s.yaml
2
c9s.yaml
|
|
@ -3,7 +3,7 @@ releasever: stream9
|
|||
repos:
|
||||
- baseos
|
||||
- appstream
|
||||
- coreos-continuous
|
||||
- coreos-continuous-c9s
|
||||
- bootc-c9s
|
||||
|
||||
metadata:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[coreos-continuous]
|
||||
[coreos-continuous-fedora]
|
||||
name=Copr repo for continuous owned by @CoreOS
|
||||
baseurl=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/fedora-$releasever-$basearch/
|
||||
type=rpm-md
|
||||
|
|
@ -8,3 +8,14 @@ gpgkey=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/pub
|
|||
repo_gpgcheck=0
|
||||
enabled=1
|
||||
enabled_metadata=1
|
||||
|
||||
[coreos-continuous-c9s]
|
||||
name=Copr repo for continuous owned by @CoreOS
|
||||
baseurl=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/centos-stream-9-$basearch/
|
||||
type=rpm-md
|
||||
skip_if_unavailable=True
|
||||
gpgcheck=1
|
||||
gpgkey=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/pubkey.gpg
|
||||
repo_gpgcheck=0
|
||||
enabled=1
|
||||
enabled_metadata=1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ releasever: 37
|
|||
repos:
|
||||
- fedora
|
||||
- fedora-updates
|
||||
- coreos-continuous
|
||||
- coreos-continuous-fedora
|
||||
- bootc-fedora
|
||||
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Reference in New Issue