mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
guix: Exclude old release notes files from release tarball
This commit is contained in:
parent
f55246ce51
commit
21ff88222d
@ -13,7 +13,7 @@ set -ex
|
||||
GIT_ARCHIVE="$1"
|
||||
DISTNAME="$2"
|
||||
|
||||
git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*'
|
||||
git archive --prefix="${DISTNAME}/" HEAD | tar -xp --exclude '*minisketch*' --exclude 'doc/release-notes'
|
||||
|
||||
# Generate correct build info file from git, before we lose git
|
||||
GIT_BUILD_INFO="$(share/genbuild.sh /dev/stdout)"
|
||||
|
Loading…
Reference in New Issue
Block a user