Closed (fixed)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Make
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2013 at 22:36 UTC
Updated:
25 Jan 2013 at 10:20 UTC
Jump to comment: Most recent file
Running "drush make-generate test.make" on Drupal 7.18, test.make contains
projects[drupal][version] = "7.x"
instead of
projects[drupal][version] = "7.18"
If I then run "drush make ../test.make", Drupal 7.19-dev is installed (of course) in stead of 7.18.
I would have understood this if Drush treated modules the same way, but it doesn't. Is this intended behavior? It's not what I expected. (I though make-generate would create a make file that I could use to recreate an identical site.)
I can probably write a patch, if we agree that this is a bug (and not a feature).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | drush-make-generate-core-1884670-3.patch | 574 bytes | hansfn |
Comments
Comment #1
hansfn commentedFixing typos in issue title.
Comment #2
greg.1.anderson commenteddrush make-generateshould behave as you describe if --exclude-versions is specified, and should behave as you expect if it is not. If it's not working like that right now, that's a bug, and a patch would be welcome.Comment #3
hansfn commentedThx for confirming my understanding. Trivial patch attached.
Comment #4
jonhattanCommitted to 6.x and 5.x. Thanks.