mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr-backend: install infra-tags repo on builders
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
[infrastructure-tags]
|
||||||
|
name=Fedora Infrastructure tag $releasever - $basearch
|
||||||
|
baseurl=https://infrastructure.fedoraproject.org/repo/infra/f$releasever-infra/$basearch/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
[infrastructure-tags]
|
||||||
|
name=Fedora Infrastructure tag $releasever - $basearch
|
||||||
|
baseurl=https://infrastructure.fedoraproject.org/repo/infra/f$releasever-infra/$basearch/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS
|
||||||
@@ -3,6 +3,7 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- fedora.repo
|
- fedora.repo
|
||||||
- fedora-updates.repo
|
- fedora-updates.repo
|
||||||
|
- infra-tags.repo
|
||||||
|
|
||||||
- name: disable updates-testing
|
- name: disable updates-testing
|
||||||
shell: rm -f /etc/yum.repos.d/fedora-updates-testing.repo
|
shell: rm -f /etc/yum.repos.d/fedora-updates-testing.repo
|
||||||
|
|||||||
Reference in New Issue
Block a user