By moshe weitzman on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
master
Introduced in version:
7.x-5.0
Issue links:
Description:
The Drush Make project has been moved into core Drush. You should delete any existing drush_make commandfiles on your system. Existing makefiles should continue to work without modification.
While moving Make, we made the following changes:
- New: Make concurrently downloads files thus massively speeding up processing.
- New: Make caches already downloaded files thus even more massively speeding up subsequent runs.
- New: Make's unit tests were expanded and ported to Drush's phpunit based system.
- Change: See CVS integration project if you fetch from a CVS server.
- Change: The ability to fetch files via POST method was removed. A contrib project could add it back if desired.
Impacts:
Site builders, administrators, editors
Module developers
Themers