mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-07 14:01:49 +02:00
Update docs/developer/doit.md
Co-authored-by: Alexis Métaireau <alexis@freedom.press>
This commit is contained in:
parent
396d53b130
commit
01a613d640
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ We picked Doit out of the various tools out there for the following reasons:
|
||||||
applicable, it's easy to issue shell commands as well.
|
applicable, it's easy to issue shell commands as well.
|
||||||
* **File targets:** Doit borrows the file target concept from Makefiles. Tasks
|
* **File targets:** Doit borrows the file target concept from Makefiles. Tasks
|
||||||
can have file dependencies, and targets they build. This makes it easy to
|
can have file dependencies, and targets they build. This makes it easy to
|
||||||
define a dependency graph (DAG) for tasks.
|
define a dependency graph for tasks.
|
||||||
* **Hash-based caching:** Unlike Makefiles, doit does not look at the
|
* **Hash-based caching:** Unlike Makefiles, doit does not look at the
|
||||||
modification timestamp of source/target files, to figure out if it needs to
|
modification timestamp of source/target files, to figure out if it needs to
|
||||||
run them. Instead, it hashes those files, and will run a task only if the
|
run them. Instead, it hashes those files, and will run a task only if the
|
||||||
|
|
Loading…
Reference in a new issue