Lines Matching refs:check_call
31 subprocess.check_call(['git', 'config', '--local', k, v])
36 subprocess.check_call(
39 subprocess.check_call(['git', 'config', '--local', '--unset', k])
60 subprocess.check_call(['git', 'reset', '--hard', 'HEAD'])
61 subprocess.check_call(['git', 'checkout', 'master'])
63 subprocess.check_call(['git', 'branch', '-D', self._branch_name])
64 subprocess.check_call(['git', 'checkout', '-b', self._branch_name,
70 subprocess.check_call(['git', 'commit', '-a', '-m', self._commit_msg])
82 subprocess.check_call(upload_cmd)
94 subprocess.check_call(['git', 'checkout', 'master'])
96 subprocess.check_call(['git', 'branch', '-D', self._branch_name])