osbuild.py/pipeline: add the concept of a content store
Whenever an assembler is not specified, the output tree is instead saved to the content store, in a directory named after the pipeline id. This should render the io.weldr.tree assembler redundant. In order to build the samples as before, specify the content store as the input directory to build any pipeline that uses the io.weldr.untree stage. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
f25cffa151
commit
e607053c32
8 changed files with 26 additions and 37 deletions
|
|
@ -20,12 +20,5 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"assembler":
|
||||
{
|
||||
"name": "io.weldr.tree",
|
||||
"options": {
|
||||
"tree": "base"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue