mirror of https://github.com/zulip/zulip.git
Show info on how to remove lockdir in upgrade-deployment
(imported from commit 59984c9b3ce7ef133f0e929836533ae9d6d40707)
This commit is contained in:
parent
f991fbff9e
commit
68954ee89a
|
@ -31,7 +31,7 @@ while time.time() - start_time < 300:
|
|||
got_lock = True
|
||||
break
|
||||
except OSError:
|
||||
print WARNING + "Another deployment in progress; waiting for lock..." + ENDC
|
||||
print WARNING + "Another deployment in progress; waiting for lock... (If no deployment is running, rmdir %s)" % (LOCK_DIR,) + ENDC
|
||||
time.sleep(10)
|
||||
|
||||
if not got_lock:
|
||||
|
|
Loading…
Reference in New Issue