mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
Merge rm_historical_relnotes_from_dist
This commit is contained in:
commit
45b084a111
@ -14,7 +14,7 @@ set -ex
|
|||||||
GIT_ARCHIVE="$1"
|
GIT_ARCHIVE="$1"
|
||||||
DISTNAME="$2"
|
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
|
# Generate correct build info file from git, before we lose git
|
||||||
GIT_BUILD_INFO="$(share/genbuild.sh /dev/stdout)"
|
GIT_BUILD_INFO="$(share/genbuild.sh /dev/stdout)"
|
||||||
|
Loading…
Reference in New Issue
Block a user