mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
Add and remove build from :builds-by-state
This commit is contained in:
parent
f180907c5a
commit
d17a675382
@ -866,6 +866,9 @@
|
||||
::
|
||||
builds-by-listener.state
|
||||
(~(put by builds-by-listener.state) duct build)
|
||||
::
|
||||
builds-by-date.state
|
||||
(~(put ju builds-by-date.state) date.build schematic.build)
|
||||
::
|
||||
builds-by-schematic.state
|
||||
%+ ~(put by builds-by-schematic.state)
|
||||
@ -1074,7 +1077,7 @@
|
||||
:: remove :build from :builds-by-state
|
||||
::
|
||||
=. builds-by-date.state
|
||||
(~(del ju builds-by-date.state) date.build build)
|
||||
(~(del ju builds-by-date.state) date.build schematic.build)
|
||||
:: if no more builds at this date, remove the date from :dependency-updates
|
||||
::
|
||||
=? dependency-updates.state
|
||||
|
Loading…
Reference in New Issue
Block a user