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:
parent
a71f4dde55
commit
fd7c8a351a
3 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue