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

This commit is contained in:
Alex Pyrgiotis 2025-03-10 14:53:49 +02:00
parent 29cb046f17
commit 44f0ea5149
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}" f"Check that the reproduced image has the expected digest: {args.digest}"
) )
run( run(
"./dev_scripts/repro-build", "./dev_scripts/repro-build.py",
"analyze", "analyze",
"--show-contents", "--show-contents",
"share/container.tar", "share/container.tar",

View file

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