/third_party/rust/crates/libc/ci/ |
H A D | run-docker.sh | 45 --env CARGO_TARGET_DIR=/checkout/target \ 48 --volume "$(pwd)":/checkout:ro \ 49 --volume "$(pwd)"/target:/checkout/target \ 52 --workdir /checkout \ 76 --env CARGO_TARGET_DIR=/checkout/target \ 79 --volume "$(pwd)":/checkout:ro \ 80 --volume "$(pwd)"/target:/checkout/target \ 84 --workdir /checkout \
|
/third_party/skia/infra/bots/recipes/ |
H A D | sync_and_compile.py | 12 'checkout', 31 checkout_root = api.checkout.default_checkout_root 48 api.checkout.bot_update( 54 api.checkout.git(checkout_root=checkout_root)
|
H A D | housekeeper.py | 14 'checkout', 27 checkout_root = api.checkout.default_checkout_root 28 api.checkout.bot_update(checkout_root=checkout_root)
|
H A D | check_generated_files.py | 20 'checkout', 29 checkout_root = api.checkout.default_checkout_root 30 api.checkout.bot_update(checkout_root=checkout_root) 33 cwd = api.path['checkout']
|
/third_party/mbedtls/docs/architecture/psa-migration/ |
H A D | outcome-analysis.sh | 30 git checkout -- include/mbedtls/mbedtls_config.h include/psa/crypto_config.h 54 git checkout $(git merge-base HEAD development) 65 git checkout $HEAD
|
/third_party/skia/infra/bots/recipe_modules/checkout/examples/ |
H A D | full.py | 8 'checkout', 25 checkout_root = api.checkout.default_checkout_root 43 api.checkout.bot_update( 50 api.checkout.git(checkout_root=api.path['start_dir'])
|
/third_party/mesa3d/.gitlab-ci/container/ |
H A D | build-vkd3d-proton.sh | 29 git clone https://github.com/HansKristian-Work/vkd3d-proton.git --single-branch -b master --no-checkout "$VKD3D_PROTON_SRC_DIR" 31 git checkout "$VKD3D_PROTON_COMMIT"
|
/third_party/libcoap/examples/contiki/ |
H A D | Makefile | 11 (cd ${CONTIKI} ; git pull --tags 2> /dev/null ; git checkout ${WITH_CONTIKI_NG_BRANCH}) 22 git checkout ${WITH_CONTIKI_NG_BRANCH} ; \
|
/third_party/libbpf/scripts/ |
H A D | sync-kernel.sh | 186 git checkout ${TIP_SYM_REF} 245 git checkout -b ${SQUASH_TIP_TAG} ${SQUASH_COMMIT} 269 git checkout -b ${LIBBPF_SYNC_TAG} 283 git checkout ${TIP_TAG} 321 git checkout -b ${VIEW_TAG} ${TIP_COMMIT}
|
/third_party/ffmpeg/tests/ |
H A D | fate.sh | 30 checkout(){ function 107 test -d "$src" && update || checkout || die "Error fetching source"
|
/third_party/libcoap/examples/lwip/ |
H A D | Makefile | 47 (cd lwip ; git checkout $(WITH_LWIP_BRANCH)) 52 (cd lwip-contrib ; git checkout $(WITH_LWIP_CONTRIB_BRANCH)) 86 (cd $(libcoap_dir)/ext/tinydtls ; git checkout ${WITH_TINYDTLS_BRANCH}) ; \ 94 (cd $(libcoap_dir)/ext/tinydtls ; git checkout ${WITH_TINYDTLS_BRANCH}) ; \
|
/third_party/skia/infra/bots/task_drivers/canary/ |
H A D | canary.go | 21 "go.skia.org/infra/task_driver/go/lib/checkout" 45 checkoutFlags = checkout.SetupFlags(nil) 55 rs, err := checkout.GetRepoState(checkoutFlags)
|
/third_party/node/tools/ |
H A D | update-llhttp.sh | 37 git checkout "$BRANCH"
|
/third_party/mesa3d/.gitlab-ci/fossils/ |
H A D | fossils.sh | 12 git clone --no-checkout "$repo" fossils-db
|
/third_party/node/deps/cares/ |
H A D | buildconf.bat | 14 ECHO ERROR: This file shall only be used with a c-ares git checkout.
|
/third_party/vk-gl-cts/external/ |
H A D | fetch_sources.py | 249 def checkout(self, url, fullDstPath, force): member in GitRepo 251 execute(["git", "clone", "--no-checkout", url, fullDstPath]) 262 execute(["git", "checkout"] + force_arg + [self.revision]) 282 self.checkout(url, fullDstPath, force) 285 self.checkout(backupUrl, fullDstPath, force) 363 help="Select protocol to checkout git repositories.") 365 help="Pass --force to git fetch and checkout commands")
|
/third_party/fsverity-utils/scripts/ |
H A D | do-release.sh | 40 git checkout -f
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | export_to_github.sh | 100 git checkout v8_origin/master -- "$main_gn" "$test_gn" "$gen_cmake" \ 101 || fail "Failed to checkout BUILD.gn from V8 origin"
|
/third_party/node/tools/dep_updaters/ |
H A D | update-llhttp.sh | 56 git checkout "$BRANCH"
|
/third_party/eudev/src/collect/ |
H A D | collect.c | 142 static int checkout(int fd) in checkout() function 432 if (checkout(fd) < 0) { in main()
|
/third_party/skia/infra/bots/task_drivers/g3_canary/ |
H A D | g3_canary.go | 26 "go.skia.org/infra/task_driver/go/lib/checkout" 67 checkoutFlags = checkout.SetupFlags(nil) 72 rs, err := checkout.GetRepoState(checkoutFlags)
|
/third_party/mesa3d/.gitlab-ci/container/debian/ |
H A D | x86_test-vk.sh | 124 git checkout pr
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | update.sh | 56 git checkout -- "${treeroot}/source/data/"${line}
|
/third_party/protobuf/objectivec/Tests/CocoaPods/ |
H A D | run_tests.sh | 101 git checkout -- "${TEST_NAME}.xcodeproj" || true
|
/third_party/protobuf/php/tests/ |
H A D | compatibility_test.sh | 79 git checkout v$OLD_VERSION
|