From 6e127dbea7ed054949e81ae31dc700af4d804047 Mon Sep 17 00:00:00 2001 From: Elliot Glaysher Date: Fri, 24 Aug 2018 15:12:29 -0700 Subject: [PATCH] Don't cache live builds until canceled. --- sys/vane/ford.hoon | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/vane/ford.hoon b/sys/vane/ford.hoon index 44463148f7..445de35a10 100644 --- a/sys/vane/ford.hoon +++ b/sys/vane/ford.hoon @@ -5909,16 +5909,15 @@ ..execute :: %live - =/ resources=(jug disc resource) (collect-live-resources build) :: clean up previous build :: =? state ?=(^ last-sent.live.duct-status) =/ old-build=^build build(date date.u.last-sent.live.duct-status) :: - (move-root-to-cache old-build) + (remove-anchor-from-root old-build [%duct duct]) :: =/ resource-list=(list [=disc resources=(set resource)]) - ~(tap by resources) + ~(tap by (collect-live-resources build)) :: we can only handle a single subscription :: :: In the long term, we need Clay's interface to change so we can