aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-build.sh
AgeCommit message (Collapse)Author
2018-07-16Migrate gitian-build.sh to pythonChun Kuan Lee
2018-07-16Change gitian-descriptors to use bionic insteadChun Kuan Lee
2018-07-15Merge #13368: Update gitian-build.sh for dockerMarcoFalke
86967b2e35 Add option to use docker for gitian-build.sh (Andrew Chow) Pull request description: Updates gitian-build.sh script for the docker virtualization method recently added to gitian-builder. Second commit depends on https://github.com/devrandom/gitian-builder/pull/185 Tree-SHA512: 0fa50b6c1be35a7a39f4a82816369637d3d0082922ac9876b80ae8156c795dec0ff34ad384b5348777042df8ddb6a72bbaeddd7002ef80557b10e2acf46632aa
2018-06-20Obsolete #!/bin/bash shebangDesWurstes
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2018-06-01Add option to use docker for gitian-build.shAndrew Chow
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.