aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-build.sh
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-31/+31
|
* Update contrib/gitian-build.shMicael Malta2021-06-281-1/+2
| | | Co-authored-by: Ross Nicoll <[email protected]>
* [GITIAN] upgrade builderMalta Micael2021-06-271-35/+48
| | | | | | | | | | FIX: GIT: fatal unknown date format format-local:%F %T OSSLSIGNCODE: new depedency url LXC: lxcbr0: ERROR while getting interface flags: No such device DOGECOIN: branding
* Fix typospracticalswift2017-01-291-1/+1
|
* [copyright] Add missing copyright headersisle29832016-09-111-0/+4
|
* Set defaults to gitian defaultsAndrew Chow2016-08-281-3/+3
| | | | Set the default -j and -m to 2 and 2000 respectively, matching gitian's default values.
* Create option to detach sign gitian builds and not commit the files in the ↵Andrew Chow2016-08-271-25/+44
| | | | | | script Gitian builds can be done where the assert files are made but no signing is done. The sigs can also optionally not be committed automatically.
* Check for OSX SDKAndrew Chow2016-08-271-0/+7
|
* Create an easy to use gitian building scriptAndrew Chow2016-08-271-0/+362
I've written a script that automates the setup and building of binaries with gitian. All of the commands are pulled from various documentation on gitian building.