add warning about missing oxtimelines

This commit is contained in:
j 2012-11-14 18:52:26 +01:00
parent d4af01a905
commit ac393520ab
1 changed files with 2 additions and 0 deletions

View File

@ -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')