Posted by hunmonk on November 29, 2009 at 1:57am
| Project: | Drush Make |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | d.o deployment blocker |
Issue Summary
the constant DRUSH_MAKE_UPDATE_DEFAULT_URL should be configurable somehow. preferrably as a command line switch and/or something you can specify in .drushrc.
Comments
#1
attached has been committed to 6.x-2.x. it adds two new switches, --drush-make-update-default-url (the default URL to use for retrieving update XML files) and --drush-make-version-best (the default method drush_make will use to find the best release). both of these use as their default values the constants that were already defined in drush_make.drush.inc for them.
tested this fully, and both a command line switch and an entry in .drushrc.php work beautifully to override the default :)
#2
Automatically closed -- issue fixed for 2 weeks with no activity.