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

/fuchsia/zircon/scripts/
H A Ddownload-prebuilt201 local -r CIPD="$1" internal_access="$2"
209 "$CIPD" ensure -ensure-file - -root "$DOWNLOAD_DIR" -log-level warning
212 echo >&2 "$0: $CIPD failed. For direct downloads, remove cipd from PATH."
256 local CIPD
258 if $cipd_ok && CIPD="$(find_cipd)"; then
259 # We have CIPD, so use it.
260 if [[ "$("$CIPD" ls fuchsia_internal)" != "No matching packages." ]]; then
263 update_via_cipd "$CIPD" "$internal_access" || return
265 # We don't have CIPD, so don't use it.
H A Dupdate-prebuilt-versions41 readonly CIPD="$(find_cipd)" || {
48 result="$($CIPD resolve "fuchsia/$package" -version "$version")" || {
107 "$CIPD" pkg-fetch "fuchsia/$package" -version "$instance" -out "$zipfile"

Completed in 27 milliseconds