Sha256: 04537041de7408b8227b69b7aa5b49059559ad91d4edd101ffb2a19094f86005

Contents?: true

Size: 343 Bytes

Versions: 4

Compression:

Stored size: 343 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 -ensure-file "$MYPATH/cipd_manifest.txt" \
        -root "$MYPATH/.cipd_bin"
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
libv8-6.0.286.44.0beta1 vendor/depot_tools/cipd_bin_setup.sh
libv8-5.9.211.38.1 vendor/depot_tools/cipd_bin_setup.sh
libv8-5.9.211.38.0 vendor/depot_tools/cipd_bin_setup.sh
libv8-5.9.211.38.0beta0 vendor/depot_tools/cipd_bin_setup.sh