What this PR does / why we need it:
Instead of redundantly specifying the filetypes in a info.yaml, we deduce the filetypes automatically based on existing image. and convert. scripts.
Which issue(s) this PR fixes:
Fixes #4
Special notes for your reviewer:
image filetype defaults to .raw, but if convert script exists, it is defined by prefix of convert.<filetype> which is a bash script that converts the .raw to <filetype>
archive type defaults to .tar, but if convert script exists, it is defined by prefix of convert.<filetype> which is a bash script that converts the .raw to <filetype>
What this PR does / why we need it: Instead of redundantly specifying the filetypes in a info.yaml, we deduce the filetypes automatically based on existing image. and convert. scripts.
Which issue(s) this PR fixes: Fixes #4
Special notes for your reviewer:
convert.<filetype>
which is a bash script that converts the .raw to<filetype>
convert.<filetype>
which is a bash script that converts the .raw to<filetype>