Closed (works as designed)
Project:
Build Kit
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2010 at 22:49 UTC
Updated:
3 Jan 2011 at 17:28 UTC
It seems using the command on the project homepage to call the make file straight from CVS doesn't seem to work, at least with the latest stable releases of drush and drush make.
Not sure if I've just missed something, but I get this error:
file_get_contents(): Filename cannot be empty drush_make.utilities.inc:458
unlink(): No such file or directory drush.inc:597
Invalid or empty make file:
http://drupalcode.org/viewvc/drupal/contributions/profiles/buildkit/distro.make?view=co&pathrev=DRUPAL-7--2-0-BETA1
An error occurred at function : drush_drush_make_make
I realise the bug will likely be with drush_make, but I thought I'd give a heads up for the homepage help.
Steve
Comments
Comment #1
joestewart commentedSee drush_make bug - #979656: A typo in including of remote make files
Comment #2
doka commenteddo you have cvs installed?
Comment #3
stevetweeddale commentedI do, but I reckon the mentioned patch will probably sort it, though I haven't checked out drush_make head to test that yet.
Comment #4
stevetweeddale commentedI went ahead and patched my local copy drush make, it works fine now. Thanks Joe Stewart!