Package manager's wget handler assumes .tar.gz as the extension. Packages with the .tgz extension therefore cause drush pm-download to fail ungracefully.
(Notably, packages generated by the Features module use .tgz).
The attached patch allows both .tar.gz and .tgz extensions to work.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 758594.patch | 768 bytes | bryan.cribbs |
| drush-pm-allow-tgz.patch | 769 bytes | bryan.cribbs |
Comments
Comment #1
bryan.cribbs commentedI'm very sorry, I attached the wrong patch file. This is the working patch. (Tested against a local Features Server, and tested with downloads from the official drupal contrib).
Comment #2
moshe weitzman commentedcommitted. thx.