horses-eating-turnips / turnip

OpenSourcery's Drupal starter kit, with a focus on developer collaboration and reusable code.
http://www.opensourcery.com
GNU General Public License v3.0
25 stars 4 forks source link

Remove download_from_test, add PHP-based download_from_production script. #3

Closed adamdicarlo closed 12 years ago

adamdicarlo commented 12 years ago

We don't need download_from_test anymore, because we can always use drush for that. The download_from_production script is still necessary on hosts that can't run drush for some reason (like an inadequate PHP CLI memory_limit).

adamdicarlo commented 12 years ago

Oh, and the reason for rewriting it in PHP is basically just not wanting to get the old perl script working on my Mac...

jhedstrom commented 12 years ago

Getting rid of download_from_test makes sense to me. Too bad there are still hosts we can't run drush on.