mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
build: include bitcoin.conf in build outputs
copy over bitcoin.conf during the build process. this means `contrib/devtools/gen-bitcoin-conf.sh` will need to be run and the generated file committed during the release process. this is the same process used for generating man pages for each release.
This commit is contained in:
parent
6aac946f49
commit
50635d27b4
1 changed files with 4 additions and 0 deletions
|
@ -368,6 +368,10 @@ mkdir -p "$DISTSRC"
|
|||
;;
|
||||
esac
|
||||
|
||||
# copy over the example bitcoin.conf file. if contrib/devtools/gen-bitcoin-conf.sh
|
||||
# has not been run before buildling, this file will be a stub
|
||||
cp "${DISTSRC}/share/examples/bitcoin.conf" "${DISTNAME}/"
|
||||
|
||||
# Finally, deterministically produce {non-,}debug binary tarballs ready
|
||||
# for release
|
||||
case "$HOST" in
|
||||
|
|
Loading…
Add table
Reference in a new issue