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

  /external/libpcap/
gen_version_c.sh 4 if grep GIT "$1" >/dev/null; then
gen_version_header.sh 4 if grep GIT "$1" >/dev/null
  /external/llvm/utils/git-svn/
git-svnrevert 5 echo "$0 <rNNNNNN | git-hash>"
9 if [ -n "$(git status -uno -s --porcelain)" ]; then
11 git status -uno
16 OTHER=$(git svn find-rev "$COMMIT")
18 echo "Error! Could not find an svn/git revision for commit $COMMIT!"
29 GIT=$OTHER
32 GIT=$COMMIT
36 ONE_LINE_MSG=$(git log --oneline $GIT -1 | cut -f2- -d " ")
39 git revert --no-commit $GIT 2>/dev/nul
    [all...]
  /external/skia/infra/bots/
utils.py 21 GIT = 'git.bat' if sys.platform == 'win32' else 'git'
77 subprocess.check_call([GIT, 'clone', repo_url, dest_dir])
81 """Check out a temporary git branch.
91 output = subprocess.check_output([GIT, 'stash'])
96 GIT, 'rev-parse', '--abbrev-ref', 'HEAD']).rstrip()
99 GIT, 'rev-parse', 'HEAD']).rstrip()
102 subprocess.check_call([GIT, 'fetch', 'origin'])
104 subprocess.check_call([GIT, 'checkout', '-b', self._branch
    [all...]
recipes.py 34 # revision (str) - the git revision for the engine to get.
42 # repo_type ("GIT"|"GITILES") - An ignored enum which will be removed soon.
97 engine.setdefault('repo_type', 'GIT')
98 if engine['repo_type'] not in ('GIT', 'GITILES'):
110 GIT = 'git.bat' if sys.platform.startswith(('win', 'cygwin')) else 'git'
119 argv = [GIT]+argv
125 argv = [GIT]+argv
200 # find repo_root with git and calculate recipes_cfg_pat
    [all...]
  /external/skqp/infra/bots/
utils.py 21 GIT = 'git.bat' if sys.platform == 'win32' else 'git'
77 subprocess.check_call([GIT, 'clone', repo_url, dest_dir])
81 """Check out a temporary git branch.
91 output = subprocess.check_output([GIT, 'stash'])
96 GIT, 'rev-parse', '--abbrev-ref', 'HEAD']).rstrip()
99 GIT, 'rev-parse', 'HEAD']).rstrip()
102 subprocess.check_call([GIT, 'fetch', 'origin'])
104 subprocess.check_call([GIT, 'checkout', '-b', self._branch
    [all...]
recipes.py 34 # revision (str) - the git revision for the engine to get.
42 # repo_type ("GIT"|"GITILES") - An ignored enum which will be removed soon.
97 engine.setdefault('repo_type', 'GIT')
98 if engine['repo_type'] not in ('GIT', 'GITILES'):
110 GIT = 'git.bat' if sys.platform.startswith(('win', 'cygwin')) else 'git'
119 argv = [GIT]+argv
125 argv = [GIT]+argv
200 # find repo_root with git and calculate recipes_cfg_pat
    [all...]
  /external/skia/bin/
try.py 27 REPO_INTERNAL = 'https://skia.googlesource.com/internal_test.git'
45 utils.GIT, 'clone', '--mirror', repo, dirname])
47 subprocess.check_call([utils.GIT, 'remote', 'update'])
49 utils.GIT, 'show', 'master:infra/bots/jobs.json']))
117 cmd = ['git', 'cl', 'try', '-B', bucket]
  /external/skqp/bin/
try.py 27 REPO_INTERNAL = 'https://skia.googlesource.com/internal_test.git'
45 utils.GIT, 'clone', '--mirror', repo, dirname])
47 subprocess.check_call([utils.GIT, 'remote', 'update'])
49 utils.GIT, 'show', 'master:infra/bots/jobs.json']))
117 cmd = ['git', 'cl', 'try', '-B', bucket]
  /external/python/cpython3/PCbuild/
build.bat 108 if not exist "%GIT%" where git > "%TEMP%\git.loc" 2> nul && set /P GIT= < "%TEMP%\git.loc" & del "%TEMP%\git.loc"
109 if exist "%GIT%" set GITProperty=/p:GIT="%GIT%"
110 if not exist "%GIT%" echo Cannot find Git on PATH & set GITProperty=
    [all...]
  /external/skia/infra/bots/assets/
asset_utils.py 44 ZIP_BLACKLIST = ['.git', '.svn', '*.pyc', '.DS_STORE']
287 subprocess.check_call([utils.GIT, 'add', self.version_file])
294 utils.GIT, 'commit', '-m', 'Update %s version' % self._name])
295 subprocess.check_call([utils.GIT, 'cl', 'upload', '--bypass-hooks'])
313 subprocess.check_call([utils.GIT, 'add', dst])
336 subprocess.check_call([utils.GIT, 'rm', '-rf', self._dir])
  /external/skqp/infra/bots/assets/
asset_utils.py 44 ZIP_BLACKLIST = ['.git', '.svn', '*.pyc', '.DS_STORE']
287 subprocess.check_call([utils.GIT, 'add', self.version_file])
294 utils.GIT, 'commit', '-m', 'Update %s version' % self._name])
295 subprocess.check_call([utils.GIT, 'cl', 'upload', '--bypass-hooks'])
313 subprocess.check_call([utils.GIT, 'add', dst])
336 subprocess.check_call([utils.GIT, 'rm', '-rf', self._dir])
  /external/python/cpython3/Tools/msi/
buildrelease.bat 68 if not exist "%GIT%" where git > "%TEMP%\git.loc" 2> nul && set /P GIT= < "%TEMP%\git.loc" & del "%TEMP%\git.loc"
69 if not exist "%GIT%" echo Cannot find Git on PATH && exit /B 1
  /external/mesa3d/src/mesa/
Android.gen.mk 75 @echo "GIT-SHA1: $(PRIVATE_MODULE) <= git"
77 $(hide) if which git > /dev/null; then \
78 git --git-dir $(PRIVATE_PATH)/../../.git log -n 1 --oneline | \
79 sed 's/^\([^ ]*\) .*/#define MESA_GIT_SHA1 "git-\1"/' \
  /external/curl/
buildconf.bat 26 rem This batch file must be used to set up a git tree to build on systems where
38 rem Check we are running from a curl git repository
39 if not exist GIT-INFO goto norepo
126 rem Setup c-ares git tree
271 echo Error: This batch file should only be used with a curl git repository
  /external/curl/projects/
generate.bat 39 rem Check we are running from a curl git repository
40 if not exist ..\GIT-INFO goto norepo
437 echo Error: This batch file should only be used from a curl git repository
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 

Completed in 211 milliseconds