/external/llvm/utils/git-svn/ |
D | git-svnup | 3 if [ -n "`git status -uno -s --porcelain`" ]; then 5 git status -uno 10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD) 12 git svn rebase -l
|
D | git-svnrevert | 3 if [ $# -ne 1 ]; then 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") 17 if [ $? -ne 0 ] || [ "$OTHER" = "" ]; then 23 echo " * This commit in in another three (llvm, clang, compiler-rt, etc)" 27 if [ -n "$(echo $COMMIT | grep '^r[0-9]\+')" ]; then 28 SVN=`echo $COMMIT | sed -e 's/^r//'` 36 ONE_LINE_MSG=$(git log --oneline $GIT -1 | cut -f2- -d " ") [all …]
|
/external/golang-protobuf/ |
D | .travis.yml | 4 - 1.9.x 5 - 1.10.x 6 - 1.11.x 7 - 1.12.x 8 - 1.13.x 9 - 1.14.x 10 - 1.x 13 - go get -v -d google.golang.org/grpc 14 - go get -v -d -t github.com/golang/protobuf/... 15 …- curl -L https://github.com/google/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.… [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/ |
D | check_qps_scenario_changes.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 24 subprocess.call(['buildifier', '-v', '-r', '.']) 26 output = subprocess.check_output(['git', 'status', '--porcelain'])
|
/external/grpc-grpc/tools/run_tests/sanity/ |
D | check_qps_scenario_changes.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 25 output = subprocess.check_output(['git', 'status', '--porcelain'])
|
/external/python/asn1crypto/dev/ |
D | release.py | 1 # coding: utf-8 15 Creates a sdist .tar.gz and a bdist_wheel --univeral .whl and uploads 19 A bool - if the packaging and upload process was successful 23 ['git', 'status', '--porcelain', '-uno'], 31 print(git_wc_status.decode('utf-8').rstrip(), file=sys.stderr) 36 ['git', 'tag', '-l', '--contains', 'HEAD'], 44 print(tag_error.decode('utf-8').rstrip(), file=sys.stderr) 56 twine.cli.dispatch(['upload', 'dist/%s-%s*' % (package_name, tag)]) 58 twine.cli.dispatch(['upload', 'dist/%s_tests-%s*' % (package_name, tag)])
|
D | coverage.py | 1 # coding: utf-8 42 If coverage is being run in a CI environment - this triggers trying to 46 A bool - if the tests ran successfully 114 A two-element tuple of unicode strings. The first is the name of the 116 will be one of: "ci-travis", "ci-circle", "ci-appveyor", 117 "ci-github-actions", "local" 121 return ('ci-travis', os.getenv('TRAVIS_BUILD_DIR')) 124 return ('ci-appveyor', os.getenv('APPVEYOR_BUILD_FOLDER')) 127 return ('ci-circle', os.getcwdu() if sys.version_info < (3,) else os.getcwd()) 130 return ('ci-github-actions', os.getenv('GITHUB_WORKSPACE')) [all …]
|
/external/pdfium/testing/tools/ |
D | githelper.py | 2 # Use of this source code is governed by a BSD-style license that can be 8 # pylint: disable=relative-import 29 output = RunCommandPropagateErr(['git', 'stash', '--include-untracked'], 41 self.stashed -= 1 45 return RunCommandPropagateErr(['git', 'rev-parse', '--abbrev-ref', 'HEAD'], 49 return RunCommandPropagateErr(['git', 'rev-parse', 'HEAD'], 53 output = RunCommandPropagateErr(['git', 'status', '--porcelain'], 60 ['git', 'rev-parse', '--verify', branch_name])
|
/external/libnl/tools/ |
D | build_release.sh | 5 # - create new commit, bumping version number 6 # - run this script 7 # - check all is good 8 # - tag the commit (signed) 9 # git tag -m 'libnl-3.2.26-rc1' -s libnl3_2_26rc1 HEAD 10 # - publish the tarballs 11 # - push the commit to github 12 # - publish the tag on github 13 # - publish the tarballs on github 14 # - send ANN email [all …]
|
/external/grpc-grpc-java/buildscripts/kokoro/ |
D | unix.sh | 11 # This script assumes `set -e`. Removing it may lead to undefined behavior. 12 set -exu -o pipefail 14 # It would be nicer to use 'readlink -f' here but osx does not support it. 17 if [[ -f /VERSION ]]; then 21 # cd to the root dir of grpc-java 27 ARCH="${ARCH:-64}" 32 GRADLE_FLAGS="${GRADLE_FLAGS:-}" 33 GRADLE_FLAGS+=" -PtargetArch=x86_$ARCH $GRADLE_FLAGS" 34 GRADLE_FLAGS+=" -Pcheckstyle.ignoreFailures=false" 35 GRADLE_FLAGS+=" -PfailOnWarnings=true" [all …]
|
/external/grpc-grpc-java/ |
D | .travis.yml | 7 - GRADLE_OPTS=-Xmx512m 8 - LDFLAGS=-L/tmp/protobuf/lib 9 - CXXFLAGS=-I/tmp/protobuf/include 10 - LD_LIBRARY_PATH=/tmp/protobuf/lib 13 - rm ~/.m2/settings.xml || true # Avoid repository.apache.org, which has QPS limits and is useless 14 - mkdir -p $HOME/.gradle/caches && 15 ln -s /tmp/gradle-caches-modules-2 $HOME/.gradle/caches/modules-2 16 - mkdir -p $HOME/.gradle && 17 ln -s /tmp/gradle-wrapper $HOME/.gradle/wrapper 18 - buildscripts/make_dependencies.sh # build protoc into /tmp/protobuf [all …]
|
/external/python/cpython2/ |
D | .travis.yml | 6 # To cache doc-building dependencies and C compiler output. 8 - pip 9 - ccache 13 # Use -O3 because we don't use debugger on Travis-CI 14 - CFLAGS="-O3" 18 - master 19 - /^\d\.\d$/ 20 - buildbot-custom 25 - env: OPTIONAL=true 27 - os: linux [all …]
|
/external/pigweed/pw_package/py/pw_package/ |
D | git_repo.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 14 """Install and check status of Git repository-based packages.""" 30 repo: PathOrStr = '.') -> str: 31 return subprocess.run(['git', '-C', repo, *args], 38 repo: PathOrStr = '.') -> subprocess.CompletedProcess: 39 return subprocess.run(['git', '-C', repo, *args], check=True) 43 """Install and check status of Git repository-based packages.""" 49 def status(self, path: pathlib.Path) -> bool: 53 remote = git_stdout('remote', 'get-url', 'origin', repo=path) 64 commit = git_stdout('rev-parse', 'HEAD', repo=path) [all …]
|
/external/python/cpython3/.github/workflows/ |
D | build.yml | 3 # bpo-40548: "paths-ignore" is not used to skip documentation-only PRs, because 5 # mandatory but not scheduled because of "paths-ignore". 9 - master 10 - 3.9 11 - 3.8 12 - 3.7 15 - master 16 - 3.9 17 - 3.8 18 - 3.7 [all …]
|
/external/perfetto/tools/ |
D | run_test_like_ci | 8 # http://www.apache.org/licenses/LICENSE-2.0 77 '--runner', 82 '--build', 87 '--confirm', 92 '--no-confirm', 99 git_cmd = ['git', '-C', REPO_ROOT, 'status', '--porcelain'] 105 print('I suggest you stop, commit and then re-run this script') 113 check_call(('make', '-C', os.path.join(REPO_ROOT, 'infra', 115 'BUILDER=%s' % args.runner, 'build-sandbox')) 117 bundle_path = '/tmp/perfetto-ci.bundle' [all …]
|
/external/freetype/src/tools/ |
D | make_distribution_archives.py | 24 return out.decode("utf-8").rstrip() 29 out = get_cmd_output(["git", "status", "--porcelain"], cwd=git_dir) 37 "--source_dir", default=_TOP_DIR, help="Source directory path." 41 "--version", 49 "--gnu-config-dir", 57 "--build-dir", 62 "--ignore-clean-check", 97 # cleaned up on script exit by default, unless --build-dir=DIR is used, 114 build_dir = tempfile.mkdtemp(prefix="freetype-dist-") 121 # Copy all source files known to git into $BUILD_DIR/freetype-$VERSION [all …]
|
/external/python/cpython3/ |
D | .travis.yml | 4 # To cache doc-building dependencies and C compiler output. 6 - pip 7 - ccache 8 - directories: 9 - $HOME/multissl 13 - OPENSSL=1.1.1f 14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}" 15 - PATH="${OPENSSL_DIR}/bin:$PATH" 16 - CFLAGS="-I${OPENSSL_DIR}/include" 17 - LDFLAGS="-L${OPENSSL_DIR}/lib" [all …]
|
/external/python/cpython2/Tools/scripts/ |
D | patchcheck.py | 48 cmd = "git rev-parse --abbrev-ref HEAD".split() 60 cmd = "git remote get-url upstream".split() 96 cmd = 'git diff --name-status ' + base_branch 98 cmd = 'git status --porcelain' 109 if ' -> ' in filename: 111 filename = filename.split(' -> ', 2)[1].strip()
|
/external/python/cpython3/Tools/scripts/ |
D | patchcheck.py | 49 cmd = "git rev-parse --abbrev-ref HEAD".split() 63 cmd = "git remote get-url upstream".split() 101 cmd = 'git diff --name-status ' + base_branch 103 cmd = 'git status --porcelain' 115 if ' -> ' in filename: 117 filename = filename.split(' -> ', 2)[1].strip() 279 parser.add_argument('--travis',
|
/external/libyuv/files/tools_libyuv/autoroller/ |
D | roll_deps.py | 4 # Use of this source code is governed by a BSD-style license 39 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$') 96 sys.exit(-1) 233 - If a shared dependency with the Chromium DEPS file: roll it to the same 235 - If it's a Chromium sub-directory, roll it to the HEAD revision (notice 238 - If it's another DEPS entry (not shared with Chromium), roll it to HEAD 259 stdout, _ = _RunCommand(['git', 'ls-remote', libyuv_deps_entry.url, 322 # TBR needs to be non-empty for Gerrit to process it. 352 ['gclient', 'setdep', '--revision', '%s@%s' % (dep.path, dep.new_rev)], 357 stdout, _ = _RunCommand(['git', 'status', '--porcelain']) [all …]
|
/external/bcc/scripts/ |
D | git-clang-format | 3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===# 10 #===------------------------------------------------------------------------===# 13 clang-format git integration 16 This file provides a clang-format integration for git. Put it somewhere in your 17 path and ensure that it is executable. Then, "git clang-format" will invoke 18 clang-format on the changes in current files or a specific commit. 21 git clang-format -h 35 usage = 'git clang-format [OPTIONS] [<commit>] [--] [<file>...]' 38 Run clang-format on all lines that differ between the working directory 42 The following git-config settings set the default of the corresponding option: [all …]
|
/external/toolchain-utils/toolchain_utils_githooks/ |
D | check-presubmit.py | 2 # -*- coding: utf-8 -*- 5 # Use of this source code is governed by a BSD-style license that can be 27 env: t.Dict[str, str] = None) -> t.Tuple[int, str]: 40 return exit_code, stdout.decode('utf-8', 'replace') 43 def has_executable_on_path(exe: str) -> bool: 48 def escape_command(command: t.Iterable[str]) -> str: 49 """Returns a human-readable and copy-pastable shell command. 56 def remove_deleted_files(files: t.Iterable[str]) -> t.List[str]: 60 def is_file_executable(file_path: str) -> bool: 65 # toolchain-utils/. Add that to PYTHONPATH to ensure that things like `cros [all …]
|
D | check-presubmit | 2 # -*- coding: utf-8 -*- 5 # Use of this source code is governed by a BSD-style license that can be 27 env: t.Dict[str, str] = None) -> t.Tuple[int, str]: 40 return exit_code, stdout.decode('utf-8', 'replace') 43 def has_executable_on_path(exe: str) -> bool: 48 def escape_command(command: t.Iterable[str]) -> str: 49 """Returns a human-readable and copy-pastable shell command. 56 def remove_deleted_files(files: t.Iterable[str]) -> t.List[str]: 60 def is_file_executable(file_path: str) -> bool: 65 # toolchain-utils/. Add that to PYTHONPATH to ensure that things like `cros [all …]
|
/external/llvm-project/clang/tools/clang-format/ |
D | git-clang-format | 3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===# 7 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 9 #===------------------------------------------------------------------------===# 12 clang-format git integration 15 This file provides a clang-format integration for git. Put it somewhere in your 16 path and ensure that it is executable. Then, "git clang-format" will invoke 17 clang-format on the changes in current files or a specific commit. 20 git clang-format -h 35 usage = 'git clang-format [OPTIONS] [<commit>] [<commit>] [--] [<file>...]' 38 If zero or one commits are given, run clang-format on all lines that differ [all …]
|
/external/clang/tools/clang-format/ |
D | git-clang-format | 3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===# 10 #===------------------------------------------------------------------------===# 13 clang-format git integration 16 This file provides a clang-format integration for git. Put it somewhere in your 17 path and ensure that it is executable. Then, "git clang-format" will invoke 18 clang-format on the changes in current files or a specific commit. 21 git clang-format -h 35 usage = 'git clang-format [OPTIONS] [<commit>] [<commit>] [--] [<file>...]' 38 If zero or one commits are given, run clang-format on all lines that differ 42 If two commits are given (requires --diff), run clang-format on all lines in the [all …]
|