fresh-empanadas - Bug fixes #20

Open
kemotaha wants to merge 16 commits from kemotaha/toolkit:fresh-empanadas into fresh-empanadas
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 6128dd990a - Show all commits

View File

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

View File

@ -270,6 +270,8 @@ class IsoBuild:
dist=self.disttag,
repos=self.repolist,
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(