Lines Matching refs:shell
96 % (repo_binary, ANDROID_REPO_URL), shell=True)
100 repo_binary, SKIA_PATH_IN_ANDROID), shell=True)
105 'git config remote.goog.review %s/' % ANDROID_REPO_URL, shell=True)
107 'git config review.%s/.autoupload true' % ANDROID_REPO_URL, shell=True)
109 'git config user.email %s@google.com' % getpass.getuser(), shell=True)
135 shell=True)
136 subprocess.check_call('git cherry-pick FETCH_HEAD', shell=True)
144 subprocess.check_call('git add %s' % SK_USER_CONFIG_PATH, shell=True)
158 shell=True)
194 subprocess.check_call('git add %s' % config_file, shell=True)
198 subprocess.check_call('git commit -m "%s"' % message, shell=True)
212 shell=True)
217 subprocess.check_call('%s upload --verify' % repo_binary, shell=True)
223 shell=True)