Over at #1310130: Put drush make in drush core we decided to move the d.o-specific drush make validation and related code into a separate project:
http://drupal.org/project/drupalorg_drush
I believe we could safely just remove the entire contents of the contrib directory inside drush_make at this point. That should help avoid confusion.
Then, I believe we can move forward making changes to that code and take care of #1365538: Deploy drupalorg_drush and latest drush for distribution packaging system so we can actually deploy the changes ASAP.

Any objections?

Thanks,
-Derek

Comments

jhedstrom’s picture

I think this approach makes the most sense at this time, given that the goal of getting drush make into drush core is moving at a slightly different pace than the d.o. packaging revamp.

dww’s picture

Assigned: Unassigned » dww
Status: Active » Needs review

Not that this needs a patch to review, but I'm talking about:

git rm contrib/drush_make_d_o.convert.inc contrib/drush_make_d_o.drush.inc
git commit -m"#1365572: Remove drupal.org-specific code by jhedstrom, dww: Moved drupal.org-specific code into http://drupal.org/project/drupalorg_drush"
git push

;)

sun’s picture

Automatically closed -- issue fixed for 2 weeks with no activity.