forked from lix-project/lix
references are added according to build task
at this level of abstraction we do not really care about build instructions or what they are, and also build instructions including their arguments really amount to the build task.
This commit is contained in:
parent
80de4a4804
commit
195aa28ff7
|
@ -79,7 +79,7 @@ Adding, building, copying and deleting store objects must be done in a way that
|
||||||
|
|
||||||
- Build results must only refer to store objects in the closure of the build inputs.
|
- Build results must only refer to store objects in the closure of the build inputs.
|
||||||
|
|
||||||
Building a store object will add appropriate references, according to provided build instructions.
|
Building a store object will add appropriate references, according to the build task.
|
||||||
These references can only come from declared build inputs.
|
These references can only come from declared build inputs.
|
||||||
|
|
||||||
- Store objects being copied must refer to objects already in the destination store.
|
- Store objects being copied must refer to objects already in the destination store.
|
||||||
|
|
Loading…
Reference in a new issue