Add compressed fabfile script, and latest fabfile

This commit is contained in:
Roberto Rosario
2012-06-01 03:54:49 -04:00
parent 2e0b2f6535
commit bfc588fa3e
2 changed files with 3 additions and 0 deletions

BIN
contrib/fabfile.tar.gz Normal file

Binary file not shown.

3
misc/make_fabfile_tar.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
find 'fabfile' -depth -name '*.pyc' -exec rm {} \;
tar -czvf contrib/fabfile.tar.gz fabfile