Hostmaster2 status and drush
Hey everyone.
What's the current of Hostmaster2? Is there still someone working on it?
I won't be able to do much work on drush in the upcoming half year as I'll be a lot less active in this time. I'll still read this group and the drush issue queue from time to time, but won't be able to actually commit patches. Nevertheless, I still think that having Hostmaster2 based on drush is a great thing. So I'd suggest that whoever is working on Hostmaster2 just sends a short message to Arto asking him for CVS access. Moshe also did a few commits on drush recently, so he might be someone to talk to about drush related things, too.
Read moreHostmaster 2 requirements on Drush
These are notes posted by Adrian, following some initial code development based in part on Drush.
The requirements I had for Drush were
1) required parameter handling. In the form of
./drush.php provision $urlhere
This is already implemented it turns out, so that when you define a command
called 'provision', any extra parameters are automatically passed to the callback.
2) multiple Drupal systems through a central drush.php
This also already exists, via a -path argument. More on this later.
3) Force loading of modules.
Read more


