Commit Graph

16 Commits

Author SHA1 Message Date
Jason Rhinelander
913243d7c3 Fix for macos's decrepit old bash 3.x 2019-12-29 21:12:54 -04:00
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
2019-12-15 16:05:27 -04:00
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.
2019-12-15 16:03:38 -04:00
Jeff
578046144c
Update lokinet-bootstrap
change default bootstrap url
2019-09-04 09:38:47 -04:00
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.
2019-07-26 15:47:38 -03:00
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
2019-04-28 17:04:52 +01:00
Jeff Becker
102875febc
use fixed path for lokinet-bootstrap
dont run unittest with CROSS=ON
2019-03-30 07:40:58 -04:00
Ryan Tharp
fda1679730 add link to where we got the color info incase we need to change it 2019-01-16 13:02:54 -08:00
Jeff Becker
bc68fbb636
use temp file for lokinet-bootstrap 2019-01-07 10:56:31 -05:00
Ryan Tharp
611c166c06 add success message and colorized success/failure per Kee 2018-12-17 21:52:34 -08:00
Lilac
b44e32567e fix lokinet bootstrap script 2018-12-08 14:37:48 +10:00
Ryan Tharp
b707809efa fix RPI compile target and make sure $HOME/.lokinet/ exists before trying to download to it 2018-11-21 03:07:34 +00:00
Jeff Becker
3298cd549a
try fixing debian build 2018-11-13 08:37:35 -05:00
Jeff Becker
e196d909c2
port bootstrap script to sh 2018-10-28 10:31:02 -04:00
Jeff Becker
7d06bd0652
freebsd shebang fix 2018-10-28 10:30:21 -04:00
Jeff Becker
a34ea1e3a8
update readme and include bootstrap script 2018-10-23 07:51:11 -04:00