aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-build.sh
AgeCommit message (Collapse)Author
2018-05-29Ensure gitian-build.sh uses bashJeff Frontz
If the user has some other login shell (e.g., ksh), the bashisms in gitian-build.sh don't work so well.
2018-03-02gitian-build.sh: fix signProg being recognized as two parametersKen Lee
2018-02-09[scripts] gitian-builder.sh: fix --setup doc, LXC is defaultSjors Provoost
2017-10-18Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]])practicalswift
2017-10-18Remove "\n" from echo argument. echo does not support escape sequences.practicalswift
2017-10-18Remove unused variablespracticalswift
2017-09-24Remove lxcbr0 lines from gitian-build.shMeshCollider
2017-06-27Fix inconsistencies and grammar in various filesMeshCollider
2017-01-29Fix typospracticalswift
2016-09-11[copyright] Add missing copyright headersisle2983
2016-08-28Set defaults to gitian defaultsAndrew Chow
Set the default -j and -m to 2 and 2000 respectively, matching gitian's default values.
2016-08-27Create option to detach sign gitian builds and not commit the files in the ↵Andrew Chow
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.
2016-08-27Check for OSX SDKAndrew Chow
2016-08-27Create an easy to use gitian building scriptAndrew Chow
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.