Home
last modified time | relevance | path

Searched refs:CIPD (Results 1 – 1 of 1) sorted by relevance

/scripts/
A Ddownload-prebuilt241 local -r CIPD="$1" internal_access="$2" command="$3"
256 "$CIPD" "$command" -ensure-file - -log-level warning "${cipd_args[@]}")
259 echo >&2 "$0: $CIPD failed. For direct downloads, remove cipd from PATH."
302 local CIPD
304 if $cipd_ok && CIPD="$(find_cipd)"; then
306 if [[ "$("$CIPD" ls fuchsia_internal)" != "No matching packages." ]]; then
309 update_via_cipd "$CIPD" "$internal_access" || return

Completed in 3 milliseconds