From: Sergey Matveev Date: Fri, 16 Jan 2026 09:44:49 +0000 (+0300) Subject: Ability to build tai64nlocal from the tarball X-Git-Tag: v2.9.0~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5541764d2ed42224b5657db738ab20921f61bb75;p=goredo.git Ability to build tai64nlocal from the tarball --- diff --git a/doc/INSTALL b/doc/INSTALL index 8f781a9..9427379 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -21,6 +21,9 @@ Preferable way is to [Download] tarball with the signature from website: $ ./goredo -symlinks # create redo-* commands symlinks $ export PATH=`pwd`:$PATH # let your system know about goredo + # to additionally build tai64nlocal utility for [Logs] + $ go build -mod=vendor -o tai64nlocal go.cypherpunks.su/tai64n/v4/cmd/tai64nlocal + A [Env] GOPRIVATE If you have problems with *.golang.org's inability to verify authenticity of go.cypherpunks.su TLS connection, then you can diff --git a/doc/cmd/Logs b/doc/cmd/Logs index 3f0aeac..58e481f 100644 --- a/doc/cmd/Logs +++ b/doc/cmd/Logs @@ -15,7 +15,8 @@ Each line of it is prefixed with that you can decode with tai64nlocal utility from => http://cr.yp.to/daemontools.html daemontools or similar one: - go install go.cypherpunks.su/tai64n/v4/cmd/tai64nlocal@latest + $ cd goredo/src + $ go build -mod=vendor -o tai64nlocal go.cypherpunks.su/tai64n/v4/cmd/tai64nlocal When -k is in use, all environment variables, working directory, command line arguments, start/finish times, duration, participated PIDs, return diff --git a/makedist b/makedist index 9bdbc3d..ca43412 100755 --- a/makedist +++ b/makedist @@ -9,10 +9,10 @@ git clone . $tmp/goredo-$release cd $tmp/goredo-$release git checkout v$release go generate - redo-ifchange VERSION ######################################################################## + cat >doc/Download < http://www.goredo.cypherpunks.su/ @@ -28,6 +28,7 @@ mv *.go go.* src mv doc/cmd src/doc cd src go mod vendor +echo go.cypherpunks.su/tai64n/v4/cmd/tai64nlocal >>vendor/modules.txt modvendor -v -copy="**/*_test.go **/private-gen.go **/main.go **/vectors.json **/gen.go" rm -rf vendor/golang.org/x/sys/plan9 vendor/golang.org/x/sys/windows find vendor/golang.org/x/sys -name "*_test.go" -delete