drupal-modules / ads

Drupal distribution for Ads
http://drupal.org/project/ads
2 stars 2 forks source link

Add revision to all development projects in .make #71

Closed kenorb closed 9 years ago

kenorb commented 10 years ago

Not having revision attribute could break the stable releases when new commits/features are introduced in development version of contrib modules.

Here is a good example:

projects[phone][version] = "2.x-dev"
projects[phone][download][revision] = 0df2e253a80f87f3fd886437d9021a06e7202de9

Bad example:

projects[field_group][version] = "1.x-dev"

You can limit revision only to enabled onces.