aboutsummaryrefslogtreecommitdiff
path: root/doc/gitian-building.md
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-5/+5
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-23/+23
|
* Update documentation to match 1.10 (#1436)Ross Nicoll2019-03-251-27/+27
|
* Mention Gitian building script in doc.Lauda2016-09-301-0/+2
|
* Merge #8773: Trivial Bugfix: doc/gitian-building.md: Link to release-process ↵MarcoFalke2016-09-211-1/+1
|\ | | | | | | | | | | needs to be updated 6f933c6 Trivial Bugfix: doc/gitian-building.md: Link to release-process needs to be updated (Luke Dashjr)
| * Trivial Bugfix: doc/gitian-building.md: Link to release-process needs to be ↵Luke Dashjr2016-09-211-1/+1
| | | | | | | | | | | | updated Section was renamed in c907f4d56b0a27ecd002a6d7d89a38cfc6d45ee3
* | Trivial: Fix ISO URL, capitalizationunsystemizer2016-09-211-3/+3
|/ | | | | | - Changed Debian 8.5.0 ISO CD ROM URL by redirecting from current (which now has only 8.6.0) to a persistent archive link which should not change anytime soon. - Added a link to official Debian checksum verification procedure (which is more verbose and also acts as a backup source of SHA256sum's) - Fix capitalization (iso)
* Minor change in section nameAnders Øyvind Urke-Sætre2016-09-141-1/+1
| | | | Changed 'build' to 'create', as the section name have changed in newer versions of release-process.md
* [doc] Increase recommended memory in gitian build guidefanquake2016-08-011-1/+1
|
* [trivial][doc] Use Debian 8.5 in the gitian-build guidefanquake2016-06-121-6/+6
|
* Fixed invalid example paths in gitian-building.mdJeremyRand2016-05-051-2/+2
| | | | | | | | | The example local paths for "Building fully offline" have an extraneous ".git". This caused an error when trying to run gbuild, like this fatal: '/home/user/bitcoin.git' does not appear to be a git repository fatal: Could not read from remote repository. This commit fixes that.
* [doc] Update bitcoin-core GitHub linksMarcoFalke2016-04-291-3/+3
|
* Merge #7855: [doc] gitian: Replace precise with trustyWladimir J. van der Laan2016-04-141-6/+6
|\ | | | | | | fa6399d [doc] gitian: Replace precise with trusty (MarcoFalke)
| * [doc] gitian: Replace precise with trustyMarcoFalke2016-04-101-6/+6
| |
* | [Doc] Update gitian build guide to debian 8.4.0fanquake2016-04-111-8/+12
|/
* Doc: change Precise to Trusty in gitian-building.mdJeremyRand2016-04-021-1/+1
| | | https://github.com/bitcoin/bitcoin/commit/2cecb2460002bc645e47e8517b21099b0faec818 changed "precise" to "trusty" in the shell command, but didn't change the text above it accordingly. This commit fixes that.
* Add curl to Gitian setup instrustionsBtcDrak2016-03-091-1/+1
| | | | | | curl is required to fetch dependencies [ci skip]
* Add missing sudo entry in gitian VM setup.BtcDrak2016-02-271-0/+1
| | | | [ci skip]
* Use Debian 8.3 in gitian build guidefanquake2016-01-301-2/+3
| | | | Add instructions to clone the gitian.sigs repo
* gitian: Need `ca-certificates` and `python` for LXC buildsWladimir J. van der Laan2016-01-181-1/+1
|
* doc: Make networking work inside builder in gitian-building.mdWladimir J. van der Laan2016-01-181-2/+2
| | | | | | | | These are changes I needed to get gitian building to work with Debian 8.2, which is the version we tell to use. - Set up NAT, so that container can access network beyond host - Remove explicit cgroup setup - these are mounted automatically now
* doc: change suite to trusty in gitian-building.mdWladimir J. van der Laan2015-11-191-1/+1
|
* [gitian] Use vm-builder_0.12.4+bzr494 on DebianMichael2015-11-111-4/+4
|
* Correct spelling mistakes in doc folderMitchell Cash2015-10-181-38/+38
| | | | | | | | | - OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal
* Merge pull request #6661Wladimir J. van der Laan2015-09-291-2/+2
|\ | | | | | | 551d7ed doc: Fix dead link in gitian-building (unsystemizer)
| * doc: Fix dead link in gitian-buildingunsystemizer2015-09-291-2/+2
| | | | | | | | | | | | - Link to Debian 8.1 netinstall ISO is dead, changed to valid 8.2 - Changed checksum to 8.2 netinstall ISO checksum (http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-cd/SHA256SUMS) - Verified CD checksum, checksum file's signing key
* | Clarifying offline build process using gbuild --url and noting it is notMidnight Magic2015-09-171-4/+56
|/ | | | | | | | | | | | done automatically. At some point along the line, fully offline builds were no longer happening when strictly following the release-process.md instructions. We should ensure that users who might want to torify or build offline need to take extra steps to remain offline. Also, corrections to build process: including gverify examples for new builders.
* Update gitian build guide for Debian 8.1fanquake2015-09-031-58/+81
| | | | Signed-off-by: fanquake <[email protected]>
* Updated URL location of netinstall for Debian฿tcDrak2015-07-141-1/+1
|
* Non-grammatical language improvementsLuke Dashjr2015-05-021-1/+1
|
* Bugfix: Grammar fixesCorinne Dashjr2015-05-011-4/+4
|
* Point to the Debian 7.8 installerMichael Ford2015-04-201-2/+2
| | | | Link to 7.7 is broken.
* fix _code_ snippet in gitian-building.mdUdjinM62015-01-311-0/+1
| | | Trivial typo-like fix
* Improve gitian build guideMichael Ford2015-01-311-18/+15
| | | | | | Point to the Debian 7.7 installer Fix wording now that we only use a single image Remove bitcoin checkout steps, they are covered in release-process
* Fix typoJulian Yap2014-12-281-1/+1
|
* docs: update gitian building docsCory Fields2014-12-191-24/+12
|
* Update Gitian Build guide to include OSXMichael Ford2014-07-021-18/+17
|
* Some documentation fixes + link to my Docker/LXC guideGiuseppe Mazzotta2014-06-031-21/+22
| | | | | | | | I added a link to my guide about using docker containers + LXC (I am planning to maintain this at work for future bitcoin versions), then I mentioned other virtualization options (KVM, LXC). This commit includes a fix issue for documentation issue #4269 that consists in telling users to checkout correct bitcoin version before using the gitian descriptors (otherwise all hell can break loose). Also, I replaced URL for Debian 7.4 ISO with a correct one and added link to official Debian ISO sources.
* Update doc/gitian-building.md for new gitianWladimir J. van der Laan2014-04-161-20/+6
| | | | | | The patch to make it possible to configure the LXC IPs has been merged upstream. This means that it is no longer needed to patch gitian. Remove that workaround.
* doc: update expected intermediate dependency hashesWladimir J. van der Laan2014-04-091-19/+0
| | | | | Also move them to release-process.md from gitian-building.md for more visibility.
* Fixes the broken image in the Gitian Build GuideMichael Ford2014-04-081-1/+1
|
* Add gitian build guideWladimir J. van der Laan2014-04-021-0/+443
Work in progress...