hammerlab / genspio

Generate Shell Phrases In OCaml
https://smondet.gitlab.io/genspio-doc/
Apache License 2.0
49 stars 3 forks source link

Downloader example fails with -f does not match output of tar (for single file) #19

Open smondet opened 7 years ago

smondet commented 7 years ago

(In #11) When the actual URL is like https://example.com/test.tar.gz.zip.bz2.tbz2.gpg?foor=bar but but we try to give the option "-f ttt.tgz.zip.bz2.tar.bz2.gpg" After the first call to tar the filename is not ttt.tgz.zip.bz2 but test.tar.gz.zip to we loose the “loop logic.”