Boone Putney bio photo

Boone Putney

Software Development
Random Musings
Austin, Texas

HumanPlanet Soleer

Email LinkedIn Github

Posts Tagged “fabric”

Fabric: Use Bash Shell for Local Command

I love the fabric python library for project deployment and administration tasks. Its default of using /bin/sh as the shell for the “local()” function seems...

Fabfile for pulling remote MySQL databases

I’m a firm believer in automating any task that I’m going to do more than once. Frequently I need to sync the databases on my local development environment ...