From 13e0a5c82d57d39e3de80c1913b7d702ef90a851 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Thu, 2 Apr 2026 11:16:02 -0700 Subject: [PATCH] Stop excluding patches/ directory from sync The updated update-client-gen.sh applies patches from the patches/ directory during client generation. Without these files the gen-files target fails. --- Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.local b/Makefile.local index d08a9d105..44008e940 100644 --- a/Makefile.local +++ b/Makefile.local @@ -108,7 +108,7 @@ pull-upstream-changes: # Remove monorepo-only directories and files that don't belong in the # standalone API repo. The bgpfilter_test.go file requires a kind cluster. - rm -rf config/ admission/ patches/ + rm -rf config/ admission/ rm -f pkg/apis/projectcalico/v3/bgpfilter_test.go # Restores any files that we want to keep even if they're different