From ea6130becfe19a844a61e6d53cfd196fbe793408 Mon Sep 17 00:00:00 2001 From: Luis Chamberlain Date: Fri, 21 Mar 2025 15:05:42 +0000 Subject: [PATCH 1/2] adding ci files --- empty | 1 + 1 file changed, 1 insertion(+) create mode 100644 empty diff --git a/empty b/empty new file mode 100644 index 000000000..c6cac6926 --- /dev/null +++ b/empty @@ -0,0 +1 @@ +empty From d64d98cbe7ff76b6168ec9824df3491a5c5aa59e Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Wed, 12 Mar 2025 09:00:25 -0400 Subject: [PATCH 2/2] refs: "make mrproper" should clean out generated refs files Doing a "make mrproper" should force the regeneration of the default and user refs files. Otherwise these become stale because kdevops appears to check if they exist, but not if they are newer than the source yaml files. Signed-off-by: Chuck Lever --- scripts/build.Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build.Makefile b/scripts/build.Makefile index 4d3d90ab0..f4100bc06 100644 --- a/scripts/build.Makefile +++ b/scripts/build.Makefile @@ -8,6 +8,8 @@ clean: $(clean-subdirs) PHONY += mrproper mrproper: + @$(Q)rm -rf $(CURDIR)/workflows/linux/refs/default/ + @$(Q)rm -rf $(CURDIR)/workflows/linux/refs/user/ @$(Q)rm -rf $(CURDIR)/include/config/ @$(Q)rm -rf $(CURDIR)/include/generated/ @$(Q)rm -f .config