From ac393520ab169708cabbd1f813cd841e254e4e11 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 14 Nov 2012 18:52:26 +0100 Subject: [PATCH] add warning about missing oxtimelines --- update.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.py b/update.py index 601a7319..ebf84794 100755 --- a/update.py +++ b/update.py @@ -63,6 +63,8 @@ if __name__ == "__main__": current += get('bzr', 'revno') run('bzr', 'pull', repos['oxsubtitles']) new += get('bzr', 'revno') + else: + print "oxtimelines is missing. please run:\n\n\tcd %s\n\tpip -E . install -r requirements.txt\n" % (base) os.chdir(join(base, 'pandora')) if current != new: run('./manage.py', 'update_static')