From 0772b51a975ba1ecf983b52665528d5b1db8a433 Mon Sep 17 00:00:00 2001 From: Gavin Mak Date: Tue, 27 May 2025 11:43:28 -0700 Subject: [PATCH] Make cipd available in recipe bundle for dirmd dirmd is present in the CIPD package, but running it gets: ./cipd_bin_setup.sh: line 25: ./cipd: No such file or directory Bug: 416037494 Change-Id: I69b6640056ba9454737d02973119ee5cde771d80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6580852 Reviewed-by: Scott Lee Commit-Queue: Scott Lee Commit-Queue: Gavin Mak Auto-Submit: Gavin Mak --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 346da3f17..d8262498e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,6 +16,7 @@ # Extensionless tools we want and support scripts. /autoninja* recipes /clang* recipes +/cipd* recipes /dirmd recipes /download_from_google_storage recipes /fetch recipes