Closed (duplicate)
Project:
Provision
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Mar 2011 at 00:02 UTC
Updated:
23 Mar 2011 at 22:53 UTC
I just installed 1.0-rc2 fresh with PHP5.2, but my existing .make files were giving a me errors on creating a Platform including;
Found makefile: ckeditor.make
No core project specified.
...
An error occurred at function : drush_drush_make_make ...
Could not download platform using drush make. No platform present ...
An error occurred at function : drush_provision_drupal_pre_provision_verify ...
An error occurred at function : drush_hosting_taskI'm still getting to grips with Drush Make, and I knew the way Aegir/Provision required things didn't like just projects[] = "drupal", but might this be too strict? Or is this a Drush Make issue?
fyi, ckeditor.make is;
; $Id$
core = 6.x
api = 2
libraries[ckeditor][download][type] = "svn"
libraries[ckeditor][download][url] = "http://svn.ckeditor.com/CKEditor/releases/stable/"
libraries[ckeditor][directory_name] = "ckeditor"
Comments
Comment #1
joestewart commentedEither a drush_make or ckeditor bug? see: http://drupal.org/node/1101746#comment-4246098
Comment #2
mxmilkiib commentedthis is caused by http://drupal.org/node/950018 and http://drupal.org/node/947158