mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 09:51:36 +03:00
kiln: make dist desks public on-boot
So that our sponsees (and other ship) can install the software on them.
This commit is contained in:
parent
059c2daed3
commit
c9e8c8ca60
@ -251,13 +251,17 @@
|
|||||||
::
|
::
|
||||||
:: watch for gall reloading
|
:: watch for gall reloading
|
||||||
=. ..on-init abet:gall-lyv:vats
|
=. ..on-init abet:gall-lyv:vats
|
||||||
:: install other desks
|
:: install other desks and make them public
|
||||||
::
|
::
|
||||||
=/ dez=(list desk) ~(tap in desks)
|
=/ dez=(list desk) ~(tap in desks)
|
||||||
|- ^+ ..on-init
|
|- ^+ ..on-init
|
||||||
?~ dez ..on-init
|
?~ dez ..on-init
|
||||||
=. ..on-init
|
=. ..on-init
|
||||||
abet:(install-local:vats i.dez)
|
abet:(install-local:vats i.dez)
|
||||||
|
=. ..on-init
|
||||||
|
%- emit
|
||||||
|
:^ %pass /kiln/permission %arvo
|
||||||
|
[%c %perm i.dez / %r `[%black ~]]
|
||||||
=? ..on-init !=(sop our)
|
=? ..on-init !=(sop our)
|
||||||
abet:(install:vats i.dez sop i.dez)
|
abet:(install:vats i.dez sop i.dez)
|
||||||
$(dez t.dez)
|
$(dez t.dez)
|
||||||
|
Loading…
Reference in New Issue
Block a user