tools.deploy: whoops, need bootstrap.image.
parent
5372e0b9a5
commit
a81d6cdd15
|
@ -1,9 +1,10 @@
|
||||||
USING: tools.test system io io.encodings.ascii io.pathnames
|
USING: bootstrap.image tools.test system io io.encodings.ascii
|
||||||
io.files io.files.info io.files.temp kernel tools.deploy.config
|
io.pathnames io.files io.files.info io.files.temp kernel
|
||||||
tools.deploy.config.editor tools.deploy.backend math sequences
|
tools.deploy.config tools.deploy.config.editor
|
||||||
io.launcher arrays namespaces continuations layouts accessors
|
tools.deploy.backend math sequences io.launcher arrays
|
||||||
urls math.parser io.directories tools.deploy tools.deploy.test
|
namespaces continuations layouts accessors urls math.parser
|
||||||
vocabs ;
|
io.directories tools.deploy tools.deploy.test vocabs ;
|
||||||
|
|
||||||
IN: tools.deploy.tests
|
IN: tools.deploy.tests
|
||||||
|
|
||||||
! Delete all cached staging images in case syntax or
|
! Delete all cached staging images in case syntax or
|
||||||
|
|
Loading…
Reference in New Issue