Skip to content

Commit 50635d2

Browse files
committed
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.
1 parent 6aac946 commit 50635d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/guix/libexec/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,10 @@ mkdir -p "$DISTSRC"
368368
;;
369369
esac
370370

371+
# copy over the example bitcoin.conf file. if contrib/devtools/gen-bitcoin-conf.sh
372+
# has not been run before buildling, this file will be a stub
373+
cp "${DISTSRC}/share/examples/bitcoin.conf" "${DISTNAME}/"
374+
371375
# Finally, deterministically produce {non-,}debug binary tarballs ready
372376
# for release
373377
case "$HOST" in

0 commit comments

Comments
 (0)