Skip to content

Commit cc21dc4

Browse files
committed
build-with-container.py: Pass distro to make-debs
Signed-off-by: Zack Cerza <[email protected]>
1 parent 0db48b2 commit cc21dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/build-with-container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def bc_make_debs(ctx):
663663
basedir = pathlib.Path(ctx.cli.homedir) / ctx.cli.build_dir
664664
make_debs_cmd = f"./make-debs.sh {basedir}"
665665
if ctx.cli.ceph_version:
666-
make_debs_cmd = f"{make_debs_cmd} {ctx.cli.ceph_version}"
666+
make_debs_cmd = f"{make_debs_cmd} {ctx.cli.ceph_version} {ctx.cli.distro}"
667667
cmd = _container_cmd(
668668
ctx,
669669
[

0 commit comments

Comments
 (0)