IGN:Tag release

This commit is contained in:
Kovid Goyal 2008-05-24 19:10:38 -07:00
parent 36a468dd5f
commit ecb773c72f

View File

@ -22,7 +22,7 @@ check_call = partial(_check_call, shell=True)
def tag_release(): def tag_release():
print 'Tagging release' print 'Tagging release'
check_call('bzr tag '+__version__) check_call('bzr tag '+__version__)
check_call('bzr commit -m "Updated translations"') check_call('bzr commit --unchanged -m "IGN:Tag release"')
def build_installer(installer, vm, timeout=25): def build_installer(installer, vm, timeout=25):
if os.path.exists(installer): if os.path.exists(installer):