aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
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.