Thanks amazing distribution.
It is a great help to us.
I've tried non-core version. but, failed to install.
Error messages are
$drush make drupal-org.make
Make new site in the current directory? (y/n): y
You need to specify an API version of two in your makefile: [warning]
api = 2
No core project specified. [error]
I guess drupal-org.make file needs a line like "projects[drupal][type] = core" .
I put this to "drupal-org.make" file and it works fine.
projects[drupal][type] = core
;projects[drupal][version] = 7.7
Please, check it out.
Drush make error "No core project specified" | groups.drupal.org
Comments
Comment #1
likewhoa commentedYou read the message wrong, what it needs is 'api = 2' in the drupal-org.make file. Attached file should remove this warning from drush make.
Comment #2
qchan commentedHi likewhoa. Thanks for your reply and sorry for my late response.
I've tried your patch. Then "api = 2" warning is fixed.
But, following error messages remain.
It seems like my drush (4.5) needs two lines.
Comment #3
asrobHi,
I reviewed and tested your patch. It seems it works. Thank you!