copr-be: configure CentOS DistGit instance
Temporarily, this should go to copr-distgit-client in the future: https://pagure.io/copr/copr/issue/2015
This commit is contained in:
parent
355d0ae743
commit
4211300b3b
2 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
||||||
|
[centos-stream]
|
||||||
|
clone_hostnames = gitlab.com
|
||||||
|
lookaside_location = https://sources.stream.centos.org
|
||||||
|
lookaside_uri_pattern = sources/rpms/{name}/{filename}/{hashtype}/{hash}/{filename}
|
|
@ -191,3 +191,11 @@
|
||||||
copy: src=files/copr-rpmbuild/rpkg.conf.j2 dest=/etc/copr-rpmbuild/rpkg.conf.j2
|
copy: src=files/copr-rpmbuild/rpkg.conf.j2 dest=/etc/copr-rpmbuild/rpkg.conf.j2
|
||||||
when:
|
when:
|
||||||
- prepare_base_image is not defined
|
- prepare_base_image is not defined
|
||||||
|
|
||||||
|
- name: install the CentOS DistGit config file
|
||||||
|
copy:
|
||||||
|
src: files/copr-distgit-client/centos-stream.ini
|
||||||
|
dest: /etc/copr-distgit-client/centos-stream.ini
|
||||||
|
mode: 0644
|
||||||
|
when:
|
||||||
|
- prepare_base_image is not defined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue