kubernetes/hack/lib
Kubernetes Submit Queue d9873f4556 Merge pull request #35644 from thockin/build-fix-rsync
Automatic merge from submit-queue

Build: Use checksum to rsync results

If dependencies are touched, the Makefile will detect that tools like
deepcopy-gen need to be rebuilt.  It will rebuild them, but if Go decides the
dependencies are not ACTUALLY updated (maybe it was a test file - known
limitation of the current Makefile), it does not touch the resulting binary.
The Makefile touches the result explicitly to mark that the dep change has
been handled.  But rsync blows away that change with the older file, and
helpfully preserves the timestamp.  This repeats on every build.

Now rsync ignores it if the checksum is the same.  Result = faster build.

@wojtek-t @gmarek
2016-10-26 12:42:42 -07:00
..
etcd.sh Retry curl when it failed during download 2016-10-19 11:04:49 +02:00
golang.sh Use checksum to rsync results 2016-10-26 16:30:18 +02:00
init.sh update generation scripts to share API group version constants 2016-09-22 13:30:41 -04:00
swagger.sh Adding a script to update federation API reference docs 2016-08-31 13:21:42 -07:00
test.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
util.sh - Add GroupVersion as tags to OpenAPI spec 2016-10-25 14:27:48 -07:00
version.sh build: Fix version generation. 2016-10-17 09:13:22 +02:00