FIXUP: Rename repro-build to repro-build.py

This commit is contained in:
Alex Pyrgiotis 2025-03-10 14:53:49 +02:00
parent 542fe93d1f
commit ee95e86508
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
3 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ def main():
f"Check that the reproduced image has the expected digest: {args.digest}"
)
run(
"./dev_scripts/repro-build",
"./dev_scripts/repro-build.py",
"analyze",
"--show-contents",
"share/container.tar",

View file

@ -122,7 +122,7 @@ def main():
subprocess.run(
[
"./dev_scripts/repro-build",
"./dev_scripts/repro-build.py",
"build",
"--runtime",
args.runtime,