From c3052cc02cd21bcb4a4d221650e196abaa3e739b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 11 May 2011 22:57:12 -0400 Subject: [PATCH] kill fabfile --- fabfile.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 fabfile.py diff --git a/fabfile.py b/fabfile.py deleted file mode 100644 index 1e25b13..0000000 --- a/fabfile.py +++ /dev/null @@ -1,17 +0,0 @@ -import os -from fabric.api import * - - -def scrub(): - """ Death to the bytecode! """ - local('rm -fr dist build') - local("find . -name \"*.pyc\" -exec rm '{}' ';'") - -def docs(): - """Build docs.""" - os.system('make dirhtml') - os.chdir('_build/dirhtml') - os.system('sphinxtogithub .') - os.system('git add -A') - os.system('git commit -m \'documentation update\'') - os.system('git push origin gh-pages') \ No newline at end of file