2018-03-25 06:55:43 +08:00
|
|
|
# `/scripts`
|
|
|
|
|
|
|
|
Scripts to perform various build, install, analysis, etc operations.
|
|
|
|
|
|
|
|
These scripts keep the root level Makefile small and simple.
|
2018-04-29 23:42:16 +08:00
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
|
|
|
* https://github.com/kubernetes/helm/tree/master/scripts
|
|
|
|
* https://github.com/cockroachdb/cockroach/tree/master/scripts
|
|
|
|
* https://github.com/hashicorp/terraform/tree/master/scripts
|