mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 07:42:20 +03:00
Merge branch 'ford-orphans' (#2192)
* ford-orphans: ford: dequeue orphans Signed-off-by: Jared Tobin <jared@tlon.io>
This commit is contained in:
commit
a3e682f596
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cc80ac4de50bb5be47c6545289d883ad7e334f19464fb61a91fe96a5dcbfd4be
|
oid sha256:9063b34d6f7bd309df947753fbc1e5cda5fca9399bbfd62c2a2a67ac6e21f3b1
|
||||||
size 9633328
|
size 9654478
|
||||||
|
@ -5817,6 +5817,11 @@
|
|||||||
?: verified.build-relation
|
?: verified.build-relation
|
||||||
~
|
~
|
||||||
`sub
|
`sub
|
||||||
|
:: dequeue orphans in case we were about to run them
|
||||||
|
::
|
||||||
|
=/ orphan-set (~(gas in *(set ^build)) orphans)
|
||||||
|
=. next-builds (~(dif in next-builds) orphan-set)
|
||||||
|
=. candidate-builds (~(dif in candidate-builds) orphan-set)
|
||||||
:: remove links to orphans in :build's +build-status
|
:: remove links to orphans in :build's +build-status
|
||||||
::
|
::
|
||||||
=^ build-status builds.state
|
=^ build-status builds.state
|
||||||
|
Loading…
Reference in New Issue
Block a user