Skip to content

Commit d2d1051

Browse files
committed
fix: more enablement for using non-peridot repos / local composes
1 parent 0d52835 commit d2d1051

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

iso/empanadas/empanadas/templates/buildImage.tmpl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lorax --product="${PRODUCT}" \
2222
--isfinal \
2323
{%- endif %}
2424
{%- for repo in repos %}
25-
--source={{ repo.url }} \
25+
--source='{{ repo.url }}' \
2626
{%- endfor %}
2727
{%- if squashfs_only %}
2828
--squashfs-only \

iso/empanadas/empanadas/util/iso_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ def generate_iso_scripts(self):
270270
dist=self.disttag,
271271
repos=self.repolist,
272272
user_agent='{{ user_agent }}',
273+
compose_dir_is_here=self.compose_dir_is_here,
274+
compose_dir=self.compose_root,
273275
)
274276

275277
mock_sh_template_output = mock_sh_template.render(

0 commit comments

Comments
 (0)