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

joestewart’s picture

doka’s picture

do you have cvs installed?

stevetweeddale’s picture

Status: Active » Postponed

I do, but I reckon the mentioned patch will probably sort it, though I haven't checked out drush_make head to test that yet.

stevetweeddale’s picture

Status: Postponed » Closed (works as designed)

I went ahead and patched my local copy drush make, it works fine now. Thanks Joe Stewart!