aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian
Commit message (Collapse)AuthorAgeFilesLines
...
| * [master]: Update gitian yml filesiDunk54002020-05-135-5/+5
| |
* | build: prepare v0.16.0.0 releaseselsta2020-05-131-2/+2
|/
* Merge pull request #6290Alexander Blair2020-03-271-2/+5
|\ | | | | | | 019c1dc0 gitian-build.py: Fixing check for docker command. (Jonathan Cross)
| * gitian-build.py: Fixing check for docker command.Jonathan Cross2020-01-101-2/+5
| |
* | Merge pull request #6263Alexander Blair2020-03-122-5/+5
|\ \ | | | | | | | | | c11e64fc Gitian: Change lxc ip link (TheCharlatan)
| * | Gitian: Change lxc ip linkTheCharlatan2020-01-062-5/+5
| |/ | | | | | | | | 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.
* | Merge pull request #6160Alexander Blair2020-01-241-1/+1
|\ \ | |/ |/| | | bd6a5778 Gitian: Fix sigs generation (TheCharlatan)
| * Gitian: Fix sigs generationTheCharlatan2019-11-201-1/+1
| |
* | Merge pull request #6117luigi11112019-11-201-6/+5
|\ \ | |/ |/| | | 0f7c9f4 Gitian Readme: adding android signing & fix v0.15 checksum. (jonathancross)
| * Gitian Readme: adding android signing & fix v0.15 checksum.Jonathan Cross2019-11-111-6/+5
| |
* | Fixup compiled python in OSXHoward Chu2019-11-171-1/+1
| |
* | Use standard time for depends cachesHoward Chu2019-11-175-66/+59
| | | | | | | | streamline, remove obsolete wrappers
* | Add ARFLAGSHoward Chu2019-11-171-4/+2
| | | | | | | | Needed to invoke deterministic mode on some archivers
* | gitian: add FreeBSDHoward Chu2019-11-142-17/+145
| |
* | gitian: Parametrize target platformsHoward Chu2019-11-141-27/+22
| |
* | gitian: Update to latest gitian-builderHoward Chu2019-11-111-5/+1
|/
* Merge pull request #6088Riccardo Spagni2019-11-041-1/+1
|\ | | | | | | e8c5ab515 gitian: fix out dir location (iDunk5400)
| * gitian: fix out dir locationiDunk54002019-11-041-1/+1
| |
* | Copy LICENSE to all archivesHoward Chu2019-11-044-3/+13
|/
* gitian: add --rebuild optionHoward Chu2019-11-032-12/+48
| | | | | Avoids delays when sourceforge is slow to respond; allows rebuilding when disconnected from networks.
* Add Android supportHoward Chu2019-11-032-1/+146
|
* 0.15.0.0 release engineeringRiccardo Spagni2019-11-021-3/+3
|
* Updating gitian yml files for v0.15Jonathan Cross2019-10-313-3/+3
|
* Streamline build setupHoward Chu2019-09-241-28/+37
| | | | | | | | | Use shorter, prefix-unique directory names gitian-builder -> builder gitian-sigs -> sigs monero-binaries -> out Just use builder/inputs/monero, no need for 2nd repo clone
* Merge pull request #5796luigi11112019-09-041-3/+3
|\ | | | | | | e3cff3d Gitian build script fixes for MacOS (jonathancross)
| * Gitian build script fixes for MacOSJonathan Cross2019-08-061-3/+3
| |
* | Merge pull request #5764luigi11112019-09-043-4/+4
|\ \ | | | | | | | | | f26e663 Gitian build (mac, linux): gzip => bzip2 (jonathancross)
| * | Gitian build (mac, linux): gzip => bzip2Jonathan Cross2019-07-183-4/+4
| | |
* | | Merge pull request #5706luigi11112019-08-193-3/+25
|\ \ \ | | | | | | | | | | | | 9a5933f Gitian: Add version string to output tar archives (TheCharlatan)
| * | | Gitian: Add version string to output tar archivesTheCharlatan2019-06-273-3/+25
| |/ / | | | | | | | | | | | | | | | The tar archives generated by gitian are currently unversioned. This adds either a tag name when building from a tag, or a short commit id when building from a commit hash.
* | / gitian build README improvementsJonathan Cross2019-07-301-38/+78
| |/ |/|
* | Merge pull request #5627luigi11112019-07-242-21/+25
|\ \ | |/ |/| | | afbf05b Add option to run gitian-build.py on non-debian os (TheCharlatan)
| * Add option to run gitian-build.py on non-debian osTheCharlatan2019-06-262-21/+25
| | | | | | | | | | | | 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.
* | Use 9 digit build IDsHoward Chu2019-06-123-0/+3
| |
* | Allow parallel makeHoward Chu2019-06-123-3/+3
|/
* Made code block usage consistent across all .md filesRohaq2019-05-121-4/+4
|
* do not build in parallel as it is non-deterministicJane Mercer2019-03-292-2/+2
|
* Support docker for gitian buildsTheCharlatan2019-02-143-19/+61
| | | | | | | | | | | 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.
* Add glibc back compat codeTheCharlatan2018-12-042-164/+1
| | | | | To ensure that the binaries compiled by gitian run across many linux distributions, enforce 2.17 as the minimum libc version supported.
* Fix version prefix in gitian buildTheCharlatan2018-11-072-21/+8
| | | | | | | | 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.
* Adapt Readme and script to monero gitian build signingTheCharlatan2018-10-185-77/+43
| | | | | The sigs should be produced in a seperate step by default. Remove windows and osx sig options that are not needed for monero.
* Add OSX gitian descriptorTheCharlatan2018-10-114-23/+120
|
* Add windows descriptor to gitian descriptorsTheCharlatan2018-10-093-7/+142
| | | | | | Windows is built with a seperate descriptor to handle additional changes that need to be done to the end binary. Consolidate the gitian-build script for this change.
* Change gitian.sigs repo from bitcoin-core to monero-project remote hostTheCharlatan2018-10-091-1/+1
|
* Add checksums for download toolsTheCharlatan2018-10-081-4/+5
| | | | | | | The signature prepare tool and the gitian-builder git repo should be checked for their content. For this purpose, checkout the gitian-builder repo at a specific commit and take the sha256sum of the osslsigncode tool.
* Add gitian build scriptTheCharlatan2018-10-084-0/+712
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.