Fix updating the win32 python repo.

This commit is contained in:
Cheng Zhao 2013-07-24 18:33:49 +08:00
parent 41f0f9bcf3
commit b91f29429e

View file

@ -71,7 +71,7 @@ def update_win32_python():
subprocess.check_call(['git', 'clone', PYTHON_26_URL]) subprocess.check_call(['git', 'clone', PYTHON_26_URL])
else: else:
with scoped_cwd('python_26'): with scoped_cwd('python_26'):
subprocess.check_call(['git', 'pull', '--rebase']) subprocess.check_call(['git', 'pull', '--rebase', 'origin', 'master'])
def touch_config_gypi(): def touch_config_gypi():