Commit Graph

16 Commits (ffe9bbc984da2f0c48dde2883718bfe7db38f543)

Author SHA1 Message Date
Jason Rhinelander 913243d7c3 Fix for macos's decrepit old bash 3.x 4 years ago
Jason Rhinelander 80fee00b5a curl: less verbose and fail on HTTP error response
-s - don't show download progress meter
-S - *do* show error messages (otherwise hidden by -s)
-f - exit with non-zero status on HTTP 400 or above responses
4 years ago
Jason Rhinelander c69237358f Add default mainnet/testnet URLs
Sets new default URLs, one for mainnet and one for testnet, and allows
you to specify "lokinet" (alias "lokinet") or "testnet" for the URL to
use the defaults.
4 years ago
Jeff 578046144c
Update lokinet-bootstrap
change default bootstrap url
5 years ago
Jason Rhinelander 3a8fd5c9a7 lokinet-bootstrap improvements
- takes an optional second argument to control where to download
- print usage info if called with >2 arguments or an argument starting
  with `-`
- Add `set -e` so if unchecked things fail (e.g. the mkdir) the script
  fails.
5 years ago
Michael 0b4d787042
More work on router docker image
- Multi-stage docker build (final image only 15MB!)
- Build in release mode
    - Fix bug with release mode
    - Fix compiler being dumb AF
    - Disable FORTIFY for now
- Enable LTO when making a staticly linked release
- Fix some gcc specific warnings
- Refactor cmake stuff into multiple files
5 years ago
Jeff Becker 102875febc
use fixed path for lokinet-bootstrap
dont run unittest with CROSS=ON
5 years ago
Ryan Tharp fda1679730 add link to where we got the color info incase we need to change it 5 years ago
Jeff Becker bc68fbb636
use temp file for lokinet-bootstrap 5 years ago
Ryan Tharp 611c166c06 add success message and colorized success/failure per Kee 6 years ago
Lilac b44e32567e fix lokinet bootstrap script 6 years ago
Ryan Tharp b707809efa fix RPI compile target and make sure $HOME/.lokinet/ exists before trying to download to it 6 years ago
Jeff Becker 3298cd549a
try fixing debian build 6 years ago
Jeff Becker e196d909c2
port bootstrap script to sh 6 years ago
Jeff Becker 7d06bd0652
freebsd shebang fix 6 years ago
Jeff Becker a34ea1e3a8
update readme and include bootstrap script 6 years ago