[WIP] docs: improve linux tar packages#14167
Conversation
cisba
commented
Sep 7, 2018
- README.md main file placed inside share/doc/bitcoin lsb directory
- Updated README.md to include link to repo, files list and description
- Added example bitcoin.conf, init files for daemon, RPCAuth Tool
This fixes bitcoin#8160 (partially), fixes bitcoin#8161, see also PR bitcoin#11971 and bitcoin#14022
| find ${DISTNAME} -name "*.dbg" | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-${i}-debug.tar.gz | ||
| DOCDISTNAME="${DISTNAME}/share/doc/bitcoin" | ||
| mkdir -p ${DOCDISTNAME}/init | ||
| cp ../doc/README.md ${DOCDISTNAME} |
There was a problem hiding this comment.
I think the goal of putting the README.md in the root was to make it easy to find for someone extracting it
If you move it to share/doc/bitcoin, well, you might as well make it part of the general make install logic in the build system.
|
@cisba What's the status of this PR, is it still a work in progress? Can you squash to remove the merge commits. |
|
Closing "Up for grabs". Comment if you'd like this re-opened. |
I committed changes. Sorry for delay. Family and job came first. :) |
|
Please @fanquake re-open it. |
|
@cisba just open a fresh pull request. This one cannot be reopened because the branch has been rewritten (force-pushed) |
Fix something missing from binary tar file: - Updated README.md to include link to repo, files list and description - Added example bitcoin.conf, init files for daemon, RPCAuth Tool - All files placed inside share/doc/bitcoin (lsb structure) using the general make install logic in the build system This is a rebasing of PR bitcoin#14167
Fix something missing from binary tar file:
- Updated README.md to include link to repo, files list and description
- Added example bitcoin.conf, init files for daemon, RPCAuth Tool
- All files placed inside share/doc/bitcoin (lsb structure)
using the general make install logic in the build system
This is a rebasing of PR bitcoin#14167