Skip to content

Commit 21ff882

Browse files
committed
guix: Exclude old release notes files from release tarball
1 parent f55246c commit 21ff882

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 --exclude '*minisketch*'
16+
git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*' --exclude 'doc/release-notes'
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)