Skip to content

Persist package file extension in WP_CLI\CoreUpgrader#1532

Merged
danielbachhuber merged 4 commits into
masterfrom
fix-1427
Dec 2, 2014
Merged

Persist package file extension in WP_CLI\CoreUpgrader#1532
danielbachhuber merged 4 commits into
masterfrom
fix-1427

Conversation

@danielbachhuber
Copy link
Copy Markdown
Member

wp core update uses ZIP files, while wp core download uses gzipped
TAR files. Renaming ZIP files to .tar.gz inside of WP_CLI\CoreUpgrader causes nasty bugs. Let's keep
them cached separately.

Fixes #1427, introduced in #1320

`wp core update` uses ZIP files, while `wp core download` uses gzipped
TAR files. Renaming ZIP files to `.tar.gz` causes nasty bugs. Let's keep
them cached separately.
@danielbachhuber danielbachhuber added this to the next milestone Dec 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Uncaught exception trying to download core

1 participant