1
0
Fork 0
mirror of https://github.com/Luzifer/update-gotools.git synced 2024-10-18 07:04:20 +00:00
Have a working environment set up with tools compiles from Go sources
Find a file
Knut Ahlers a0edebea21
Execute commands with env passthrough
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-03-19 19:58:58 +01:00
vendor Update dependencies 2018-04-06 11:39:31 +02:00
.gitignore Initial version 2018-02-20 21:31:47 +01:00
.repo-runner.yaml Add automated building 2018-02-20 23:01:32 +01:00
executor.go Execute commands with env passthrough 2019-03-19 19:58:58 +01:00
Gopkg.lock Update dependencies 2018-04-06 11:39:31 +02:00
Gopkg.toml Update dependencies 2018-04-06 11:39:31 +02:00
History.md prepare release v0.2.1 2018-04-06 11:50:49 +02:00
LICENSE Add meta files 2018-02-20 22:48:23 +01:00
limiter.go Initial version 2018-02-20 21:31:47 +01:00
main.go Add homdir expansion for paths 2018-04-06 11:39:03 +02:00
Makefile Add automated building 2018-02-20 23:01:32 +01:00
README.md Update README 2018-02-20 23:03:11 +01:00
types.go Fix: Unmarshal in local object 2018-04-06 11:50:34 +02:00

Go Report Card

luzifer / update-gotools

This program is a successor of my update-gotools script to have a working environment set up with tools compiles from Go.

This version supports checking out specific versions, limiting work load by number of CPUs, marking packages as requiring a single threaded compile not to run into race conditions when other packages are touching the same sources, ...