1# Copyright 2020 The Chromium Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5# To create CIPD package run the following command. 6# cipd create --pkg-def cipd.yaml -ref latest 7package: chromium/third_party/catapult/devil/${platform} 8 9description: All of devil along with its dependencies in catapult. 10 11platforms: 12 - linux-amd64 13 14root: ../../ 15 16data: 17 - dir: common/py_utils 18 - dir: dependency_manager 19 - dir: devil 20 - dir: third_party/gsutil 21 - dir: third_party/zipfile 22