]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/features.texi
Redundant @documentencoding
[goredo.git] / doc / features.texi
index c1eb41b90f02fb3d115c6399e59d75c136bba2a6..06317a583fd2844873f76d35dc5fd5591fee0a73 100644 (file)
@@ -1,4 +1,5 @@
 @node Features
+@cindex features
 @unnumbered Features
 
 Notable features that differentiate @command{goredo} from many other
@@ -12,6 +13,7 @@ implementations.
     @item check that @file{stdout} and @file{$3} are not written simultaneously
     @item check that generated target was not modified "externally" outside
       the redo, preventing its overwriting, but continuing the build
+      (optionally can stop)
     @end itemize
 @item recursive, indented and serialized logs display ability, with
     priority to the depth and bad return codes, like in @command{apenwarr/redo},
@@ -21,9 +23,11 @@ implementations.
     codes can be saved for later investigation
 @item targets, dependency information and their directories are explicitly
   synced (can be disabled, should work faster)
-@item file's change is detected by comparing its size, @code{ctime} (if
-    @env{$REDO_INODE_NO_TRUST} environment variable is not set) and
-    @url{https://github.com/BLAKE3-team/BLAKE3, BLAKE3} hash
+@item file's change is detected by comparing its size, and
+    @url{https://github.com/BLAKE3-team/BLAKE3, BLAKE3} hash. Also as an
+    optimization, by default if file's @code{ctime} is same, then hash
+    check is skipped. Optionally you can disable that behaviour, or even
+    enable trust to file's @code{mtime}
 @item files creation is @code{umask}-friendly (unlike @code{mkstemp()}
     used in @command{redo-c})
 @item parallel build with jobs limit, optionally in infinite mode
@@ -38,7 +42,7 @@ implementations.
     for each line. To convert them to localtime you can use either
     @command{tai64nlocal} utility from
     @url{http://cr.yp.to/daemontools.html, daemontools}, or similar one:
-    @code{go get go.cypherpunks.ru/tai64n/cmd/tai64nlocal}
+    @code{go install go.cypherpunks.ru/tai64n/v2/cmd/tai64nlocal}
 @item Either GNU Make or bmake @ref{Jobserver, jobserver} compatibility support
 
 @end itemize