aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-11-07build: prepare v0.17.1.3selsta1-2/+2
2020-11-07build: prepare v0.17.1.2selsta1-2/+2
2020-10-18build: prepare v0.17.1.1selsta1-2/+2
2020-10-13build: prepare v0.17.1.0selsta1-2/+2
2020-09-25build: prepare v0.17.0.1selsta1-2/+2
2020-09-14build: prepare v0.17selsta1-2/+2
2020-05-13build: prepare v0.16.0.0 releaseselsta1-2/+2
2020-01-06Gitian: Change lxc ip linkTheCharlatan1-3/+3
The ip link currently listed in the README no longer works on the newest version of lxc shipped with ubuntu 18.04, this commit corrects this.
2019-11-11Gitian Readme: adding android signing & fix v0.15 checksum.Jonathan Cross1-6/+5
2019-11-03gitian: add --rebuild optionHoward Chu1-0/+16
Avoids delays when sourceforge is slow to respond; allows rebuilding when disconnected from networks.
2019-11-020.15.0.0 release engineeringRiccardo Spagni1-3/+3
2019-07-30gitian build README improvementsJonathan Cross1-38/+78
2019-06-26Add option to run gitian-build.py on non-debian osTheCharlatan1-1/+10
This commits adds the `--no-apt` flag to the gitian-build.py script. This allows gitian builds to be run without root access and non-debian based operating systems.
2019-05-12Made code block usage consistent across all .md filesRohaq1-4/+4
2019-02-14Support docker for gitian buildsTheCharlatan1-14/+60
Building with docker is arguably easier and more familiar to most people than either kvm, or lxc. This commit also relaxes the back compat requirement a bit. 32 bit linux now uses glibc version 2.0. Also, the docker shell could not handle gcc arguments containing spaces, so the explicit '-DFELT_TYPE' declaration was dropped. Lastly, this removes some packages from the osx descriptor.
2018-11-07Fix version prefix in gitian buildTheCharlatan1-20/+7
The version prefix 'v' should just be set constantly. Reflect this change in the README as well. This should allow building commits as well, if a commit is passed in instead of a tag.
2018-10-18Adapt Readme and script to monero gitian build signingTheCharlatan1-45/+33
The sigs should be produced in a seperate step by default. Remove windows and osx sig options that are not needed for monero.
2018-10-08Add gitian build scriptTheCharlatan1-0/+158
This adds a build script to run gitian builds for linux. The build script was copied from bitcoin and then adapted for monero. Build step documentation is outlined in the README in the contrib/gitian directory.