fix: more enablement for using non-peridot repos / local composes

This commit is contained in:
Neil Hanlon 2024-10-03 19:47:39 -04:00
parent 9639176823
commit 6128dd990a
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,7 @@ lorax --product="${PRODUCT}" \
--isfinal \ --isfinal \
{%- endif %} {%- endif %}
{%- for repo in repos %} {%- for repo in repos %}
--source={{ repo.url }} \ --source='{{ repo.url }}' \
{%- endfor %} {%- endfor %}
{%- if squashfs_only %} {%- if squashfs_only %}
--squashfs-only \ --squashfs-only \

View File

@ -270,6 +270,8 @@ class IsoBuild:
dist=self.disttag, dist=self.disttag,
repos=self.repolist, repos=self.repolist,
user_agent='{{ user_agent }}', user_agent='{{ user_agent }}',
compose_dir_is_here=self.compose_dir_is_here,
compose_dir=self.compose_root,
) )
mock_sh_template_output = mock_sh_template.render( mock_sh_template_output = mock_sh_template.render(