forked from sig_core/toolkit
fix: more enablement for using non-peridot repos / local composes
This commit is contained in:
parent
9639176823
commit
6128dd990a
@ -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 \
|
||||||
|
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user