Exclude some docs and things to get the release tar.xz back under 5MB.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4228 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-03-16 00:23:40 +00:00
parent ad8532f7ac
commit 2bbe22bc7a

View File

@ -6,13 +6,16 @@ rm -rfv tildefriends-$VERSION
svn export . tildefriends-$VERSION
echo "tildefriends-$VERSION: $NICKNAME" > tildefriends-$VERSION/VERSION
tar \
--exclude=deps/libbacktrace/Isaac.Newton-Opticks.txt \
--exclude=deps/libsodium/builds \
--exclude=deps/libsodium/configure \
--exclude=deps/libsodium/test \
--exclude=deps/libbacktrace/Isaac.Newton-Opticks.txt \
--exclude=deps/sqlite/shell.c \
--exclude=deps/speedscope/*.map \
--exclude=deps/libuv/docs \
--exclude=deps/libuv/test \
--exclude=deps/openssl \
--exclude=deps/speedscope/*.map \
--exclude=deps/sqlite/shell.c \
--exclude=deps/zlib/contrib/vstudio \
--exclude=deps/zlib/doc \
-caf tildefriends-$VERSION.tar.xz tildefriends-$VERSION
rm -rfv tildefriends-$VERSION