mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 03:00:42 +02:00
Merge rm_historical_relnotes_from_dist
This commit is contained in:
commit
85dde74255
@ -14,7 +14,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