Merge remote-tracking branch 'origin/master' into jb/motion

This commit is contained in:
Philip Monk 2020-12-08 09:51:34 -08:00
commit d4acbd1761
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC
3 changed files with 14 additions and 5 deletions

View File

@ -268,6 +268,13 @@ Contributions:
[..] [..]
``` ```
Ensure the Vere release is marked as the 'latest' release and upload the two
`.tgz` files to the release as `darwin.tgz` and `linux64.tgz`;
this allows us to programmatically retrieve the latest release at
[urbit.org/install/mac/latest/](https://urbit.org/install/mac/latest) and
[urbit.org/install/linux64/latest](https://urbit.org/install/linux64/latest),
respectively.
The same schpeel re: release candidates applies here. The same schpeel re: release candidates applies here.
Note that the release notes indicate which version of Urbit OS the Vere release Note that the release notes indicate which version of Urbit OS the Vere release

View File

@ -4,7 +4,7 @@ build:
nix-build -A urbit -A herb --no-out-link nix-build -A urbit -A herb --no-out-link
install: install:
nix-env -f . -iA urbit -iA urbit-debug -iA herb nix-env -f . -iA urbit -iA herb
release: release:
sh/release sh/release

View File

@ -109,10 +109,12 @@
++ on-peek ++ on-peek
|= =path |= =path
^- (unit (unit cage)) ^- (unit (unit cage))
?+ path [~ ~] ?+ path [~ ~]
[%x %kiln %ota ~] ``noun+!>(ota) [%x %kiln %ota ~] ``noun+!>(ota)
[%x %kiln %our ~] ``noun+!>(our) [%x %kiln %our ~] ``noun+!>(our)
[%x %kiln %base-hash ~] ``noun+!>((base-hash:version our now)) [%x %kiln %base-hash ~]
=/ ver (base-hash:version our now)
``noun+!>(?~(ver 0v0 i.ver))
== ==
:: ::
++ poke-commit ++ poke-commit