Files
chromium_depot_tools/.gitattributes
Junji Watanabe eb8db11557 Add .cipd_impl.ps1 to recipe bundle
https://crrev.com/c/3686855 missed this file to run cipd.bat.

Bug: 931218
Change-Id: Ib4f8d9d31c259477d5531f32bf1e6f44d71d2ace
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3697956
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
Auto-Submit: Junji Watanabe <jwata@google.com>
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
2022-06-09 16:51:12 +00:00

61 lines
1.7 KiB
Plaintext

# The `recipes` attribute controls which additional files are included in the
# recipes bundle when running the `//recipes/recipes.py bundle` command. These
# files will also be available to other repos' recipes when they pull in
# depot_tools as a recipe dependency.
# Tools
/*.bat recipes
/*.exe recipes
/*.py recipes
/*.sh recipes
# vpython specs
/.vpython* recipes
/gsutil.vpython3 recipes
# Extensionless tools we want and support scripts.
/autoninja* recipes
/clang* recipes
/depot-tools-auth recipes
/download_from_google_storage recipes
/fetch recipes
/gclient recipes
/git* recipes
/gn recipes
/ninja* recipes
/pylint* recipes
/repo recipes
/repo_launcher recipes
/roll-dep* recipes
/yapf* recipes
# Additional files for cipd_bin_setup.{sh, bat},
# including cipd/cipd.bat, cipd_client_version* and cipd_manifest*.
/cipd* recipes
/.cipd_impl.ps1 recipes
# Symlinks
/cbuildbot recipes
/cros* recipes
/support/* recipes
# TODO: There are some really junky dependencies in here that we should probably
# move to vpython/cipd.
/third_party/** recipes
/win_toolchain/** recipes
/fetch_configs/*.py recipes
# Some things we never need to include in the bundle
*.diff -recipes
*LICENSE* -recipes
*README* -recipes
.gitattributes -recipes
.gitignore -recipes
COPYING -recipes
MANIFEST.in -recipes
OWNERS -recipes
PKG-INFO -recipes