Closed (works as designed)
Project:
Drush Make
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2010 at 15:50 UTC
Updated:
9 Dec 2011 at 00:31 UTC
Any chance of a Drupal 7 port?
Thanks!
Comments
Comment #1
dmitrig01 commentedDrush make is version-agnostic
Comment #2
j0rd commentedThis is confusing for even experienced Drupal'ers. Could you make a note of this on the project page, or create a D7 version.
Comment #3
kclarkson commentedI too also agree that there should be something written in bold or create new versions.
I am trying to learn Drush and drush make and the first thing I did was check to see if I needed to download and install a drupal 7 version.
Thanks again,
Comment #4
kenorb commented$drush dl drush_make
No release history available for drush_make 7.x. [warning]
How do I download then drush_make?
drush has version for 7.x, even it doesn't matter
Comment #5
okokokok commentedMaybe it's possible to do versioning like drush itself?
Comment #6
jonhattanAt present drush tries to find 7.x version of projects. As drush_make is sticked to 6.x (the need to chose a major version is a by design limitation of drupal.org) it won't find it.
drush dl drush_make-6.xTo be clear: the feature request should be:
1. mention in the project page that drush_make is drupal version agnostic
2. switch to 7.x for next releases of drush_make
Comment #7
jensimmons commentedI agree that some kind of "Drupal 7 ready" label is important. A lot of big companies are pretty dense, and they'll just say "This only works with Drupal 6, we can't use it".
Plus, will it be labeled "D6" forever? Nope....
Comment #8
dtwork commentedI've been reading snippets of discussions that drush make is being integrated into core.
What's the status of this in/for D7? Do we still need to DL/install this module, or is it already "in there"?
Comment #9
dwwSee #1310130: Put drush make in drush core
See also #322626: META: Package and version non-modules for download which is the real solution to this problem. Drush-related projects shouldn't have the same version strings as modules and themes in the first place.