From: Cheng Zhao Date: Wed, 24 Jul 2013 10:33:49 +0000 (+0800) Subject: Fix updating the win32 python repo. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b91f29429ecee365f4f896a1b87e28d1e5e52977;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Fix updating the win32 python repo. --- diff --git a/script/bootstrap.py b/script/bootstrap.py index 99f4c91..3768db4 100755 --- a/script/bootstrap.py +++ b/script/bootstrap.py @@ -71,7 +71,7 @@ def update_win32_python(): subprocess.check_call(['git', 'clone', PYTHON_26_URL]) else: with scoped_cwd('python_26'): - subprocess.check_call(['git', 'pull', '--rebase']) + subprocess.check_call(['git', 'pull', '--rebase', 'origin', 'master']) def touch_config_gypi():