Project information in the .info file is discouraged - http://drupal.org/node/542202
This is for contrib modules only and is added by drupal.org.
A side effect is that this line makes the update module think the feature is a contrib module and therefore check for updates to it on drupal.org. This can be quite time consuming when having lots of features.
Features will probably more often be custom than contrib so it would make sense to not include this line.
Thanks for a very useful module!
/Cheers
Comments
Comment #1
perelman.yuval commentedHi tinefin.
I dont understand where you find the problem, please attach an example.
Comment #2
tinefin commentedHey
When I use the awesome "Auto create feature" button on the admin/structure/features/[module_name]/recreate ftools will add a line to the modules .info file with project information.
Example:
module_name.info before "Auto create feature":
module_name.info after "Auto create feature":
The added
project =line above shouldn't be there. It is discouraged since it's purpose is for contrib modules (drupal.org adds it automatically), not custom modules / features.Nb: If I instead run
drush features-update module_nameit (correctly) doesn't add theproject =line. Not sure what the drush command does differently.Cheers
/Tine
Comment #3
tinefin commented