From 37aeb29fa4f0091f0a27ebf253dfbaafb0075bd1 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 13 Jan 2012 19:39:15 +0100 Subject: [PATCH] [releases/8] improve exclude list in the "cook" target --- releases/8/sabayon-artwork-core/Makefile | 7 ++++--- releases/8/sabayon-artwork-kde/Makefile | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/releases/8/sabayon-artwork-core/Makefile b/releases/8/sabayon-artwork-core/Makefile index 05137f1..1190e3e 100644 --- a/releases/8/sabayon-artwork-core/Makefile +++ b/releases/8/sabayon-artwork-core/Makefile @@ -14,13 +14,14 @@ scripts: cook: tar -cJf $(TARBALL_NAME) \ ../$(DIR_NAME) --exclude Makefile \ - --exclude $(TARBALL_NAME) \ - --exclude .gitignore + --exclude .gitignore \ + --exclude *.tar.xz \ + --exclude *.sh clean: rm -f $(TARBALL_NAME) -push: +push: all ssh -p $(PUSH_PORT) $(PUSH_USER)@$(PUSH_SERVER) \ mkdir -p $(PKG_PUSH_DIR) scp -P $(PUSH_PORT) $(TARBALL_NAME) \ diff --git a/releases/8/sabayon-artwork-kde/Makefile b/releases/8/sabayon-artwork-kde/Makefile index f846852..3e9315c 100644 --- a/releases/8/sabayon-artwork-kde/Makefile +++ b/releases/8/sabayon-artwork-kde/Makefile @@ -15,13 +15,14 @@ scripts: cook: tar -cJf $(TARBALL_NAME) \ ../$(DIR_NAME) --exclude Makefile \ - --exclude $(TARBALL_NAME) \ - --exclude .gitignore + --exclude .gitignore \ + --exclude *.tar.xz \ + --exclude *.sh clean: rm -f $(TARBALL_NAME) -push: +push: all ssh -p $(PUSH_PORT) $(PUSH_USER)@$(PUSH_SERVER) \ mkdir -p $(PKG_PUSH_DIR) scp -P $(PUSH_PORT) $(TARBALL_NAME) \