From aa3162711390cbcd39a7be4640631391ed1f5199 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 10 May 2021 00:33:58 +0200 Subject: [PATCH] copr-hv: undefined var once more --- .../copr/backend/templates/provision/copr-rpmbuild/main.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/provision/copr-rpmbuild/main.ini.j2 b/roles/copr/backend/templates/provision/copr-rpmbuild/main.ini.j2 index 3f0bf90d92..454fa6cc5f 100644 --- a/roles/copr/backend/templates/provision/copr-rpmbuild/main.ini.j2 +++ b/roles/copr/backend/templates/provision/copr-rpmbuild/main.ini.j2 @@ -1,5 +1,5 @@ [main] -frontend_url = {{ frontend_base_url if frontend_base_url is defined }} +frontend_url = {{ frontend_base_url if frontend_base_url is defined else "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}}