summaryrefslogtreecommitdiff
path: root/icktool.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-20 14:22:05 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-20 14:22:05 +0300
commit5ae62c10d57873333ff6a8581b1259c533e253be (patch)
tree83297b19a0b0799422c473f58cd010a7d3908ceb /icktool.mdwn
parentee8f8b7a6d8fb06d85d92e93ad0752f2937e771c (diff)
downloadick.liw.fi-5ae62c10d57873333ff6a8581b1259c533e253be.tar.gz
Add: clarify make-it-so does not touch other resources
Diffstat (limited to 'icktool.mdwn')
-rw-r--r--icktool.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/icktool.mdwn b/icktool.mdwn
index 1e3d986..98cd087 100644
--- a/icktool.mdwn
+++ b/icktool.mdwn
@@ -140,6 +140,13 @@ output and exit code back to the controller. The controller keeps
track of all projects, pipelines, builds, build output, and build
results.
+Note that `icktool make-it-so` does not touch in any way project or
+pipeline resources not mentioned in the .ick file. If the controller
+knows of a project foo, but it is not in the .ick file, the foo
+project is not modified, or deleted. It remains exactly as it was.
+Also, projects may reference any pipelines the controller knows about,
+even if not mentioned in the .ick file.
+
Pipelines: "where"
-----------------------------------------------------------------------------