copr-hv: don't require pre-defined frontend_url in main.ini
At least not for the initial qcow2 image generator. Later, when used on backend to actually start a real builder - we'll have that defined properly.
This commit is contained in:
parent
e3af37ce59
commit
744646f591
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[main]
|
||||
frontend_url = {{ frontend_base_url }}
|
||||
frontend_url = {{ frontend_base_url or "unset" }}
|
||||
distgit_lookaside_url = {scheme}://{netloc}/repo/pkgs/%(ns1)s/%(name)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s
|
||||
distgit_clone_url = {scheme}://{netloc}/%(module)s
|
||||
rpm_vendor_copr_name = {{rpm_vendor_copr_name}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue