mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +02:00
FIXUP: Rename repro-build to repro-build.py
This commit is contained in:
parent
542fe93d1f
commit
ee95e86508
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}"
|
||||
)
|
||||
run(
|
||||
"./dev_scripts/repro-build",
|
||||
"./dev_scripts/repro-build.py",
|
||||
"analyze",
|
||||
"--show-contents",
|
||||
"share/container.tar",
|
||||
|
|
|
@ -122,7 +122,7 @@ def main():
|
|||
|
||||
subprocess.run(
|
||||
[
|
||||
"./dev_scripts/repro-build",
|
||||
"./dev_scripts/repro-build.py",
|
||||
"build",
|
||||
"--runtime",
|
||||
args.runtime,
|
||||
|
|
Loading…
Reference in a new issue