Home
last modified time | relevance | path

Searched refs:checkout (Results 1 - 25 of 33) sorted by relevance

12

/third_party/rust/crates/libc/ci/
H A Drun-docker.sh45 --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 Dsync_and_compile.py12 'checkout',
31 checkout_root = api.checkout.default_checkout_root
48 api.checkout.bot_update(
54 api.checkout.git(checkout_root=checkout_root)
H A Dhousekeeper.py14 'checkout',
27 checkout_root = api.checkout.default_checkout_root
28 api.checkout.bot_update(checkout_root=checkout_root)
H A Dcheck_generated_files.py20 '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 Doutcome-analysis.sh30 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 Dfull.py8 '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 Dbuild-vkd3d-proton.sh29 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 DMakefile11 (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 Dsync-kernel.sh186 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 Dfate.sh30 checkout(){ function
107 test -d "$src" && update || checkout || die "Error fetching source"
/third_party/libcoap/examples/lwip/
H A DMakefile47 (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 Dcanary.go21 "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 Dupdate-llhttp.sh37 git checkout "$BRANCH"
/third_party/mesa3d/.gitlab-ci/fossils/
H A Dfossils.sh12 git clone --no-checkout "$repo" fossils-db
/third_party/node/deps/cares/
H A Dbuildconf.bat14 ECHO ERROR: This file shall only be used with a c-ares git checkout.
/third_party/vk-gl-cts/external/
H A Dfetch_sources.py249 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 Ddo-release.sh40 git checkout -f
/third_party/node/deps/v8/tools/cppgc/
H A Dexport_to_github.sh100 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 Dupdate-llhttp.sh56 git checkout "$BRANCH"
/third_party/eudev/src/collect/
H A Dcollect.c142 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 Dg3_canary.go26 "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 Dx86_test-vk.sh124 git checkout pr
/third_party/skia/third_party/externals/icu/scripts/
H A Dupdate.sh56 git checkout -- "${treeroot}/source/data/"${line}
/third_party/protobuf/objectivec/Tests/CocoaPods/
H A Drun_tests.sh101 git checkout -- "${TEST_NAME}.xcodeproj" || true
/third_party/protobuf/php/tests/
H A Dcompatibility_test.sh79 git checkout v$OLD_VERSION

Completed in 8 milliseconds

12