copr: do not enable @copr/copr repo
This commit is contained in:
parent
17e29970dc
commit
2079c8852b
7 changed files with 0 additions and 52 deletions
|
@ -29,9 +29,6 @@
|
|||
- nosync
|
||||
- expect
|
||||
|
||||
- name: enable @copr/copr for now
|
||||
shell: dnf copr -y enable @copr/copr
|
||||
|
||||
- name: make sure newest rpm
|
||||
dnf: state=latest pkg={{ item }}
|
||||
with_items:
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
[group_copr-copr_local]
|
||||
name=group_copr-copr_local
|
||||
baseurl=file:///var/lib/copr/public_html/results/@copr/copr/fedora-$releasever-x86_64/
|
||||
type=rpm-md
|
||||
gpgcheck=1
|
||||
gpgkey=file:///var/lib/copr/public_html/results/@copr/copr/pubkey.gpg
|
||||
enabled=1
|
||||
enabled_metadata=1
|
||||
skip_if_unavailable=True
|
||||
priority=1
|
|
@ -9,11 +9,6 @@
|
|||
- group: name=copr gid=986
|
||||
- user: name=copr group=copr uid=989
|
||||
|
||||
- name: install copr local path repo
|
||||
copy: src="yum/copr_local.repo" dest="/etc/yum.repos.d/copr_local.repo"
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: install copr-backend and copr-selinux
|
||||
dnf: state=latest name={{ item }}
|
||||
with_items:
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
[group_copr-copr-dev]
|
||||
name=Copr repo for copr-dev owned by @copr
|
||||
baseurl=https://copr-be.cloud.fedoraproject.org/results/@copr/copr-dev/fedora-$releasever-$basearch/
|
||||
type=rpm-md
|
||||
skip_if_unavailable=True
|
||||
gpgcheck=1
|
||||
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@copr/copr-dev/pubkey.gpg
|
||||
repo_gpgcheck=0
|
||||
enabled=1
|
||||
enabled_metadata=1
|
|
@ -1,10 +0,0 @@
|
|||
[group_copr-copr]
|
||||
name=Copr repo for copr owned by @copr
|
||||
baseurl=https://copr-be.cloud.fedoraproject.org/results/@copr/copr/fedora-$releasever-$basearch/
|
||||
type=rpm-md
|
||||
skip_if_unavailable=True
|
||||
gpgcheck=1
|
||||
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@copr/copr/pubkey.gpg
|
||||
repo_gpgcheck=0
|
||||
enabled=1
|
||||
enabled_metadata=1
|
|
@ -29,17 +29,6 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- name: install copr repo
|
||||
copy: src="yum/copr.repo" dest="/etc/yum.repos.d/copr.repo"
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: install copr-dev repo
|
||||
copy: src="yum/copr-dev.repo" dest="/etc/yum.repos.d/copr-dev.repo"
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: install common copr packages
|
||||
dnf: state=present pkg={{ item }}
|
||||
with_items:
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
command: dnf install --refresh -y python2 python2-dnf libselinux-python
|
||||
|
||||
|
||||
- name: Enable copr repo
|
||||
command: dnf -y copr enable @copr/copr
|
||||
|
||||
- name: Install stuff
|
||||
dnf: name={{ item }} state=latest
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue