From 3684fd0874c14f8574bf2776cf1f6cac5fb19232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Thu, 24 Jan 2019 17:14:19 +0100 Subject: [PATCH] Revert "Use "baseurl" property instead of "url" to work with new copr-frontend" This reverts commit 9e7b55c54cc1e1a11ad600c93688178e02f01515. The modified version only works on copr-be-dev, production instance needs the old version of the mock.cfg.j2 file --- .../backend/files/provision/files/copr-rpmbuild/mock.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/files/provision/files/copr-rpmbuild/mock.cfg.j2 b/roles/copr/backend/files/provision/files/copr-rpmbuild/mock.cfg.j2 index 6be1690798..434274f65b 100644 --- a/roles/copr/backend/files/provision/files/copr-rpmbuild/mock.cfg.j2 +++ b/roles/copr/backend/files/provision/files/copr-rpmbuild/mock.cfg.j2 @@ -29,7 +29,7 @@ config_opts['{{ pkg_manager_conf }}.conf'] += """ {% for repo in repos %} [{{ repo["id"] }}] name='{{ repo["name"] }}' -baseurl={{ repo["baseurl"] }} +baseurl={{ repo["url"] }} gpgcheck=0 enabled=1 skip_if_unavailable=1