Skip to content

Commit

Permalink
Add a comment explaining the 'tar-gz' type
Browse files Browse the repository at this point in the history
...as it's not really at all obvious what it actually is just
from the name.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
  • Loading branch information
AdamWill authored and lubomir committed Mar 20, 2019
1 parent a826894 commit 196c75a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions productmd/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
'raw-xz': ['raw.xz'],
'rescue': [],
'rhevm-ova': ['rhevm.ova'],
# raw disk image named `disk.raw` stuffed into a gzipped tarball
# format required for import by Google Compute Engine:
# https://cloud.google.com/compute/docs/images/import-existing-image
'tar-gz': ['tar.gz'],
'vagrant-hyperv': ['vagrant-hyperv.box'],
'vagrant-libvirt': ['vagrant-libvirt.box'],
Expand Down

0 comments on commit 196c75a

Please sign in to comment.