Commit Graph

11 Commits

Author SHA1 Message Date
Josh Lehman
48ea6c028e
Merge pull request #6328 from urbit/autoprop-link
Add |link step to %autoprop.
2023-03-16 08:46:20 -07:00
fang
d71c46b3a5
autoprop: properly keep track of runtime version
Autoprop has a timer that checks whether we're on a new/different runtime
periodically. When we detect we are, we re-build the props, so that they may
be re-published under that new version identifier.

However, we weren't updating the cached runtime version we store in state,
causing every firing of this timer to re-build the props.

Here, we correctly update state if we detect a difference, so that subsequent
timers don't trigger redundant rebuilds.
2023-02-18 17:20:14 +01:00
Sigilante
d9dd481ce5
Add |link step to %autoprop. 2023-02-14 11:01:52 -06:00
fang
28d1e35774
autoprop: write props into runtime version folder
For vere, we try to put it into a folder whose name is just the vere
version number. For other runtimes, we cat the whole version string
together.
2023-01-24 19:13:32 +01:00
fang
34fd6c854a
autoprop: auto-republish props for new runtime
Checks to see if we've changed the runtime version. If we have, publish
all the props at that new runtime version.
2023-01-24 19:12:14 +01:00
fang
23f2b9cb4d
autoprop: include missing dependencies 2023-01-23 21:28:27 +01:00
fang
9308ad9960
autoprop: update for new sole protocol 2023-01-23 21:27:55 +01:00
fang
4272013244
autoprop: remove unused files from pkg/autoprop 2023-01-23 20:43:30 +01:00
fang
ba01f456a4
autoprop: include tasks in wake failure print 2023-01-23 20:43:21 +01:00
fang
c32f7bf408
autoprop: tweak cli ux 2023-01-23 20:43:05 +01:00
fang
136f146774
autoprop: rename from autopill 2023-01-23 20:42:47 +01:00