aboutsummaryrefslogtreecommitdiff
path: root/doc/gitian-building.md
AgeCommit message (Collapse)Author
2016-01-20build: Make networking work inside LXC builder in gitian-building.mdWladimir J. van der Laan
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 - gitian: Need `ca-certificates` and `python` for LXC builds Github-Pull: #7060 Rebased-From: 99fda26de0661afcbe43d5e862c382e3c2e3aa5e 3b468a0e609147c7d7afd8ed97bf271f2356daef
2015-11-19doc: change suite to trusty in gitian-building.mdWladimir J. van der Laan
2015-11-11[gitian] Use vm-builder_0.12.4+bzr494 on DebianMichael
2015-10-18Correct spelling mistakes in doc folderMitchell Cash
- OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal
2015-09-29Merge pull request #6661Wladimir J. van der Laan
551d7ed doc: Fix dead link in gitian-building (unsystemizer)
2015-09-29doc: Fix dead link in gitian-buildingunsystemizer
- 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
2015-09-17Clarifying offline build process using gbuild --url and noting it is notMidnight Magic
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.
2015-09-03Update gitian build guide for Debian 8.1fanquake
Signed-off-by: fanquake <fanquake@gmail.com>
2015-07-14Updated URL location of netinstall for Debian฿tcDrak
2015-05-02Non-grammatical language improvementsLuke Dashjr
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-04-20Point to the Debian 7.8 installerMichael Ford
Link to 7.7 is broken.
2015-01-31fix _code_ snippet in gitian-building.mdUdjinM6
Trivial typo-like fix
2015-01-31Improve gitian build guideMichael Ford
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
2014-12-28Fix typoJulian Yap
2014-12-19docs: update gitian building docsCory Fields
2014-07-02Update Gitian Build guide to include OSXMichael Ford
2014-06-03Some documentation fixes + link to my Docker/LXC guideGiuseppe Mazzotta
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.
2014-04-16Update doc/gitian-building.md for new gitianWladimir J. van der Laan
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.
2014-04-09doc: update expected intermediate dependency hashesWladimir J. van der Laan
Also move them to release-process.md from gitian-building.md for more visibility.
2014-04-08Fixes the broken image in the Gitian Build GuideMichael Ford
2014-04-02Add gitian build guideWladimir J. van der Laan
Work in progress...