From 3ba16900e6e6e55352cd9ff04ebdef8acc3d5ef3 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 13 Jan 2016 23:16:24 +0530 Subject: [PATCH] no geo --- oml/commands.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oml/commands.py b/oml/commands.py index 9975999..a1dce28 100644 --- a/oml/commands.py +++ b/oml/commands.py @@ -120,7 +120,7 @@ def command_update_static(*args): r('git', 'clone', 'https://git.0x2620.org/oxjs.git', oxjs) elif os.path.exists(os.path.join(oxjs, '.git')): os.system('cd "%s" && git pull' % oxjs) - r('python3', os.path.join(oxjs, 'tools', 'build', 'build.py')) + r('python3', os.path.join(oxjs, 'tools', 'build', 'build.py'), '-nogeo') r('python3', os.path.join(settings.static_path, 'py', 'build.py')) reader = os.path.join(settings.base_dir, '..', 'reader') if not os.path.exists(reader): @@ -166,7 +166,8 @@ def command_release(*args): EXCLUDE=[ '--exclude', '.git', '--exclude', '.bzr', '--exclude', 'pip_cache', - '--exclude', '.*.swp', '--exclude', '._*', '--exclude', '.DS_Store' + '--exclude', '.*.swp', '--exclude', '._*', '--exclude', '.DS_Store', + '--exclude', 'Geo/png' ] #run('./ctl', 'update_static')