kubernetes/hack/lib
Filipe Brandenburger 0c7dce77dd Turn the hack/e2e.go commands into standalone scripts.
This gets rid of bashWrap() and of running bash -s passing it a script
on stdin. Also get rid of most of the runBash*() helpers.

In particular, `go run hack/e2e.go -build` will now work when it needs
to ask whether it is OK to download a large docker image, it used to
fail since stdin was not available for the bash script using the `read`
command.

Tested by running a full `hack/e2e-test.sh` run including the build
stage without the docker image loaded, which used to fail before this
change.
2015-02-06 11:18:14 -08:00
..
etcd.sh Make hack/local-up-cluster.sh work again for etcd 2 2015-02-04 17:45:53 -05:00
golang.sh Turn the hack/e2e.go commands into standalone scripts. 2015-02-06 11:18:14 -08:00
init.sh Make dockerized build work when golang isn't installed. 2014-11-16 16:29:58 -08:00
logging.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
util.sh Make dockerized build work when golang isn't installed. 2014-11-16 16:29:58 -08:00
version.sh Adjust the regexp so that we can handle extra sub versions. 2014-12-02 23:00:01 -08:00