update oxtimelines

This commit is contained in:
j 2012-11-16 02:41:48 +01:00
parent ead22ed222
commit fafff73f8d

View file

@ -58,10 +58,10 @@ if __name__ == "__main__":
run('bzr', 'pull', repos['python-ox'])
new += get('bzr', 'revno')
if exists(join(base, 'src', 'oxsubtitles')):
os.chdir(join(base, 'src', 'oxsubtitles'))
if exists(join(base, 'src', 'oxtimelines')):
os.chdir(join(base, 'src', 'oxtimelines'))
current += get('bzr', 'revno')
run('bzr', 'pull', repos['oxsubtitles'])
run('bzr', 'pull', repos['oxtimelines'])
new += get('bzr', 'revno')
else:
print "oxtimelines is missing. please run:\n\n\tcd %s\n\tpip -E . install -r requirements.txt\n" % (base)