forked from infra/ansible
copr-be: correctly define the macro override db location
This commit is contained in:
parent
cde0bea197
commit
42b2c57e66
1 changed files with 3 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
|||
# rpkg-util v3+
|
||||
# TODO: this file is used by both rpkg-util(?) and copr-rpmbuild. Move the
|
||||
# copr-rpmbuild related stuff into copr-rpmbuild.yml.
|
||||
|
||||
[main]
|
||||
frontend_url = {{ frontend_base_url }}
|
||||
distgit_lookaside_url = https://${% raw %}{{git_props:remote_netloc}}{% endraw %}/repo/pkgs/%(repo_path)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s
|
||||
distgit_clone_url = {scheme}://{netloc}/%(repo_path)s
|
||||
rpm_vendor_copr_name = {{ rpm_vendor_copr_name }}
|
||||
macro_override_db_url = https://copr-be.cloud.fedoraproject.org/config/distro-arch-specific.json
|
||||
|
||||
[distgit0]
|
||||
distgit_hostname_pattern = src.fedoraproject.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue