Lines Matching refs:subprocess
36 import subprocess
93 subprocess.check_call(
99 subprocess.check_call('%s sync %s tools/repohooks -j 32 -c' % (
104 subprocess.check_call(
106 subprocess.check_call(
108 subprocess.check_call(
133 subprocess.check_call(
136 subprocess.check_call('git cherry-pick FETCH_HEAD', shell=True)
144 subprocess.check_call('git add %s' % SK_USER_CONFIG_PATH, shell=True)
157 subprocess.check_call('git commit --amend -m "%s"' % new_commit_message,
194 subprocess.check_call('git add %s' % config_file, shell=True)
198 subprocess.check_call('git commit -m "%s"' % message, shell=True)
211 subprocess.check_call('%s start %s .' % (repo_binary, REPO_BRANCH_NAME),
217 subprocess.check_call('%s upload --verify' % repo_binary, shell=True)
222 subprocess.call('%s abandon %s' % (repo_binary, REPO_BRANCH_NAME),