]> Cypherpunks.ru repositories - goredo.git/blob - doc/notes.texi
Full documentation
[goredo.git] / doc / notes.texi
1 @node Notes
2 @unnumbered Implementation notes
3
4 Since there are no strict rules about redo behaviour, here are some
5 remarks about @command{goredo}'s one:
6
7 @itemize
8
9 @item @file{all} target is default
10 @item @file{stdout} is always captured, but no target is created if it
11     was empty
12 @item empty targets are considered always out of date
13 @item @file{.do}'s @file{$3} is relative path to the file in target directory
14 @item @file{.do} search goes up to @file{/} by default, but can be
15     limited with either @env{$REDO_TOP_DIR} environment variable, or by
16     having @file{.redo/top} file in it
17 @item target's completion messages are written after they finish
18 @item executable @file{.do} is run as is, non-executable is run with
19     @code{/bin/sh -e[x]}
20 @item tracing (@option{-x}) can be obviously done only for
21     non-executable @file{.do}
22 @item parallizable build is done only during @command{redo-ifchange} for
23     human convenience: you can globally enable @env{REDO_JOBS}, but
24     still do for example: @code{redo htmls infos index upload}
25
26 @end itemize