forked from 0x2620/pandora
fix #2438
This commit is contained in:
parent
18d5d15293
commit
29f6771a4b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ if __name__ == "__main__":
|
||||||
os.chdir(base)
|
os.chdir(base)
|
||||||
run('./update.py', 'postupdate', pandora_old_revno, pandora_new_revno)
|
run('./update.py', 'postupdate', pandora_old_revno, pandora_new_revno)
|
||||||
if not development:
|
if not development:
|
||||||
print 'pan.do/ra is at the latest stable release, you can run "./update dev" to update to the development version'
|
print 'pan.do/ra is at the latest stable release, you can run "./update.py dev" to update to the development version'
|
||||||
os.chdir(join(base, 'pandora'))
|
os.chdir(join(base, 'pandora'))
|
||||||
diff = get('./manage.py', 'sqldiff', '-a').strip()
|
diff = get('./manage.py', 'sqldiff', '-a').strip()
|
||||||
if diff != '-- No differences':
|
if diff != '-- No differences':
|
||||||
|
|
Loading…
Reference in a new issue