Revert "Use "baseurl" property instead of "url" to work with new copr-frontend"
This reverts commit 9e7b55c54c
.
The modified version only works on copr-be-dev, production instance
needs the old version of the mock.cfg.j2 file
This commit is contained in:
parent
d596784770
commit
3684fd0874
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue