cipd.yaml 513 B

1234567891011121314
  1. # Copyright 2019 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. # To update the CIPD package for checkstyle:
  5. # cipd auth-login
  6. # cd //third_party/checkstyle
  7. # rm checkstyle-all.jar
  8. # cp <new checkstyle jar> .
  9. # cipd create --pkg-def cipd.yaml # Make note of the instance ID
  10. # Update //DEPS (instance ID output by cipd create)
  11. package: chromium/third_party/checkstyle
  12. data:
  13. - file: checkstyle-all.jar