From 8b1c5d80dc8293a15874ff3c1d6a29a2b5e6d95a Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 4 May 2016 11:38:30 -0400 Subject: [PATCH] install postgres for the customer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a85aef6b69..c7cd9d0250 100644 --- a/Makefile +++ b/Makefile @@ -640,7 +640,7 @@ tar-build/$(SETUP_TAR_FILE): @cp -a setup tar-build/$(SETUP_TAR_NAME) @rsync -az docs/licenses tar-build/$(SETUP_TAR_NAME)/ @cd tar-build/$(SETUP_TAR_NAME) && sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%RELEASE%#$(RELEASE)#;' group_vars/all.in > group_vars/all - @cd tar-build && tar -czf $(SETUP_TAR_FILE) --exclude "*/all.in" $(SETUP_TAR_NAME)/ + @cd tar-build && tar -czf $(SETUP_TAR_FILE) --exclude "*/all.in" --exclude "**/test/*" $(SETUP_TAR_NAME)/ @ln -sf $(SETUP_TAR_FILE) tar-build/$(SETUP_TAR_LINK) tar-build/$(SETUP_TAR_CHECKSUM):