Part of http://drupal.org/community-initiatives/drupalorg/distribution-packaging...
Once these are done:
#1314180: Make dev release numbers useful
#1360474: Record the exact git hash checked out in -dev releases into the packaged .info files
#1371298: Rewrite .info files inside drush make when checking out from git to include version and project info
there's no longer any need to prevent distro maintainers from pointing at -dev versions of dependent modules and themes if needed. Obviously, everyone *prefers* official releases, but sometimes, that's impractical.
This issue here is simply about removing the restriction entirely. We don't want to do this until the other issues above are resolved, but I wanted to get this open and on the roadmap.
Comments
Comment #1
hunmonk commentedok, i've cleaned up up the
allow-dev-snapshotsbranch, ready for review again:Comment #2
dwwExcept you didn't push anything so we can't review what you're talking about. ;)
Comment #3
hunmonk commentedoops. :)
Comment #4
dwwAfter getting #1371298: Rewrite .info files inside drush make when checking out from git to include version and project info finally fixed in drush core, I did some more testing, found and fixed a few more bugs, and merged allow-dev-snapshots into master. I'm opening a separate infra issue about deployment, but calling this one fixed.