Module: check_mk
Branch: master
Commit: b26e7a68bb6482ef222196b53124af92d8bba86a
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b26e7a68bb6482…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Jan 24 15:05:10 2018 +0100
Exclude windows agent build files from dist archives
Change-Id: Icfa2e13dd0d60bd7bcfffbe56ea3b5d294f0f83e
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index f0acfe8..dddd782 100644
--- a/Makefile
+++ b/Makefile
@@ -214,6 +214,7 @@ endif
--exclude .gitattributes \
--exclude $(DIST_ARCHIVE) \
--exclude enterprise/agents/plugins/{build,src} \
+ --exclude enterprise/agents/windows/{build64,build} \
$$EXCLUDES \
* .werks .clang* | tar x -C check-mk-$(EDITION)-$(OMD_VERSION) ; \
if [ -f COMMIT ]; then \