1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

land-remote: Force running in foreground when pushing to master.

This commit is contained in:
Jelmer Vernooij 2010-10-04 13:53:02 +02:00
parent f1b62eaa2c
commit 587315f75d

View File

@ -45,8 +45,8 @@ if not opts.foreground and not opts.email:
sys.exit(1)
if not opts.foreground and opts.push_master:
print "Unable to push to master when not running in foreground."
sys.exit(1)
print "Pushing to master, forcing run in foreground."
opts.foreground = True
if not opts.remote_repo:
print "%s$ mktemp -d" % opts.host