patch attached - this allows drush to deal with non-compressed tar files.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | drush_make_download_tar_revised2.patch | 1.17 KB | acrollet |
| #2 | drush_make_download_tar_revised.patch | 1.1 KB | acrollet |
| drush_make.download_tar.patch | 1.19 KB | acrollet |
Comments
Comment #1
dmitrig01 commentedwouldn't a .gz file be grouped with tgz? I think it should be
case 'tar'
X
case 'gz'
case 'tgz'
Y
case 'zip'
Z
Comment #2
acrollet commentedabsolutely it would - brainfart! fixed version attached.
Comment #3
dmitrig01 commentedwhat's this part all about?
Comment #4
acrollet commentedgood question!
Comment #5
dmitrig01 commentedCommitted - thanks!