Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-26 | build: prepare v0.17.2.0 | selsta | 1 | -2/+2 | |
2021-01-02 | build: prepare v0.17.1.9 | selsta | 1 | -2/+2 | |
2020-12-23 | build: prepare v0.17.1.8 | selsta | 1 | -2/+2 | |
2020-12-10 | build: prepare v0.17.1.7 | selsta | 1 | -2/+2 | |
2020-12-03 | build: prepare v0.17.1.6 | selsta | 1 | -2/+2 | |
2020-11-23 | build: prepare v0.17.1.5 | selsta | 1 | -2/+2 | |
2020-11-07 | build: prepare v0.17.1.3 | selsta | 1 | -2/+2 | |
2020-11-07 | build: prepare v0.17.1.2 | selsta | 1 | -2/+2 | |
2020-10-18 | build: prepare v0.17.1.1 | selsta | 1 | -2/+2 | |
2020-10-13 | build: prepare v0.17.1.0 | selsta | 1 | -2/+2 | |
2020-09-25 | build: prepare v0.17.0.1 | selsta | 1 | -2/+2 | |
2020-09-14 | build: prepare v0.17 | selsta | 1 | -2/+2 | |
2020-05-13 | build: prepare v0.16.0.0 release | selsta | 1 | -2/+2 | |
2020-01-06 | Gitian: Change lxc ip link | TheCharlatan | 1 | -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-11 | Gitian Readme: adding android signing & fix v0.15 checksum. | Jonathan Cross | 1 | -6/+5 | |
2019-11-03 | gitian: add --rebuild option | Howard Chu | 1 | -0/+16 | |
Avoids delays when sourceforge is slow to respond; allows rebuilding when disconnected from networks. | |||||
2019-11-02 | 0.15.0.0 release engineering | Riccardo Spagni | 1 | -3/+3 | |
2019-07-30 | gitian build README improvements | Jonathan Cross | 1 | -38/+78 | |
2019-06-26 | Add option to run gitian-build.py on non-debian os | TheCharlatan | 1 | -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-12 | Made code block usage consistent across all .md files | Rohaq | 1 | -4/+4 | |
2019-02-14 | Support docker for gitian builds | TheCharlatan | 1 | -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-07 | Fix version prefix in gitian build | TheCharlatan | 1 | -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-18 | Adapt Readme and script to monero gitian build signing | TheCharlatan | 1 | -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-08 | Add gitian build script | TheCharlatan | 1 | -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. |