Skip to content

Commit

Permalink
ova-compose: add option to set tar format (default: gnu)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Jun 21, 2024
1 parent afa42cd commit e0c5f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ova-compose/ova-compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ def main():
do_manifest = False
params = {}
checksum_type = "sha256"
tar_format = "ustar"
tar_format = "gnu"

try:
opts, args = getopt.getopt(sys.argv[1:], 'f:hi:mo:q', longopts=['format=', 'input-file=', 'manifest', 'output-file=', 'param=', 'checksum-type=', 'tar-format='])
Expand Down

0 comments on commit e0c5f5e

Please sign in to comment.