mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 02:31:29 +00:00
Note: we are only evaluating cipd variables in the URL not the package string on the left hand side, as to not break any existing expected behaviour. Bug:b/279097790 Change-Id: I0b6008254bd387584b9c0ee083c79bf5dc77fbc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4536475 Commit-Queue: Dan Le Febvre <dlf@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com>
9 lines
238 B
Batchfile
Executable File
9 lines
238 B
Batchfile
Executable File
@echo off
|
|
:: Copyright (c) 2018 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.
|
|
setlocal
|
|
|
|
:: Defer control.
|
|
python3 "%~dp0fake_cipd.py" %*
|