Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-16 | Change gitian-descriptors to use bionic instead | Chun Kuan Lee | |
2018-07-15 | Merge #13368: Update gitian-build.sh for docker | MarcoFalke | |
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-20 | Obsolete #!/bin/bash shebang | DesWurstes | |
2018-06-14 | Add "export LC_ALL=C" to all shell scripts | practicalswift | |
2018-06-01 | Add option to use docker for gitian-build.sh | Andrew Chow | |
2018-05-29 | Ensure gitian-build.sh uses bash | Jeff 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-02 | gitian-build.sh: fix signProg being recognized as two parameters | Ken Lee | |
2018-02-09 | [scripts] gitian-builder.sh: fix --setup doc, LXC is default | Sjors Provoost | |
2017-10-18 | Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]]) | practicalswift | |
2017-10-18 | Remove "\n" from echo argument. echo does not support escape sequences. | practicalswift | |
2017-10-18 | Remove unused variables | practicalswift | |
2017-09-24 | Remove lxcbr0 lines from gitian-build.sh | MeshCollider | |
2017-06-27 | Fix inconsistencies and grammar in various files | MeshCollider | |
2017-01-29 | Fix typos | practicalswift | |
2016-09-11 | [copyright] Add missing copyright headers | isle2983 | |
2016-08-28 | Set defaults to gitian defaults | Andrew Chow | |
Set the default -j and -m to 2 and 2000 respectively, matching gitian's default values. | |||
2016-08-27 | Create 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-27 | Check for OSX SDK | Andrew Chow | |
2016-08-27 | Create an easy to use gitian building script | Andrew 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. |