Skip to content

Commit 18043c4

Browse files
committed
guix: Exclude minisketch files from release tarball
1 parent 2d02e2f commit 18043c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/libexec/make_release_tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -ex
1313
GIT_ARCHIVE="$1"
1414
DISTNAME="$2"
1515

16-
git archive --prefix="${DISTNAME}/" HEAD | tar -xp
16+
git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*'
1717

1818
# Generate correct build info file from git, before we lose git
1919
GIT_BUILD_INFO="$(share/genbuild.sh /dev/stdout)"

0 commit comments

Comments
 (0)