builder.repo is not needed anymore

AFAIK we needed it for mock
but newer is in stable, so this is not needed any more
This commit is contained in:
Miroslav Suchý 2015-06-10 16:49:10 +02:00
parent a71f4dde55
commit fd7c8a351a
3 changed files with 0 additions and 12 deletions

View file

@ -55,7 +55,6 @@
- name: add repos
action: copy src={{ files }}/{{ item }} dest=/etc/yum.repos.d/{{ item }}
with_items:
- builder.repo
- epel6.repo
- name: install additional pkgs

View file

@ -1,6 +0,0 @@
[builder-infrastructure]
name=Builder Packages from Fedora Infrastructure $releasever - $basearch
baseurl=http://infrastructure.fedoraproject.org/repo/builder-rpms/$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://infrastructure.fedoraproject.org/repo/RPM-GPG-KEY-INFRASTRUCTURE

View file

@ -1,8 +1,3 @@
- name: add repos
action: copy src=files/{{ item }} dest=/etc/yum.repos.d/{{ item }}
with_items:
- builder.repo
- name: install pkgs
yum: state=present pkg={{ item }}