docs/publish.sh @ f97c78fac690

Installation troubleshooting notice.
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Feb 2012 14:34:42 -0500
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