X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=fef91e9a0e91a8123b31277a5a3dea665f756e2a;hb=d6452916dab0ee9745f362286a01784511b36787;hp=cfc6b468a18dc221bf73a6a083255d57cdfd526d;hpb=8bcef864fb5801974190498023b9b0947c2f8c7d;p=goredo.git diff --git a/README b/README index cfc6b46..fef91e9 100644 --- a/README +++ b/README @@ -9,6 +9,9 @@ apenwarr/redo (https://redo.readthedocs.io/en/latest/) were also implemented. Why yet another implementation? It is feature full and has better performance comparing to shell and Python implementation. +It passes tests from dieweltistgarnichtso.net's redo-sh.tests and +implementation-neutral from apenwarr/redo. + goredo is free software: see the file COPYING for copying conditions. Home page: http://www.goredo.cypherpunks.ru/ @@ -18,14 +21,14 @@ INSTALL *goredo-install* $ goredo -symlinks $ export PATH=`pwd`:$PATH -If you have problems with *.golang.org's unability to verify +If you have problems with *.golang.org's inability to verify authenticity of go.cypherpunks.ru TLS connection, then you can disable their usage by setting GOPRIVATE=go.cypherpunks.ru. If you still have problems with the authenticity on your side, then build it manually: > $ git clone git://git.cypherpunks.ru/goredo.git $ cd goredo - $ git tag -v v0.5.0 + $ git tag -v v0.6.2 $ git clone git://git.cypherpunks.ru/gorecfile.git $ ( cd gorecfile ; git tag -v v0.3.0 ) $ echo "replace go.cypherpunks.ru/recfile => `pwd`/gorecfile" >> go.mod @@ -41,12 +44,15 @@ NOTES *goredo-notes* * "all" target is default * stdout is always captured, but no target is created if it was empty * empty targets are considered always out of date -* .do's $3 is relative path to the file in same directory +* .do's $3 is relative path to the file in target directory * .do search goes up to / by default, but can be limited with either $REDO_TOP_DIR environment variable, or by having .redo/top file in it * target's completion messages are written after they finish * executable .do is run as is, non-executable is run with /bin/sh -e[x] -* tracing (-x) can be done only for non-executable .do +* tracing (-x) can be obviously done only for non-executable .do +* parallizable build is done only during redo-ifchange for human + convenience: you can globally enable REDO_JOBS, but still do for + example: redo htmls infos index upload FEATURES *goredo-features* @@ -96,6 +102,7 @@ COMMANDS *goredo-commands* default.do ../default.b.o.do ../default.o.do + ../default.do * redo-dot -- dependency DOT graph generator. For example to visualize your dependencies with GraphViz: > $ redo target [...] # to assure that **/.redo/*.dep are filled up