Skip to content
This repository was archived by the owner on Aug 14, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions app/aqua.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,12 @@
::
[%swap-files ~]
=. userspace-ova.pil
=/ slim-dirs
`(list path)`~[/app /gen /lib /mar /sur /hoon/sys /arvo/sys /zuse/sys]
:_ ~
%- unix-event
(file-ovum:pill-lib /(scot %p our.hid)/home/(scot %da now.hid))
%- %*(. file-ovum:pill-lib directories slim-dirs)
/(scot %p our.hid)/home/(scot %da now.hid)
=^ ms this (poke-pill pil)
(emit-moves ms)
::
Expand Down Expand Up @@ -527,7 +530,6 @@
~
=/ who (slav %p i.pax)
=/ pier (~(get by piers) who)
=/ ren i.t.t.t.t.pax
?~ pier
~
:^ ~ ~ %noun
Expand Down
2 changes: 2 additions & 0 deletions app/ph.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@
;< ~ bind:m (raw-ship ~bud `(dawn:eth-node ~bud))
;< ~ bind:m (raw-ship ~marbud `(dawn:eth-node ~marbud))
;< file=@t bind:m (touch-file ~bud %base)
~& %checking-file-touched
(check-file-touched ~marbud %home file)
~& %checked-file-touched
;< eth-node=_eth-node bind:m
(breach-and-hear:eth-node our.hid ~bud ~marbud)
;< [eth-node=_eth-node ~] bind:m
Expand Down
4 changes: 2 additions & 2 deletions lib/hood/kiln.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
++ poke-track ::
|= hos/kiln-sync
?: (~(has by syn) hos)
abet:(spam (render "already syncing" [sud her syd]:hos) ~)
abet:(spam (render "already tracking" [sud her syd]:hos) ~)
abet:abet:start-track:(auto hos)
::
++ poke-sync ::
Expand Down Expand Up @@ -457,7 +457,7 @@
q.p.mes
==
::
$no-ali-desk
$no-ali-disc
:~ (render "sync activated" sud her syd)
leaf+"note: blank desk {<sud>} on {<her>}"
==
Expand Down
4 changes: 3 additions & 1 deletion lib/pill.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
:: bas: full path to / directory
::
++ file-ovum
=/ directories
`(list path)`~[/app /gen /lib /mar /ren /sec /sur /sys /tests /web]
|= bas=path
^- ovum
::
Expand All @@ -62,7 +64,7 @@
:: /tests unit tests
:: /web %eyre web content
::
%. [/app /gen /lib /mar /ren /sec /sur /sys /tests /web ~]
%. directories
|= :: sal: all spurs to load from
::
sal/(list spur)
Expand Down
Loading