Skip to content

Commit cf8c4a7

Browse files
committed
Merge #11530: Add share/rpcuser to dist. source code archive
fa81534 Add share/rpcuser to dist. source code archive (MarcoFalke) Pull request description: As the legacy rpcuser and rpcpassword are deprected since 0.12.0, we should actually include the script to generate the new auth pair in the distributed source code archive. Ref: #6753 (Tagging for backport, since it is a trivial bugfix) Tree-SHA512: f2737957a92396444573f41071a785be5fb318df9efeb3ade7e56b3b56d512e5f9ca36723365fe5be8aaee69c5e8d8ed1178510bf02186c848b3910ee001ecb9
2 parents 57ee739 + fa81534 commit cf8c4a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \
4444
$(top_srcdir)/contrib/bitcoind.bash-completion \
4545
$(top_srcdir)/contrib/init \
4646
$(top_srcdir)/contrib/rpm
47+
DIST_SHARE = \
48+
$(top_srcdir)/share/genbuild.sh \
49+
$(top_srcdir)/share/rpcuser
4750

4851
BIN_CHECKS=$(top_srcdir)/contrib/devtools/symbol-check.py \
4952
$(top_srcdir)/contrib/devtools/security-check.py
@@ -213,7 +216,7 @@ endif
213216

214217
dist_noinst_SCRIPTS = autogen.sh
215218

216-
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh test/functional/test_runner.py test/functional $(DIST_CONTRIB) $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS)
219+
EXTRA_DIST = $(DIST_SHARE) test/functional/test_runner.py test/functional $(DIST_CONTRIB) $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS)
217220

218221
EXTRA_DIST += \
219222
test/util/bitcoin-util-test.py \

0 commit comments

Comments
 (0)