Sha256: 5e7b3cf40d1c96092163c2c66697980799e0808be38fbc15f1835e0a598e6079

Contents?: true

Size: 382 Bytes

Versions: 6

Compression:

Stored size: 382 Bytes

Contents

# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

function cipd_bin_setup {
    local MYPATH=$(dirname "${BASH_SOURCE[0]}")

    "$MYPATH/cipd" ensure \
        -log-level warning \
        -ensure-file "$MYPATH/cipd_manifest.txt" \
        -root "$MYPATH/.cipd_bin"
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
libv8-6.0.286.54.3 vendor/depot_tools/cipd_bin_setup.sh
libv8-6.0.286.54.2 vendor/depot_tools/cipd_bin_setup.sh
libv8-6.0.286.54.1 vendor/depot_tools/cipd_bin_setup.sh
libv8-6.0.286.54.0 vendor/depot_tools/cipd_bin_setup.sh
libv8-6.0.286.54.0beta2 vendor/depot_tools/cipd_bin_setup.sh
libv8-6.0.286.54.0beta1 vendor/depot_tools/cipd_bin_setup.sh