urbit/pkg/urbit
Jared Tobin 536e56d675
vere: change default bootstrap pill URI
Vere will attempt to download a pill from https://bootstrap.urbit.org if
not given one explicitly.  These pill filenames have traditionally had
the format:

  urbit-$URBIT_VERSION.pill

but this is inconsistent with the manner in which versions are referred
to elsewhere.  For example, release binaries are packaged in tarballs
with the names:

  urbit-linux64-v$URBIT_VERSION.tgz
  urbit-darwin-v$URBIT_VERSION.tgz

Note the 'v' prepended to URBIT_VERSION.

From v0.9.2 forward it is expected that bootstrap pills will also use
the 'v' prefix, i.e.

  urbit-v$URBIT_VERSION.pill

so this commit makes the appropriate change in the daemon.
2019-10-24 09:42:30 +08:00
..
daemon vere: change default bootstrap pill URI 2019-10-24 09:42:30 +08:00
include vere: removes unimplemented cli args -b and -V 2019-10-08 15:00:34 -07:00
jets u3: refactors memoization patterns for safer rc 2019-09-27 17:02:27 -07:00
noun u3: print messages for fatal errors to stderr 2019-10-22 13:00:09 -07:00
tests cleans up tests from previous commit, backporting to 32-bit 2019-09-10 13:14:39 -07:00
vere vere: restore terminal dimensions measurement 2019-10-21 22:41:02 -07:00
worker u3: removes "worker_send_replace" printf 2019-10-17 15:57:19 -07:00
.gitignore Update all pills and fix .gitignore. 2019-10-03 15:03:50 -07:00
configure vere: patch version bump (0.9.0 -> 0.9.1) 2019-10-21 09:57:42 +08:00
CONTRIBUTING.md Nix Build + Monorepo Structure (#1196) 2019-03-04 16:43:53 -08:00
LICENSE.txt Nix Build + Monorepo Structure (#1196) 2019-03-04 16:43:53 -08:00
Makefile cleans up tests from previous commit, backporting to 32-bit 2019-09-10 13:14:39 -07:00
shell.nix Nix Build + Monorepo Structure (#1196) 2019-03-04 16:43:53 -08:00