From 1b9658385b60bac4a6474edb3101125e146db12e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 31 Jan 2008 03:30:48 +0000 Subject: [PATCH] --- upload.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/upload.py b/upload.py index ffc1202e1c..d0cd34780e 100644 --- a/upload.py +++ b/upload.py @@ -12,7 +12,7 @@ DOCS = PREFIX+"/httpdocs/apidocs" 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()