As outlined in #14639, there is some old and redundant info in two READMEs in /doc. This PR fixes that.
Also, changed a download link to point to the download page (instead of the releases page).
Remove redundant readme info in /doc #14755
pull merland wants to merge 1 commits into bitcoin:master from merland:issue-14639 changing 2 files +2 −40-
merland commented at 1:49 PM on November 19, 2018: contributor
-
Removed redundant README info and changed download pointer from /releases to /download 7a03ba2d4f
- fanquake added the label Docs on Nov 19, 2018
-
DrahtBot commented at 2:37 PM on November 19, 2018: member
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Conflicts
Reviewers, this pull request conflicts with the following ones:
- #14167 ([WIP] docs: improve linux tar packages by cisba)
- #14026 (docs: updated README.md to include link to repo, files list and description by cisba)
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
- MarcoFalke added the label Needs gitian build on Nov 19, 2018
-
DrahtBot commented at 1:32 AM on November 20, 2018: member
<!--a722867cd34abeea1fadc8d60700f111-->
Gitian builds for commit 6d58a5c3b05585b01c960776e00856637ff1794d (master):
858f2e533e90e2ee875903e3c5c59156...bitcoin-0.17.99-aarch64-linux-gnu-debug.tar.gz7e12545b8e8f2a07a7809b406483e5db...bitcoin-0.17.99-aarch64-linux-gnu.tar.gz9d866b60356555c82bffec26ac5be94c...bitcoin-0.17.99-arm-linux-gnueabihf-debug.tar.gz3d51b3e6195bef14335f2e2102614848...bitcoin-0.17.99-arm-linux-gnueabihf.tar.gz274d278946349a788dce3f8ac45be16c...bitcoin-0.17.99-i686-pc-linux-gnu-debug.tar.gz19240f01ed039d11041ae14f1ac7ba12...bitcoin-0.17.99-i686-pc-linux-gnu.tar.gz0cea88fd5be990ef692509ab8cf6d4c3...bitcoin-0.17.99-osx-unsigned.dmg006fc8ce77005f06f895d40dbcb4b41e...bitcoin-0.17.99-osx64.tar.gz2102ab1198e7481e39c736fe31670ef9...bitcoin-0.17.99-riscv64-linux-gnu-debug.tar.gzb8bb5cd81ff27dc76c19af41470b3cbe...bitcoin-0.17.99-riscv64-linux-gnu.tar.gzd8c1ca155284cefcfb92f5c9bc81bc27...bitcoin-0.17.99-win32-debug.zip33a92e674571fdbd5eaa25011a906c47...bitcoin-0.17.99-win32-setup-unsigned.exe8464ba699217f64839ba22bcdcd7ecd4...bitcoin-0.17.99-win32.zip07bc95c831d014c1c5113ff5456e0675...bitcoin-0.17.99-win64-debug.zip4c6b9306b68a9d9ce46fc1345e34def3...bitcoin-0.17.99-win64-setup-unsigned.exe9482878ce97a8becffdaf1fd33e43272...bitcoin-0.17.99-win64.zip03f16114ff4dbe5b1a033839c502f48d...bitcoin-0.17.99-x86_64-linux-gnu-debug.tar.gzf53f99fc0a69494c3956d290ee7500ef...bitcoin-0.17.99-x86_64-linux-gnu.tar.gzaa4cab7f56fe9104c75c2cd2979aad4b...bitcoin-0.17.99.tar.gz94ded7373ed7b16fc675f2041486b47c...bitcoin-linux-0.18-res.yml301e6b13855c50a0e8a041c01e18885c...bitcoin-linux-build.logeb4b6f17468c1519f2bee764a84cd48c...bitcoin-osx-0.18-res.yml4f6e3b83de5b6de0f6aa9082f5ce8df5...bitcoin-osx-build.logf9d4cb5c0d631434d07effd4f5dca1e7...bitcoin-win-0.18-res.ymld3c8971d06b7f6a66e440b989a83b339...bitcoin-win-build.log
Gitian builds for commit 34a840b1c54866d201746396095905d43abe839d (master and this pull):
562b4f10f6f672af9b51c63f2c418a3a...bitcoin-linux-build.logd8e34bb1d9f65c9b5576853602a3ad6b...bitcoin-osx-build.log816d5129a8cb685fd784e12a48e3d770...bitcoin-win-build.log
- DrahtBot removed the label Needs gitian build on Nov 20, 2018
- MarcoFalke closed this on Nov 20, 2018
-
merland commented at 9:44 PM on November 20, 2018: contributor
@MarcoFalke Reason for closing?
-
MarcoFalke commented at 9:47 PM on November 20, 2018: member
The file is required and not redundant (see the build failures of gitian and travis)
-
merland commented at 10:08 PM on November 20, 2018: contributor
I suspected that, but I don't get the underlying reason, why a .txt file with unintuitive contents is mandatory. It's confusing for the reader. If impossible to remove, can we keep the file but have only a link in it?
On Tue, 20 Nov 2018, 22:48 MarcoFalke <notifications@github.com wrote:
The file is required and not redundant (see the build failures of gitian and travis)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/pull/14755#issuecomment-440440902, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbp5Gfk9egWcYdkoI_7lzdbNWmYQBLjks5uxHjBgaJpZM4YpJGy .
-
MarcoFalke commented at 10:13 PM on November 20, 2018: member
Link to what? See the linked conflicting pull requests for how this is being used.
-
merland commented at 10:17 PM on November 20, 2018: contributor
Link to the official documentation for running a node, to avoid duplication and confusion.
However, I guess I'm missing something here. Will read up on gitian builds and the related PRs. Thanks for now. -
MarcoFalke commented at 10:20 PM on November 20, 2018: member
Oh that makes sense I guess. Include the essential information in the distributed (offline) file and link to an online resource for further information.
-
merland commented at 9:40 AM on November 21, 2018: contributor
I updated the commit according to the discussion above. Hopefully ok for gitian build.
Would you consider re-opening the PR?ping @MarcoFalke
-
MarcoFalke commented at 6:56 PM on November 22, 2018: member
GitHub won't allow to reopen a pull request after the linked branch has been force pushed. Feel free to create a fresh pull request.
-
merland commented at 7:25 PM on November 22, 2018: contributor
Alright, thanks.
- MarcoFalke locked this on Sep 8, 2021