c9s: Just use production compose
I noticed we weren't getting updates and I think the core problem here is renovate was only triggering on the devel compose. But we just "floated" to whatever was found in the production compose as a base. Also we had a random copr. Drop that stuff, and just pin on the production compose.
This commit is contained in:
parent
8c1487f0f8
commit
54cd3ebbe3
|
|
@ -1,35 +0,0 @@
|
||||||
[baseos-devel]
|
|
||||||
name=CentOS Stream 9 development - BaseOS
|
|
||||||
baseurl=https://composes.stream.centos.org/development/CentOS-Stream-9-20240304.d.0/compose/BaseOS/$basearch/os
|
|
||||||
gpgcheck=0
|
|
||||||
repo_gpgcheck=0
|
|
||||||
enabled=1
|
|
||||||
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
|
||||||
priority=1000
|
|
||||||
|
|
||||||
[appstream-devel]
|
|
||||||
name=CentOS Stream 9 development - AppStream
|
|
||||||
baseurl=https://composes.stream.centos.org/development/CentOS-Stream-9-20240304.d.0/compose/AppStream/$basearch/os
|
|
||||||
gpgcheck=0
|
|
||||||
repo_gpgcheck=0
|
|
||||||
enabled=1
|
|
||||||
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
|
||||||
priority=1000
|
|
||||||
|
|
||||||
[nfv-devel]
|
|
||||||
name=CentOS Stream 9 development - NFV
|
|
||||||
baseurl=https://composes.stream.centos.org/development/CentOS-Stream-9-20240304.d.0/compose/NFV/$basearch/os
|
|
||||||
gpgcheck=0
|
|
||||||
repo_gpgcheck=0
|
|
||||||
enabled=1
|
|
||||||
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
|
||||||
priority=1000
|
|
||||||
|
|
||||||
[rt-devel]
|
|
||||||
name=CentOS Stream 9 development - RT
|
|
||||||
baseurl=https://composes.stream.centos.org/development/CentOS-Stream-9-20240304.d.0/compose/RT/$basearch/os
|
|
||||||
gpgcheck=0
|
|
||||||
repo_gpgcheck=0
|
|
||||||
enabled=1
|
|
||||||
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
|
||||||
priority=1000
|
|
||||||
8
c9s.repo
8
c9s.repo
|
|
@ -1,6 +1,6 @@
|
||||||
[baseos]
|
[baseos]
|
||||||
name=CentOS Stream 9 - BaseOS
|
name=CentOS Stream 9 - BaseOS
|
||||||
baseurl=http://mirror.stream.centos.org/9-stream/BaseOS/$basearch/os
|
baseurl=https://composes.stream.centos.org/production/CentOS-Stream-9-20240415.0/compose/BaseOS/$basearch/os
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
repo_gpgcheck=0
|
repo_gpgcheck=0
|
||||||
enabled=1
|
enabled=1
|
||||||
|
|
@ -8,7 +8,7 @@ gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Officia
|
||||||
|
|
||||||
[appstream]
|
[appstream]
|
||||||
name=CentOS Stream 9 - AppStream
|
name=CentOS Stream 9 - AppStream
|
||||||
baseurl=http://mirror.stream.centos.org/9-stream/AppStream/$basearch/os
|
baseurl=https://composes.stream.centos.org/production/CentOS-Stream-9-20240415.0/compose/AppStream/$basearch/os
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
repo_gpgcheck=0
|
repo_gpgcheck=0
|
||||||
enabled=1
|
enabled=1
|
||||||
|
|
@ -16,7 +16,7 @@ gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Officia
|
||||||
|
|
||||||
[nfv]
|
[nfv]
|
||||||
name=CentOS Stream 9 - NFV
|
name=CentOS Stream 9 - NFV
|
||||||
baseurl=http://mirror.stream.centos.org/9-stream/NFV/$basearch/os
|
baseurl=https://composes.stream.centos.org/production/CentOS-Stream-9-20240415.0/compose/NFV/$basearch/os
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
repo_gpgcheck=0
|
repo_gpgcheck=0
|
||||||
enabled=1
|
enabled=1
|
||||||
|
|
@ -24,7 +24,7 @@ gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Officia
|
||||||
|
|
||||||
[rt]
|
[rt]
|
||||||
name=CentOS Stream 9 - RT
|
name=CentOS Stream 9 - RT
|
||||||
baseurl=http://mirror.stream.centos.org/9-stream/RT/$basearch/os
|
baseurl=https://composes.stream.centos.org/production/CentOS-Stream-9-20240415.0/compose/RT/$basearch/os
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
repo_gpgcheck=0
|
repo_gpgcheck=0
|
||||||
enabled=1
|
enabled=1
|
||||||
|
|
|
||||||
|
|
@ -5,15 +5,3 @@ variables:
|
||||||
repos:
|
repos:
|
||||||
- baseos
|
- baseos
|
||||||
- appstream
|
- appstream
|
||||||
# And pull in the devel composes optionally to faster track things;
|
|
||||||
# TODO make a container that tracks this too
|
|
||||||
- baseos-devel
|
|
||||||
- appstream-devel
|
|
||||||
# ONLY things here to be faster than the devel composes
|
|
||||||
- copr-fedora-bootc-fasttracks
|
|
||||||
|
|
||||||
repo-packages:
|
|
||||||
- repo: appstream-devel
|
|
||||||
packages:
|
|
||||||
- bootc
|
|
||||||
- bootupd
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
[copr-fedora-bootc-fasttracks]
|
|
||||||
name=Copr repo for fedora-bootc-fasttracks owned by walters
|
|
||||||
baseurl=https://download.copr.fedorainfracloud.org/results/walters/fedora-bootc-fasttracks/centos-stream-9-$basearch/
|
|
||||||
type=rpm-md
|
|
||||||
skip_if_unavailable=True
|
|
||||||
gpgcheck=1
|
|
||||||
gpgkey=https://download.copr.fedorainfracloud.org/results/walters/fedora-bootc-fasttracks/pubkey.gpg
|
|
||||||
repo_gpgcheck=0
|
|
||||||
enabled=1
|
|
||||||
enabled_metadata=1
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
],
|
],
|
||||||
"customDatasources": {
|
"customDatasources": {
|
||||||
"c9s-compose": {
|
"c9s-compose": {
|
||||||
"defaultRegistryUrlTemplate": "https://composes.stream.centos.org/development/",
|
"defaultRegistryUrlTemplate": "https://composes.stream.centos.org/production/",
|
||||||
"format": "html"
|
"format": "html"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -13,11 +13,11 @@
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"c9s-devel-compose.repo",
|
"c9s.repo",
|
||||||
"centos-bootc-config.json"
|
"centos-bootc-config.json"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"https://composes.stream.centos.org/development/(?<currentValue>.*)/compose/(.*)",
|
"https://composes.stream.centos.org/production/(?<currentValue>.*)/compose/(.*)",
|
||||||
"\"redhat.compose-id\": \"(?<currentValue>.*)\""
|
"\"redhat.compose-id\": \"(?<currentValue>.*)\""
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "custom.c9s-compose",
|
"datasourceTemplate": "custom.c9s-compose",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue