mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
FIXUP: Rename repro-build to repro-build.py
This commit is contained in:
parent
5f4f82a7a4
commit
094d876dba
3 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue