From ec5bad3c2652faa965d306432eb946522bc89347 Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 6 Apr 2023 23:24:03 +0200 Subject: [PATCH] feat: remove dev files from tarball --- Makefile | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 810074a30..ac19d4242 100644 --- a/Makefile +++ b/Makefile @@ -29,14 +29,25 @@ tarball: VERSION cd .. && tar -czf libretime-$(shell cat VERSION | tr -d [:blank:]).tar.gz \ --owner=root --group=root \ --exclude-vcs \ - --exclude .codespellignore \ - --exclude .git* \ - --exclude .pre-commit-config.yaml \ - --exclude dev_tools \ - --exclude jekyll.sh \ + libretime/analyzer \ + libretime/api \ + libretime/api-client \ + libretime/docs \ + libretime/installer \ + libretime/legacy \ --exclude legacy/vendor/phing \ --exclude legacy/vendor/simplepie/simplepie/tests \ - libretime + libretime/playout \ + libretime/shared \ + libretime/tools \ + libretime/worker \ + libretime/CHANGELOG.md \ + libretime/install \ + libretime/LICENSE \ + libretime/Makefile \ + libretime/README.md \ + libretime/SECURITY.md \ + libretime/VERSION mv ../libretime-*.tar.gz . # Only clean subdirs