Page MenuHomePhabricator

Add share/rpcuser to dist. source code archive
ClosedPublic

Authored by Fabien on Jul 5 2019, 08:24.

Details

Summary
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.

Backport of core PR11530
https://github.com/bitcoin/bitcoin/pull/11530/files

Test Plan
make dist

Check the script is part of the generated archive

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR11530
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6672
Build 11391: Bitcoin ABC Buildbot (legacy)
Build 11390: arc lint + arc unit

Event Timeline

deadalnix requested changes to this revision.Jul 5 2019, 13:54

This should have a cmake equivalent.

This revision now requires changes to proceed.Jul 5 2019, 13:54
Fabien requested review of this revision.Jul 5 2019, 14:23

My plan is to sync autotools with core before adding the remaining missing features to CMake, as there is little left to backport.
ATM there is no equivalent to the make dist target with our CMake code.

This revision is now accepted and ready to land.Jul 6 2019, 15:13