Skip to content

[WIP] docs: improve linux tar packages#14167

Closed
cisba wants to merge 3 commits intobitcoin:masterfrom
cisba:fix-10746
Closed

[WIP] docs: improve linux tar packages#14167
cisba wants to merge 3 commits intobitcoin:masterfrom
cisba:fix-10746

Conversation

@cisba
Copy link
Copy Markdown
Contributor

@cisba 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 #8160 (partially), fixes #8161, supersedes #14026, related also to #11971 and #14022 

    - 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
@cisba cisba changed the title docs: improve linux tar packages docs: [WIP untested] improve linux tar packages Sep 7, 2018
@fanquake fanquake changed the title docs: [WIP untested] improve linux tar packages [WIP] docs: improve linux tar packages Sep 8, 2018
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}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@bitcoin bitcoin deleted a comment from DrahtBot Jan 4, 2019
@fanquake
Copy link
Copy Markdown
Member

fanquake commented Jan 4, 2019

@cisba What's the status of this PR, is it still a work in progress? Can you squash to remove the merge commits.

@fanquake
Copy link
Copy Markdown
Member

fanquake commented Jan 5, 2019

Closing "Up for grabs". Comment if you'd like this re-opened.

@fanquake fanquake closed this Jan 5, 2019
@cisba
Copy link
Copy Markdown
Contributor Author

cisba commented Feb 16, 2019

@cisba What's the status of this PR, is it still a work in progress? Can you squash to remove the merge commits.

Hi @fanquake ,
I restarted working to this issue with automake to include the documentation in the "make install" logic

The squash you required is done on my branch

@cisba
Copy link
Copy Markdown
Contributor Author

cisba commented Feb 16, 2019

Closing "Up for grabs". Comment if you'd like this re-opened.

I committed changes.
Now it needs review.

Sorry for delay. Family and job came first. :)

@cisba
Copy link
Copy Markdown
Contributor Author

cisba commented Mar 5, 2019

Please @fanquake re-open it.
Thanks

@maflcko
Copy link
Copy Markdown
Member

maflcko commented Mar 5, 2019

@cisba just open a fresh pull request. This one cannot be reopened because the branch has been rewritten (force-pushed)

cisba added a commit to cisba/bitcoin that referenced this pull request Mar 7, 2019
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
@cisba
Copy link
Copy Markdown
Contributor Author

cisba commented Mar 7, 2019

@cisba just open a fresh pull request. This one cannot be reopened because the branch has been rewritten (force-pushed)
Done with PR #15554 #15569

cisba added a commit to cisba/bitcoin that referenced this pull request Mar 9, 2019
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
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants