aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/README.md (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-26build: prepare v0.18.1.2selsta1-1/+1
2022-09-06build: prepare v0.18.1.1selsta1-1/+1
2022-07-28build: prepare v0.18.1.0selsta1-1/+1
2022-07-13build: prepare v0.18.0.0selsta1-1/+1
2022-06-06Gitian: refresh the stale Monero dir via --setup switchmj-xmr1-1/+2
2022-05-09Make Mac SDK into a regular depends packageHoward Chu1-9/+0
2022-04-27Change "Github" to "GitHub"Abdullah1-1/+1
2021-09-04Add simple script for running gitian-buildHoward Chu1-0/+2
This shell script creates a docker image for running the gitian-build.py script, to avoid version incompatibilities. The builds may be signed automatically after manually reviewing the build hashes. Only docker.io and apt-cacher-ng are required to be installed on the host. The MacOSX SDK should also be present in this directory if Mac builds are desired. A container named "gitrun" is used to launch the builds, and all output will reside in this container as well.
2021-04-11Doc: Update Gitian (Reproducible Builds) with small code snippets and fixesmj-xmr1-18/+52
2020-12-08Add command to sign freebsd assert file for gitianMoneroArbo1-0/+1
Add FreeBSD to "Signing assert files" section of gitian readme / guide
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-02Merge pull request #6079Riccardo Spagni1-3/+3
e4d1674e8 0.15.0.0 release engineering (Riccardo Spagni)
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.