From 44f0ea51499b5539f2c098791ba749b627df8863 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 10 Mar 2025 14:53:49 +0200 Subject: [PATCH] FIXUP: Rename repro-build to repro-build.py --- dev_scripts/{repro-build => repro-build.py} | 0 dev_scripts/reproduce-image.py | 2 +- install/common/build-image.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename dev_scripts/{repro-build => repro-build.py} (100%) diff --git a/dev_scripts/repro-build b/dev_scripts/repro-build.py similarity index 100% rename from dev_scripts/repro-build rename to dev_scripts/repro-build.py diff --git a/dev_scripts/reproduce-image.py b/dev_scripts/reproduce-image.py index 153461d..b587fb1 100755 --- a/dev_scripts/reproduce-image.py +++ b/dev_scripts/reproduce-image.py @@ -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", diff --git a/install/common/build-image.py b/install/common/build-image.py index f380290..65a763d 100644 --- a/install/common/build-image.py +++ b/install/common/build-image.py @@ -122,7 +122,7 @@ def main(): subprocess.run( [ - "./dev_scripts/repro-build", + "./dev_scripts/repro-build.py", "build", "--runtime", args.runtime,