diff options
author | Catherine Devlin <catherine.devlin@gmail.com> | 2012-05-26 20:02:41 -0400 |
---|---|---|
committer | Catherine Devlin <catherine.devlin@gmail.com> | 2012-05-26 20:02:41 -0400 |
commit | 720e40f652111da7e6ce1f84b75acb1fe268d2cb (patch) | |
tree | 0a1fd3be30ad0120fd79626638854d57b7f9edde /docs/refresh.bash | |
download | cmd2-git-720e40f652111da7e6ce1f84b75acb1fe268d2cb.tar.gz |
Indicate change in repository host to bitbucket
Diffstat (limited to 'docs/refresh.bash')
-rwxr-xr-x | docs/refresh.bash | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/refresh.bash b/docs/refresh.bash new file mode 100755 index 00000000..d0b86518 --- /dev/null +++ b/docs/refresh.bash @@ -0,0 +1,8 @@ +make html +#scp -r build catherine@$tummy:/var/www/sqlpython +cd _build/html +zip -r cmd2_docs * +mv cmd2_docs.zip ../.. +cd .. +echo "Upload cmd2_docs.zip to http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=cmd2" +scp -r _build/html www-data@$tummy:/var/www/cmd2 |