blob: 20c51445a3596f6a7cbdd324d43111f285ad9aa7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
doit comes from the idea of bringing the power of build-tools to execute
any kind of task.
A task describes some computation to be done (actions), and contains some
extra meta-data. Actions:
* can be external programs (executed as shell commands) or python
functions.
* a single task may define more than one action.
|