planetscale / vitess-releases

Vitess releases
Apache License 2.0
30 stars 6 forks source link

Cleanup docs and shellcheck scripts #1

Closed sverch closed 5 years ago

sverch commented 5 years ago

Using the shellcheck linter on these scripts, and organizing the docs/explaining more context.

Also removed some planetscale specific stuff about a build server, since that's actually not needed here.

sverch commented 5 years ago

Verified that the old and new versions produce the same output:

$ diff -r new2/releases/vitess-release-dc154474f old2/releases/vitess-release-dc154474f | grep -v Binary

(some binaries were changed, probably because of some build timestamp)

Also, removed anything about cloning this repo into GOPATH, since there's no golang in here and looking at the script it seemed unnecessary.