We should remove the .info file.

If we remove the .info file drush will automatically download the repo into .drush file, which is better than what currently happens.

Right now if you do drush dl drupalcs inside a site it will download it to the module directory.

This is a small change. But i'll wait till we're all in agreement.

CommentFileSizeAuthor
#3 drupalcs_remove_info-1372998.patch167 bytesfluxsauce

Comments

klausi’s picture

I like the info file because drupal.org adds a nice timestamp to dev tarballs. So you always know how old the snapshot is, if you cannot or want not use Git.

das-peter’s picture

Hmm, I've no preference here.
But is there a way to tell drush where to move the download?

fluxsauce’s picture

Title: Lets remove .info file » Remove .info file to facilitate drush installation
Status: Active » Needs review
StatusFileSize
new167 bytes

This is suddenly a lot more relevant, given the context of #1547782: Drush command.

But is there a way to tell drush where to move the download?

drush dl --destination=/var/tmp drupalcs-7.x-1.x-dev
klausi’s picture

Status: Needs review » Active

Another idea: I have moved the info file to the Drupal subfolder, let's see if this works with drush. We need to wait until the commit is packaged into the dev version.

klausi’s picture

Status: Active » Fixed

Yes, that works now. Updated installation and usage doc pages.
http://drupal.org/node/1419988
http://drupal.org/node/1587138

Status: Fixed » Closed (fixed)

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