From 009bd1f43c017d6a2bd9c863f27e35854d723230 Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Wed, 19 May 2021 10:43:46 +0200 Subject: [PATCH] - minor: excluded older builds --- build_release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_release.sh b/build_release.sh index b81b9af..5982079 100644 --- a/build_release.sh +++ b/build_release.sh @@ -9,7 +9,8 @@ BUILD_DIR="SLUB_SIP_Builder" rm -rf ${BUILD_ZIP} rsync -av --exclude='.git' --exclude='.idea' - --exclude='_Deparsed_XSubs.pm' \ - --exclude='build_release.sh' --exclude='.gitignore' --exclude='tmp' ./ ${BUILD_DIR} + --exclude='build_release.sh' --exclude='.gitignore' --exclude='tmp' \ + --exclude='*.zip' ./ ${BUILD_DIR} sed -i "/^#.*FILE:.*/a \ #\n\ # VERSION: ${VERSION}\n\ -- GitLab