[copr][backend] put copr.repo to the builders

This commit is contained in:
Valentin Gologuzov 2015-06-30 14:26:31 +02:00
parent 23398d7f6a
commit 122d7bfbdf
3 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,11 @@
[Copr]
name=Copr
failovermethod=priority
baseurl=file:///var/lib/copr/public_html/results/msuchy/copr/fedora-$releasever-x86_64/
http://209.132.184.48/results/msuchy/copr/fedora-$releasever-x86_64/
https://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-$releasever-x86_64/
http://172.25.32.4/results/msuchy/copr/fedora-$releasever-x86_64/
enabled=1
gpgcheck=0
skip_if_unavailable=1

View file

@ -1,3 +1,5 @@
- name: install copr repo
copy: src="provision/copr.repo" dest="/etc/yum.repos.d/copr.repo"
- name: install pkgs
yum: state=present pkg={{ item }}

View file

@ -1,7 +1,6 @@
[Copr]
name=Copr
failovermethod=priority
# and external ip # TODO: update in infra ansible git after copr moved to the new cloud
baseurl=file:///var/lib/copr/public_html/results/msuchy/copr/fedora-$releasever-x86_64/
http://209.132.184.48/results/msuchy/copr/fedora-$releasever-x86_64/
https://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-$releasever-x86_64/