mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-27 06:13:07 +02:00
This commit is contained in:
parent
656c9a6b18
commit
1b9658385b
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
HTML2LRF = "src/libprs500/ebooks/lrf/html/demo"
|
||||
TXT2LRF = "src/libprs500/ebooks/lrf/txt/demo"
|
||||
check_call = partial(_check_call, shell=True)
|
||||
h = Host(hostType=VIX_SERVICEPROVIDER_VMWARE_WORKSTATION)
|
||||
#h = Host(hostType=VIX_SERVICEPROVIDER_VMWARE_WORKSTATION)
|
||||
|
||||
def tag_release():
|
||||
from libprs500 import __version__
|
||||
|
|
@ -88,6 +88,7 @@ def main():
|
|||
check_call("sudo python setup.py develop", shell=True)
|
||||
check_call('make', shell=True)
|
||||
check_call('svn commit -m "Updated translations" src/libprs500/translations')
|
||||
tag_release()
|
||||
upload_demo()
|
||||
print 'Building OSX installer...'
|
||||
dmg = build_osx()
|
||||
|
|
|
|||
Loading…
Reference in a new issue