Remove pdc-deps copr repo from pdc/frontend now that those rpms are in the infra repo (built from koji).
This commit is contained in:
parent
55acd53d17
commit
9d0726fe5b
2 changed files with 1 additions and 18 deletions
|
@ -1,8 +0,0 @@
|
||||||
[ralph-pdc-deps]
|
|
||||||
name=Copr repo for pdc-deps owned by ralph
|
|
||||||
baseurl=https://copr-be.cloud.fedoraproject.org/results/ralph/pdc-deps/epel-7-$basearch/
|
|
||||||
skip_if_unavailable=True
|
|
||||||
gpgcheck=1
|
|
||||||
gpgkey=https://copr-be.cloud.fedoraproject.org/results/ralph/pdc-deps/pubkey.gpg
|
|
||||||
enabled=1
|
|
||||||
enabled_metadata=1
|
|
|
@ -8,20 +8,11 @@
|
||||||
tags:
|
tags:
|
||||||
- pdc
|
- pdc
|
||||||
|
|
||||||
- name: lastly, add a copr repo for extra deps of PDC.
|
|
||||||
copy: >
|
|
||||||
src="ralph-pdc-deps-epel-7.repo"
|
|
||||||
dest="/etc/yum.repos.d/ralph-pdc-deps-epel-7.repo"
|
|
||||||
owner=root
|
|
||||||
group=root
|
|
||||||
mode=0644
|
|
||||||
tags:
|
|
||||||
- pdc
|
|
||||||
|
|
||||||
- name: remove some old copr repos for things now in the infra repo.
|
- name: remove some old copr repos for things now in the infra repo.
|
||||||
file: dest="/etc/yum.repos.d/{{item}}" state=absent
|
file: dest="/etc/yum.repos.d/{{item}}" state=absent
|
||||||
with_items:
|
with_items:
|
||||||
- patternfly-patternfly1-epel-7.repo
|
- patternfly-patternfly1-epel-7.repo
|
||||||
|
- ralph-pdc-deps-epel-7.repo
|
||||||
tags: pdc
|
tags: pdc
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue