k3s/hack
Filipe Brandenburger d00e08bb5f Fix shell script quoting, clean up build scripts
Fix quoting so that it works with arbitrary path names (e.g. containing
spaces.)  Make hack/config-go.sh non-executable since it is meant for
sourcing and not as a standalone.

Tested:
- Checked out the tree to a directory with spaces, called the
  build script from outside the tree, confirmed it worked as expected.
- Confirmed binaries work by running them with -version.
- Ran hack/build-go.sh cmd/kubecfg and confirmed only kubecfg was built.
- Ran hack/build-go.sh cmd/integration and confirmed it was built.
- Checked it out on a Mac and confirmed that the build script works.
- Confirmed that hack/test-go.sh and hack/test-cmd.sh work.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
2014-08-01 08:23:16 -07:00
..
azure Rename and move Azure scripts. 2014-07-18 16:13:05 -07:00
e2e-suite Initial vagrant setup and e2e testing support 2014-07-24 16:32:36 -04:00
build-go.sh Fix shell script quoting, clean up build scripts 2014-08-01 08:23:16 -07:00
config-go.sh Fix shell script quoting, clean up build scripts 2014-08-01 08:23:16 -07:00
dev-build-and-push.sh Exit if release.sh has errors. 2014-07-28 15:24:07 -07:00
dev-build-and-up.sh Exit if release.sh has errors. 2014-07-28 15:24:07 -07:00
e2e-test.sh Add /version to server and check it in client. 2014-07-28 15:45:25 -07:00
install-std-race.sh -cover causes races in Go 1.2 2014-07-11 15:48:31 -04:00
integration-test.sh Use 'go install' to build all commands at the same time. 2014-07-27 22:20:13 -04:00
local-up-cluster.sh Merge pull request #643 from zhgwenming/build 2014-07-28 11:44:05 -07:00
test-cmd.sh Handle -version flag on all commands 2014-07-30 18:48:56 -07:00
test-go.sh The quotes around the file should not be necessary 2014-07-25 13:11:45 -04:00
verify-boilerplate.sh Make boilerplate hook work for .sh files, too. 2014-06-25 17:11:48 -07:00
verify-gofmt.sh Disable gofmt for non go1.2 or go1.3 2014-07-01 11:25:59 -07:00
version-gen.sh Improve generation of version information from the git tree 2014-07-30 18:48:57 -07:00