Searched full:checkout (Results 1 – 25 of 607) sorted by relevance
12345678910>>...25
/external/skqp/infra/bots/ |
D | git_utils.py | 61 subprocess.check_call(['git', 'checkout', 'master']) 64 subprocess.check_call(['git', 'checkout', '-b', self._branch_name, 94 subprocess.check_call(['git', 'checkout', 'master']) 100 """Creates a new local checkout of a Git repository.""" 105 Because this is a new checkout, rather than a reference to an existing 106 checkout on disk, it is safe to assume that the calling thread is the 107 only thread manipulating the checkout. 111 with NewGitCheckout(*args) as checkout: 112 # use checkout instance 113 # the checkout is automatically cleaned up here [all …]
|
/external/skia/infra/bots/ |
D | git_utils.py | 61 subprocess.check_call(['git', 'checkout', 'master']) 64 subprocess.check_call(['git', 'checkout', '-b', self._branch_name, 94 subprocess.check_call(['git', 'checkout', 'master']) 100 """Creates a new local checkout of a Git repository.""" 105 Because this is a new checkout, rather than a reference to an existing 106 checkout on disk, it is safe to assume that the calling thread is the 107 only thread manipulating the checkout. 111 with NewGitCheckout(*args) as checkout: 112 # use checkout instance 113 # the checkout is automatically cleaned up here [all …]
|
/external/harfbuzz_ng/.circleci/ |
D | config.yml | 9 - checkout 19 - checkout 29 - checkout 41 - checkout 52 - checkout 64 - checkout 77 - checkout 88 - checkout 100 - checkout 116 - checkout [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/ |
D | GitHubMove.rst | 119 given checkout matches a given set of results." [TrickRevNum]_ 221 developer interested only in compiler-rt can checkout only this repository, 315 * :ref:`Checkout/Clone a Single Project, without Commit Access <workflow-checkout-commit>`. 316 * :ref:`Checkout/Clone a Single Project, with Commit Access <workflow-multicheckout-nocommit>`. 317 * :ref:`Checkout/Clone Multiple Projects, with Commit Access <workflow-multicheckout-multicommit>`. 332 Putting all sub-projects in a single checkout makes cross-project refactoring 444 * :ref:`Checkout/Clone a Single Project, without Commit Access <workflow-checkout-commit>`. 445 * :ref:`Checkout/Clone a Single Project, with Commit Access <workflow-monocheckout-nocommit>`. 446 * :ref:`Checkout/Clone Multiple Projects, with Commit Access <workflow-monocheckout-multicommit>`. 481 .. _workflow-checkout-commit: [all …]
|
/external/wayland-protocols/ |
D | README.android | 7 1. Checkout the upstream sources to a working directory if you haven't 10 or otherwise pull down the latest changes if you have a checkout. 12 `git checkout $TAG` 14 checkout. A tool such as `meld` can be used to view and apply the 27 1. Checkout Chromium sources if you haven't already with 29 otherwise pull down the latest changes. This is a large checkout 33 src/third_party/wayland-protocols from your checkout. In particular these
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/llvm_checksum/ |
D | project_tree.py | 14 """An LLVM project with a descriptive name and a relative checkout path. 30 checkout_root: root of the LLVM checkout. 31 all_projects: projects in the LLVM checkout. 57 """Returns a list of LLVMProject instances, describing relative paths of a typical LLVM checkout. 62 source tree checkout. 69 # Projects that reside inside 'projects/' in a single source tree checkout. 74 # Projects that reside inside 'tools/' in a single source tree checkout.
|
/external/grpc-grpc/templates/tools/dockerfile/ |
D | clang_update.include | 5 cd llvm && git checkout ad57503 && cd .. 7 cd clang && git checkout ad2c56e && cd .. 9 cd compiler-rt && git checkout 3176922 && cd .. 12 git checkout c288525 && cd .. 14 cd libcxx && git checkout fda3549 && cd .. 16 cd libcxxabi && git checkout 8d4e51d && cd ..
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/ |
D | checkout.sh | 2 #===- llvm/utils/docker/scripts/checkout.sh ---------------------===// 15 Usage: checkout.sh [options] 17 Checkout svn sources into /tmp/clang-build/src. Used inside a docker container. 21 -b|--branch svn branch to checkout, i.e. 'trunk', 24 -r|--revision svn revision to checkout 29 -p|--llvm-project name of an svn project to checkout. 40 # We always checkout llvm 166 echo "Validating checksums for LLVM checkout..."
|
/external/v8/tools/node/ |
D | backport_node.py | 7 Use this script to cherry-pick a V8 commit to backport to a Node.js checkout. 10 - Node.js checkout to backport to. 11 - V8 checkout that contains the commit to cherry-pick. 17 the Node.js checkout, increment patch level, and copy over the original 21 --no-review Run `gclient sync` on the V8 checkout before updating. 92 ["git", "checkout", "-b", "backport_%s" % shorthash], # new branch 101 parser.add_argument("v8_path", help="Path to V8 checkout") 102 parser.add_argument("node_path", help="Path to Node.js checkout")
|
D | update_node.py | 7 Use this script to update V8 in a Node.js checkout. 10 - Node.js checkout in which V8 should be updated. 11 - V8 checkout at the commit to which Node.js should be updated. 21 --gclient Run `gclient sync` on the V8 checkout before updating. 22 --commit Create commit with the updated V8 in the Node.js checkout. 23 --with-patch Also include currently staged files in the V8 checkout. 103 git_args.append(["checkout", "-f", "FETCH_HEAD"]) # switch to that branch 144 ["git", "checkout", "-b", "update_v8_to_%s" % githash], # new branch 153 parser.add_argument("v8_path", help="Path to V8 checkout") 154 parser.add_argument("node_path", help="Path to Node.js checkout")
|
/external/libcxx/utils/docker/scripts/ |
D | checkout_git.sh | 2 #===- llvm/utils/docker/scripts/checkout.sh ---------------------===// 15 Usage: checkout.sh [options] 17 Checkout svn sources into /tmp/clang-build/src. Used inside a docker container. 21 -b|--branch svn branch to checkout, i.e. 'trunk', 24 -p|--llvm-project name of an svn project to checkout. 33 # We always checkout llvm 90 echo "Must specify checkout directory using --to"
|
/external/seccomp-tests/ |
D | README.md | 19 a checkout. 37 git checkout -b update-YYYYMMDD upstream-linux/master 49 git checkout -b upstream-master aosp/upstream-master 76 If you already have a Linux kernel checkout, you can skip adding Linux as a remote and instead 77 perform steps 1-3 of "Updating the Source" in the kernel checkout. Then simply fetch the filtered 79 copying the entire kernel history into your local checkout.
|
/external/skqp/infra/bots/recipes/ |
D | check_generated_files.py | 17 'checkout', 25 # Checkout, compile, etc. 27 checkout_root = api.checkout.default_checkout_root 28 api.checkout.bot_update(checkout_root=checkout_root) 32 cwd = api.path['checkout']
|
D | housekeeper.py | 13 'checkout', 25 # Checkout, compile, etc. 27 checkout_root = api.checkout.default_checkout_root 28 api.checkout.bot_update(checkout_root=checkout_root)
|
/external/skia/infra/bots/recipes/ |
D | check_generated_files.py | 17 'checkout', 25 # Checkout, compile, etc. 27 checkout_root = api.checkout.default_checkout_root 28 api.checkout.bot_update(checkout_root=checkout_root) 32 cwd = api.path['checkout']
|
D | housekeeper.py | 13 'checkout', 25 # Checkout, compile, etc. 27 checkout_root = api.checkout.default_checkout_root 28 api.checkout.bot_update(checkout_root=checkout_root)
|
/external/grpc-grpc/tools/dockerfile/test/fuzzer/ |
D | Dockerfile | 86 cd llvm && git checkout ad57503 && cd .. 88 cd clang && git checkout ad2c56e && cd .. 90 cd compiler-rt && git checkout 3176922 && cd .. 93 git checkout c288525 && cd .. 95 cd libcxx && git checkout fda3549 && cd .. 97 cd libcxxabi && git checkout 8d4e51d && cd ..
|
/external/grpc-grpc/tools/interop_matrix/ |
D | create_matrix_images.py | 60 help='github commit tag to checkout. When building all ' 96 'directory will removed before a clean checkout, because ' 97 'reusing the repo can cause git checkout error if you switch ' 209 # If we not using current tree or the sibling for grpc stack, do checkout. 317 jobset.message('START', 'Removing git checkout root.', do_newline=True) 325 # git checkout. 328 'git checkout %s from %s' % (release, stack_base), 330 # We should NEVER do checkout on current tree !!! 333 ['git', 'checkout', release], cwd=stack_base, stderr=subprocess.STDOUT) 338 'git checkout',
|
/external/skia/infra/bots/recipe_modules/checkout/ |
D | api.py | 21 """Run the steps to perform a pure-git checkout without DEPS.""" 23 self.m.git.checkout( 28 self.m.git('checkout', 'FETCH_HEAD') 36 """Run the steps to obtain a checkout using bot_update. 43 checkout_flutter: If True, will checkout flutter in addition to the 62 # Create the checkout path if necessary.
|
/external/skqp/infra/bots/recipe_modules/checkout/ |
D | api.py | 21 """Run the steps to perform a pure-git checkout without DEPS.""" 23 self.m.git.checkout( 28 self.m.git('checkout', 'FETCH_HEAD') 36 """Run the steps to obtain a checkout using bot_update. 43 checkout_flutter: If True, will checkout flutter in addition to the 62 # Create the checkout path if necessary.
|
/external/clang/ |
D | ToolchainPrebuilts.md | 49 git checkout -b clean_master <SHA_FOR_SQUASH> 50 git checkout working_dev 59 git checkout -b clean_master aosp/master 60 git checkout working_dev 94 git checkout -b clean_master aosp/master 95 git checkout working_dev 106 git checkout --detach
|
/external/skqp/infra/bots/recipe_modules/checkout/examples/full.expected/ |
D | Build-Debian9-Clang-x86_64-Release-NoDEPS.json | 33 "checkout", 39 "name": "git checkout" 81 "checkout", 86 "name": "git checkout (2)"
|
/external/skia/infra/bots/recipe_modules/checkout/examples/full.expected/ |
D | Build-Debian9-Clang-x86_64-Release-NoDEPS.json | 33 "checkout", 39 "name": "git checkout" 81 "checkout", 86 "name": "git checkout (2)"
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/ |
D | build_docker_image.sh | 30 Checkout arguments: 31 -b|--branch svn branch to checkout, i.e. 'trunk', 34 -r|--revision svn revision to checkout 39 -p|--llvm-project name of an svn project to checkout. Will also add the 45 -c|--checksums name of a file, containing checksums of llvm checkout. 46 Script will fail if checksums of the checkout do not
|
/external/toolchain-utils/cros_utils/ |
D | manifest_versions.py | 72 'git checkout -f $(git rev-list' + 77 logger.GetLogger().LogFatal('Failed to checkout manifest at ' 107 'git checkout master' 120 'git checkout -f $(git rev-list' + 125 logger.GetLogger().LogFatal('Failed to checkout manifest at ' 134 'git checkout master'
|
12345678910>>...25