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:
Pavel Raiskup 2021-05-10 00:24:14 +02:00
parent e3af37ce59
commit 744646f591

View file

@ -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}}