#1 Disable testing repos
Closed 2 years ago by lveyde. Opened 2 years ago by lveyde.
rpms/ lveyde/centos-release-ovirt disable-testing-repos  into  c8-sig-virt-8

Disable testing repos
Lev Veyde • 2 years ago  
@@ -18,14 +18,6 @@ 

  module_hotfixes=1

  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization

  

- [centos-ovirt45-testing]

- name=CentOS Stream $releasever - oVirt 4.5 - Testing

- baseurl=https://buildlogs.centos.org/centos/$stream/virt/$basearch/ovirt-45/

- gpgcheck=0

- # we are still in pre-release, disabling this for GA release

- enabled=0

- module_hotfixes=1

- 

  [centos-ovirt45-debug]

  name=CentOS Stream $releasever - oVirt 4.5 - Debug

  baseurl=http://debuginfo.centos.org/centos/$stream/virt/$basearch/
@@ -56,18 +48,6 @@ 

   ansible

   ansible-test

  

- 

- [ovirt-45-centos-stream-openstack-yoga-testing]

- name=CentOS Stream $releasever - oVirt 4.5 - OpenStack Yoga Repository - testing

- baseurl=https://buildlogs.centos.org/centos/$stream/cloud/$basearch/openstack-yoga/

- gpgcheck=0

- enabled=0

- module_hotfixes=1

- exclude=

-  # ansible-2.9.27-4.el8 shipped in yoga repo is breaking dependencies on oVirt side

-  ansible

-  ansible-test

- 

  # A few packages couldn't be built within CBS. We are hosting the rpms on resources.ovirt.org.

  [ovirt-45-upstream]

  name=oVirt upstream for CentOS Stream $releasever - oVirt 4.5
@@ -78,13 +58,3 @@ 

  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oVirt-4.5

  # ovirt mirrorlist is static

  fastestmirror=1

- 

- [ovirt-45-upstream-testing]

- name=oVirt upstream for CentOS Stream $releasever - oVirt 4.5 - testing

- enabled=0

- mirrorlist=https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.5-pre-el$releasever

- #baseurl=https://resources.ovirt.org/pub/ovirt-4.5-pre/rpm/el$releasever

- gpgcheck=1

- gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oVirt-4.5

- # ovirt mirrorlist is static

- fastestmirror=1

Since imgbased will automatically enable all repos, we have to remove
the testing ones, which may otherwise affect functionality.

Signed-off-by: Lev Veyde lveyde@redhat.com

Seems like Merge button doesn't work, can you please push directly into the repo?
You should have rights for it.

It doesn't seem that I can push directly to the repo, since they only expose a read only https access.

OK, found a hack to push it directly to the git repo.

Not sure how they expect software engineers to work on projects though...

Pull-Request has been closed by lveyde

2 years ago
Metadata