Swapped argparse module for optparse module
To lower the minimum python requirements the argparse module (2.7+)
is swapped for the optparse module.
author |
Mattijs Hoitink <mattijs@monkeyandmachine.com> |
date |
Fri, 17 Feb 2012 15:00:22 +0100 |
parents |
a8d51959358b |
children |
895de4f8db57 |
#!/usr/bin/env bash
rm -rf ./build
~/lib/virtualenvs/d/bin/python ../bin/d
hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -a ./build/ ~/src/sjl.bitbucket.org/d
hg -R ~/src/sjl.bitbucket.org commit -Am 'd: Update site.'
hg -R ~/src/sjl.bitbucket.org push