Age | Commit message (Collapse) | Author |
|
ab8e8b9 Remove unused variables in shell scripts. (practicalswift)
Pull request description:
Remove unused variables in shell scripts. Use `_` where we don't care about the result.
Tree-SHA512: 35049e79ee432c805f061456c32902a92811b5214d50ce6770b22d1442cc5999ed53cfe05bb2347f6995ca33c707a0f3fe92d5829c0385c4a3e254953924cbc4
|
|
|
|
|
|
|
|
|
|
|
|
Set the default -j and -m to 2 and 2000 respectively, matching gitian's default values.
|
|
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.
|
|
|
|
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.
|