Skip to content

Commit 6b29300

Browse files
committed
guix: Exclude minisketch files from release tarball
1 parent bac3477 commit 6b29300

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/guix/libexec/make_release_tarball.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ DISTNAME="$2"
1616

1717
git archive --prefix="${DISTNAME}/" HEAD |
1818
tar -xp \
19+
--exclude '*minisketch*' \
1920
# end of tar options
2021
tar \
2122
--format=ustar \

0 commit comments

Comments
 (0)