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:
Valentin Gagarin 2022-06-02 23:29:32 +02:00 committed by Valentin Gagarin
parent 80de4a4804
commit 195aa28ff7

View file

@ -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.
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.
- Store objects being copied must refer to objects already in the destination store.