Using Drush 5.0 and Drush Make 2.3 does not properly download and install any release of Pressflow. No errors are given during the process and Pressflow seems to be getting downloaded. However, after accessing the new directory, the only file/directory in there is 'sites'.

Rolling back to Drush 4.5 fixed the issue.

Comments

fluxsauce’s picture

Status: Active » Closed (works as designed)

As of version 5, Drush Make is now in Drush core;

Once this happens, you will have to remove your copy of drush_make or you will get fatal errors about things being redefined, etc.

With Drush 5.0, without the deprecated drush_make:

pressflow_7.make:

core = 7.x
api = 2

; CORE

projects[pressflow][type] = "core"
projects[pressflow][download][type] = git
projects[pressflow][download][url] = git://github.com/pressflow/7.git
/drush_5_0/drush make ./pressflow_7.make test
ls -la test

Worked as expected. Just remove your old copy of drush_make and upgrade to Drush 5.