[copr][backend] custom configs for fedpkg-copr
This commit is contained in:
parent
fdda747ff8
commit
ad4fa9bc03
5 changed files with 17 additions and 2 deletions
|
@ -13,4 +13,4 @@ backend_base_url: "https://copr-be.cloud.fedoraproject.org"
|
|||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
frontend_base_url: "https://copr.fedoraproject.org"
|
||||
dist_git_base_url: "http//copr-dist-git.fedorainfracloud.org"
|
||||
dist_git_base_url: "copr-dist-git.fedorainfracloud.org"
|
||||
|
|
|
@ -14,4 +14,4 @@ backend_base_url: "http://copr-be-dev.cloud.fedoraproject.org"
|
|||
postfix_maincf: "postfix/main.cf/main.cf.copr"
|
||||
|
||||
frontend_base_url: "http://copr-fe-dev.cloud.fedoraproject.org"
|
||||
dist_git_base_url: "http//copr-dist-git-dev.fedorainfracloud.org"
|
||||
dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
- glib2
|
||||
- ca-certificates
|
||||
|
||||
- copy: src=files/fedpkg-copr.conf dest=/etc/rpkg/fedpkg-copr.conf
|
||||
|
||||
- name: put updated mock configs into /etc/mock
|
||||
template: src=files/mock/{{ item }} dest=/etc/mock
|
||||
with_items:
|
||||
|
|
|
@ -124,6 +124,9 @@
|
|||
tags:
|
||||
- provision_config
|
||||
|
||||
- name: put fedpkg-copr.conf into the provision files
|
||||
template: src="provision/fedpkg-copr.conf" dest="/home/copr/provision/files/fedpkg-copr.conf" owner=copr group=copr
|
||||
|
||||
- name: testing fixture
|
||||
copy: dest="/home/copr/cloud/ec2rc.variable" content=""
|
||||
when: devel
|
||||
|
|
10
roles/copr/backend/templates/provision/fedpkg-copr.conf
Normal file
10
roles/copr/backend/templates/provision/fedpkg-copr.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
[fedpkg-copr]
|
||||
lookaside = http://{{ dist_git_base_url }}/repo/pkgs
|
||||
lookasidehash = md5
|
||||
lookaside_cgi = http://{{ dist_git_base_url }}/repo/pkgs/upload.cgi
|
||||
gitbaseurl = ssh://%(user)s@{{ dist_git_base_url }}/%(module)s
|
||||
anongiturl = git://{{ dist_git_base_url }}/%(module)s
|
||||
tracbaseurl = https://%(user)s:%(password)s@fedorahosted.org/rel-eng/login/xmlrpc
|
||||
branchre = f\d$|f\d\d$|el\d$|olpc\d$|master$
|
||||
kojiconfig = /etc/koji.conf
|
||||
build_client = koji
|
Loading…
Add table
Add a link
Reference in a new issue