HomeSort by relevance Sort by last modified time
    Searched refs:_orig_branch (Results 1 - 2 of 2) sorted by null

  /external/skia/infra/bots/
utils.py 87 self._orig_branch = None
95 self._orig_branch = subprocess.check_output([
97 if self._orig_branch == 'HEAD':
98 self._orig_branch = subprocess.check_output([
110 subprocess.check_call([GIT, 'checkout', self._orig_branch])
  /external/skqp/infra/bots/
utils.py 87 self._orig_branch = None
95 self._orig_branch = subprocess.check_output([
97 if self._orig_branch == 'HEAD':
98 self._orig_branch = subprocess.check_output([
110 subprocess.check_call([GIT, 'checkout', self._orig_branch])

Completed in 73 milliseconds