clean up the tar-gz patch a bit
remove the temp hardlink don't really need format arg hook tar-gz format in a bit
This commit is contained in:
parent
704a895831
commit
5bcfe7034a
2 changed files with 14 additions and 15 deletions
2
cli/koji
2
cli/koji
|
|
@ -5354,7 +5354,7 @@ def handle_image_build(options, session, args):
|
|||
formats = ('vmdk', 'qcow', 'qcow2', 'vdi', 'vpc', 'rhevm-ova',
|
||||
'vsphere-ova', 'vagrant-virtualbox', 'vagrant-libvirt',
|
||||
'vagrant-vmware-fusion', 'docker', 'raw-xz',
|
||||
'liveimg-squashfs')
|
||||
'liveimg-squashfs', 'tar-gz')
|
||||
usage = _("usage: %prog image-build [options] <name> <version> " +
|
||||
"<target> <install-tree-url> <arch> [<arch>...]")
|
||||
usage += _("\n %prog image-build --config FILE")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue