Searched full:checkout (Results 1 – 25 of 916) sorted by relevance
12345678910>>...37
/external/okio/.github/workflows/ |
D | build.yml | 26 - name: Checkout 27 uses: actions/checkout@v2 52 - name: Checkout 53 uses: actions/checkout@v2 71 - name: Checkout 72 uses: actions/checkout@v2 92 - name: Checkout 93 uses: actions/checkout@v2 113 - name: Checkout 114 uses: actions/checkout@v2 [all …]
|
/external/zstd/.github/workflows/ |
D | generic-dev.yml | 28 - uses: actions/checkout@v2 35 - uses: actions/checkout@v2 42 - uses: actions/checkout@v2 56 - uses: actions/checkout@v2 67 - uses: actions/checkout@v2 78 - uses: actions/checkout@v2 90 - uses: actions/checkout@v2 101 - uses: actions/checkout@v2 110 - uses: actions/checkout@v2 119 - uses: actions/checkout@v2 [all …]
|
D | generic-release.yml | 22 - uses: actions/checkout@v2 31 - uses: actions/checkout@v2 39 - uses: actions/checkout@v2 50 - uses: actions/checkout@v2 60 - uses: actions/checkout@v2
|
/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/rust/crates/bytes/.github/workflows/ |
D | ci.yml | 26 - uses: actions/checkout@v2 38 # - uses: actions/checkout@v2 51 - uses: actions/checkout@v2 68 - uses: actions/checkout@v2 80 - uses: actions/checkout@v2 99 - uses: actions/checkout@v2 119 - uses: actions/checkout@v2 130 - uses: actions/checkout@v2 139 - uses: actions/checkout@v2 158 - uses: actions/checkout@v2
|
/external/skia/infra/bots/ |
D | git_utils.py | 62 subprocess.check_call(['git', 'checkout', 'master']) 65 subprocess.check_call(['git', 'checkout', '-b', self._branch_name, 95 subprocess.check_call(['git', 'checkout', 'master']) 101 """Creates a new local checkout of a Git repository.""" 106 Because this is a new checkout, rather than a reference to an existing 107 checkout on disk, it is safe to assume that the calling thread is the 108 only thread manipulating the checkout. 112 with NewGitCheckout(*args) as checkout: 113 # use checkout instance 114 # the checkout is automatically cleaned up here [all …]
|
/external/rust/crates/anyhow/.github/workflows/ |
D | ci.yml | 17 - uses: actions/checkout@v2 29 - uses: actions/checkout@v2 37 - uses: actions/checkout@v2 45 - uses: actions/checkout@v2 53 - uses: actions/checkout@v2 61 - uses: actions/checkout@v2 69 - uses: actions/checkout@v2
|
/external/toolchain-utils/llvm_tools/ |
D | llvm_project.py | 28 checkout = get_location() 29 if not os.path.isdir(checkout): 34 assert checkout == actual_checkout, '%s != %s' % (actual_checkout, checkout) 41 cwd=checkout, 57 (time_since_last_commit.days, checkout), 60 result = subprocess.run(['git', 'fetch', 'origin'], check=False, cwd=checkout)
|
/external/openscreen/docs/ |
D | advanced_gerrit.md | 96 git checkout featureA 97 git checkout -b featureB 169 git checkout C 170 git checkout -b M 177 git checkout E 178 git checkout -b N 181 git checkout G 182 git checkout -b O 208 git checkout H 209 git checkout -b P [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/harfbuzz_ng/.circleci/ |
D | config.yml | 9 - checkout 19 - checkout 29 - checkout 40 - checkout 53 - checkout 68 - checkout 82 # - checkout 90 - checkout 109 - checkout 125 - checkout [all …]
|
/external/llvm-project/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/virglrenderer/perf-testing/Docker/ |
D | Dockerfile | 110 && git checkout $MESON_COMMIT \ 119 && git checkout $DRM_COMMIT \ 141 && git checkout $TPM2_COMMIT \ 152 && git checkout $PLATFORM2_COMMIT 172 # Pull down repositories that crosvm depends on to cros checkout-like locations. 185 && git checkout $MINIJAIL_COMMIT \ 193 && git checkout $ADHD_COMMIT 198 git checkout $VPERFETTO_COMMIT && \ 244 RUN git clone https://gitlab.freedesktop.org/mesa/waffle.git --single-branch --no-checkout /waffle … 246 git checkout "$WAFFLE_VERSION" && \ [all …]
|
/external/llvm-project/llvm/utils/docker/scripts/ |
D | checkout.sh | 2 #===- llvm/utils/docker/scripts/checkout.sh ---------------------===// 14 Usage: checkout.sh [options] 16 Checkout svn sources into /tmp/clang-build/src. Used inside a docker container. 20 -b|--branch svn branch to checkout, i.e. 'trunk', 23 -r|--revision svn revision to checkout 28 -p|--llvm-project name of an svn project to checkout. 39 # We always checkout llvm 165 echo "Validating checksums for LLVM 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/rust/crates/grpcio/.github/workflows/ |
D | ci.yml | 21 - uses: actions/checkout@v2 34 - uses: actions/checkout@v2 50 - uses: actions/checkout@v2 61 - uses: actions/checkout@v2 76 - uses: actions/checkout@v2 89 - uses: actions/checkout@v2 102 - uses: actions/checkout@v2 114 - uses: actions/checkout@v2
|
/external/rust/crates/rusqlite/.github/workflows/ |
D | main.yml | 31 - uses: actions/checkout@v2 61 - uses: actions/checkout@v2 72 - uses: actions/checkout@v2 84 - uses: actions/checkout@v2 107 - uses: actions/checkout@v2 120 - uses: actions/checkout@v2 131 - uses: actions/checkout@v2 143 - uses: actions/checkout@v2
|
/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/rust/crates/memchr/.github/workflows/ |
D | ci.yml | 62 - name: Checkout repository 63 uses: actions/checkout@v1 136 - name: Checkout repository 137 uses: actions/checkout@v1 153 - name: Checkout repository 154 uses: actions/checkout@v1 174 - name: Checkout repository 175 uses: actions/checkout@v1
|
/external/exoplayer/ |
D | update.py | 57 run(f"git checkout {args.branch}") 69 # Checkout the version we want to update to. 70 run(f"git checkout {commit}") 71 # Checkout all files into a temporary dir. 72 run(f"git checkout-index -a --prefix={TEMPORARY_TREE_CHECKOUT_DIR}") 73 run(f"git checkout {args.branch}")
|
/external/adhd/.github/workflows/ |
D | codeql-analysis.yml | 32 - name: Checkout repository 33 uses: actions/checkout@v2 36 # a pull request then we can checkout the head. 39 # If this run was triggered by a pull request event, then checkout 41 - run: git checkout HEAD^2
|
/external/rust/crates/libm/.github/workflows/ |
D | main.yml | 24 - uses: actions/checkout@master 36 - uses: actions/checkout@master 45 - uses: actions/checkout@master 55 - uses: actions/checkout@master 64 - uses: actions/checkout@master
|
/external/rust/crates/ahash/.github/workflows/ |
D | rust.yml | 9 - uses: actions/checkout@v2 71 - uses: actions/checkout@v2 86 - uses: actions/checkout@v2 103 - uses: actions/checkout@v2 118 - uses: actions/checkout@v2 133 - uses: actions/checkout@v2
|
/external/webrtc/docs/native-code/development/ |
D | index.md | 22 $ mkdir webrtc-checkout 23 $ cd webrtc-checkout 30 The checkout size is large due the use of the Chromium build toolchain and many dependencies. Estim… 47 $ git checkout master 61 $ git checkout master 64 $ git checkout my-branch 82 the src/ directory of your checkout): 140 $ git checkout -b my_branch refs/remotes/branch-heads/43 144 **NOTICE**: depot_tools are not tracked with your checkout, so it's possible gclient 153 $ git checkout <hash>
|
12345678910>>...37