guix: Exclude minisketch files from release tarball

This commit is contained in:
Luke Dashjr 2022-03-09 17:11:06 +00:00
parent 2d02e2fc56
commit 18043c411c

View File

@ -13,7 +13,7 @@ set -ex
GIT_ARCHIVE="$1"
DISTNAME="$2"
git archive --prefix="${DISTNAME}/" HEAD | tar -xp
git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*'
# Generate correct build info file from git, before we lose git
GIT_BUILD_INFO="$(share/genbuild.sh /dev/stdout)"