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

CommentFileSizeAuthor
#2 l10n_install-110916.patch248 bytesqchan
#1 l10n_install-100644.patch222 byteslikewhoa

Comments

likewhoa’s picture

StatusFileSize
new222 bytes

You 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.

qchan’s picture

StatusFileSize
new248 bytes

Hi 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.

$drush make drupal-org.make
Make new site in the current directory? (y/n): y
No core project specified.                                       [error]

It seems like my drush (4.5) needs two lines.

api = 2
projects[drupal][type] = core
asrob’s picture

Status: Needs review » Fixed

Hi,

I reviewed and tested your patch. It seems it works. Thank you!

# 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]
# patch -p1 < l10n_install-110916.patch 
patching file drupal-org.make

# drush make drupal-org.make 
Make new site in the current directory? (y/n): y
Project information for drupal retrieved.  [ok]
Project information for l10n_update retrieved.  [ok]
Project information for l10n_client retrieved.  [ok]
drupal downloaded from http://ftp.drupal.org/files/projects/drupal-7.12.tar.gz.  [ok]
l10n_update downloaded from http://ftp.drupal.org/files/projects/l10n_update-7.x-1.0-beta2.tar.gz.  [ok]
l10n_client downloaded from http://ftp.drupal.org/files/projects/l10n_client-7.x-1.0.tar.gz.  [ok]
# patch -R < l10n_install-110916.patch 
patching file drupal-org.make

# 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]

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.