$ ./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\r
If you have problems with *.golang.org's inability to verify
authenticity of go.cypherpunks.su TLS connection, then you can
that you can decode with tai64nlocal utility from
=> http://cr.yp.to/daemontools.html daemontools\r
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
cd $tmp/goredo-$release
git checkout v$release
go generate
-
redo-ifchange VERSION
########################################################################
+
cat >doc/Download <<EOF
You can obtain releases source code prepared tarballs on
=> http://www.goredo.cypherpunks.su/\r
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