686 |
# checkin changes |
# checkin changes |
687 |
subprocess.check_call(['mgarepo', 'ci', '-m', 'new version %s' % options.version], cwd=cwd) |
subprocess.check_call(['mgarepo', 'ci', '-m', 'new version %s' % options.version], cwd=cwd) |
688 |
# and submit |
# and submit |
689 |
subprocess.check_call(['mgarepo', 'submit'], cwd=cwd) |
# XXX HACK NOT TO AUTO SUBMIT ATM |
690 |
|
if options.hexdigest is None: |
691 |
|
subprocess.check_call(['mgarepo', 'submit'], cwd=cwd) |
692 |
except subprocess.CalledProcessError: |
except subprocess.CalledProcessError: |
693 |
sys.exit(1) |
sys.exit(1) |
694 |
|
|