mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Tag release
This commit is contained in:
parent
36a468dd5f
commit
ecb773c72f
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user