]> scripts.mit.edu Git - wizard.git/commitdiff
Fix import bug and pull.sh bug.
authorEdward Z. Yang <ezyang@mit.edu>
Mon, 5 Jul 2010 17:49:48 +0000 (10:49 -0700)
committerEdward Z. Yang <ezyang@mit.edu>
Mon, 5 Jul 2010 17:49:48 +0000 (10:49 -0700)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
pull.sh
wizard/app/wordpress.py

diff --git a/pull.sh b/pull.sh
index 0c1b57b1c883492ec43177c1357aba61b0458d7a..603166e4edf9460efafdf791c947cf6fbc604c36 100755 (executable)
--- a/pull.sh
+++ b/pull.sh
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/sh -e
 aklog
-cd /mit/scripts/wizard
+cd /afs/athena.mit.edu/contrib/scripts/wizard
 git pull
 python setup.py egg_info
 cd plugins/scripts
index 5c9b9bb0980d0199431da8bc2ea4ab38a7496e74..59ed4635e386183e08bbef12836401057f32c12f 100644 (file)
@@ -2,6 +2,7 @@ import os
 import re
 import logging
 import distutils
+import distutils.version
 import urlparse
 import hashlib
 import sqlalchemy.exc