We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9b2ed commit 710cf58Copy full SHA for 710cf58
doc/dependencies.rst
@@ -252,6 +252,13 @@ task name (whatever comes after ``task_`` on the function name) in the
252
*task-dependencies* are **not** used to determine if a task is up-to-date or
253
not. If a task defines only *task-dependency* it will always be executed.
254
255
+.. tip::
256
+
257
+ If you want a task to be considered not up-to-date when a dependency task's
258
+ result changes, use :ref:`result_dep <result_dep>` instead.
259
+ ``result_dep`` implies a ``task_dep`` (execution order)
260
+ and also checks if the dependency's result has changed.
261
262
263
This example we make sure we include a file with the latest revision number of
264
the mercurial repository on the tar file.
0 commit comments