mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 03:00:15 +03:00
Merge remote-tracking branch 'origin/master' into jb/motion
This commit is contained in:
commit
d4acbd1761
@ -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
|
||||||
|
2
Makefile
2
Makefile
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user