practicalswift
564a172dfd
Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]])
7 years ago
practicalswift
b9e79ab415
Remove "\n" from echo argument. echo does not support escape sequences.
7 years ago
practicalswift
f6b3382fa3
Remove unused variables
7 years ago
MeshCollider
8849130415
Remove lxcbr0 lines from gitian-build.sh
7 years ago
practicalswift
ab8e8b97a3
Remove unused variables in shell scripts.
7 years ago
MeshCollider
41f3e84aac
Fix inconsistencies and grammar in various files
7 years ago
practicalswift
5f62e3eb63
Fix typos
8 years ago
isle2983
783e930e68
[copyright] Add missing copyright headers
8 years ago
Andrew Chow
3fe0b68fb4
Set defaults to gitian defaults
...
Set the default -j and -m to 2 and 2000 respectively, matching gitian's default values.
8 years ago
Andrew Chow
6ffd6b4a57
Create option to detach sign gitian builds and not commit the files in the 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.
8 years ago
Andrew Chow
498d8dadbf
Check for OSX SDK
8 years ago
Andrew Chow
eda4cfb992
Create an easy to use gitian building script
...
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.
8 years ago