Commit 6fee2673 authored by Sergey Berezin's avatar Sergey Berezin Committed by Commit Bot

Add vpython to depot_tools for linux and mac

BUG=717208
R=dnj@chromium.org

Change-Id: If937a382be9aa4d8eb5f957386e8b1b28cc1c3ac
Reviewed-on: https://chromium-review.googlesource.com/492086Reviewed-by: 's avatarDaniel Jacques <dnj@chromium.org>
Reviewed-by: 's avatarNodir Turakulov <nodir@chromium.org>
Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org>
parent b506a052
......@@ -2,6 +2,7 @@
*.pyc
# ignore cipd client files
/.cipd_bin
/.cipd_client*
/.versions
......@@ -67,3 +68,6 @@
# Ignore google AE downloaded for running testing only.
testing_support/google_appengine
# Ignore emacs / vim backup files.
*~
# 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"
}
# 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.
# vpython.
infra/tools/luci/vpython/${platform} git_revision:589bb41ab0ab9134d2555d7d3051d678d37b3238
#/bin/bash
# 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.
MYPATH=$(dirname "${BASH_SOURCE[0]}")
source "$MYPATH/cipd_bin_setup.sh"
cipd_bin_setup
exec "$MYPATH/.cipd_bin/vpython" "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment