From 4496ba5d89bf4be87f6d4638a057af20aec42a62 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Dec 2007 18:12:22 +0000 Subject: [PATCH] --- upload.py | 1 + 1 file changed, 1 insertion(+) diff --git a/upload.py b/upload.py index fce4268c15..124856cea8 100644 --- a/upload.py +++ b/upload.py @@ -96,6 +96,7 @@ def main(): os.mkdir('docs') check_call("sudo python setup.py develop", shell=True) check_call('make', shell=True) + check_call('svn commit -m "Updated translations" src/libprs500/translations') upload_demo() print 'Building OSX installer...' dmg = build_osx()