copr-frontend: do not install python2-modulemd from COPR, use fedora official repos

This commit is contained in:
clime 2017-01-19 14:49:45 +01:00
parent ff1e129894
commit cede7a1977
2 changed files with 0 additions and 17 deletions

View file

@ -1,12 +0,0 @@
[group_modularity-modulemd_custom]
name=Copr Modularity repo
failovermethod=priority
baseurl=file:///var/lib/copr/public_html/results/@modularity/modulemd/fedora-$releasever-x86_64/
http://209.132.184.48/results/@modularity/modulemd/fedora-$releasever-x86_64/
https://copr-be.cloud.fedoraproject.org/results/@modularity/modulemd/fedora-$releasever-x86_64/
http://172.25.32.109/results/@modularity/modulemd/fedora-$releasever-x86_64/
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@modularity/modulemd/pubkey.gpg
enabled=1
skip_if_unavailable=1

View file

@ -8,11 +8,6 @@
command: "restorecon -vvRF /var/lib/pgsql"
when: pgsql_ls.stdout is defined and 'postgresql_db_t' not in pgsql_ls.stdout
- name: install copr modularity repofile
copy: src="yum/_copr_@modularity-modulemd.custom.repo" dest="/etc/yum.repos.d/_copr_@modularity-modulemd.custom.repo"
tags:
- config
- name: install python2-modulemd
shell: yum-deprecated install -y python2-modulemd || yum install -y python2-modulemd