Commit Graph

26 Commits (954a86d701a53276881c86ee85275a406d0dea99)

Author SHA1 Message Date
Eric Paris 9214f8ab4f Make all useage of sort deterministic
Lots of places used sort (or sort -u) but didn't set LC_ALL=C. This
means it could be slightly different on different people's systems. Make
it deterministic.
2016-10-20 16:47:20 -04:00
Chao Xu bc8d572f3a added copy.sh which cuts the client repo; made necessary changes to scripts in
the repo to cope with the client repo staging area; added symlink
vendor/k8s.io/client-go which pointed to the staging area.
2016-08-09 14:07:53 -07:00
Tim Hockin 1bd3918c15 Overhaul deps on generator tools
This forces a regeneration if the generation tools are rebuilt.

Also clean up Makefile a bit.
2016-07-12 21:52:54 -07:00
David McMahon ef0c9f0c5b Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
Wojciech Tyczynski 92fc59cacf Speedup update_codecgen by precomputing dependencies. 2016-05-27 22:01:06 +02:00
Matt Liggett 2bc46d5085 It's 2016, yo. 2016-05-13 12:41:40 -07:00
Tim Hockin cbf886c7f4 Convert everything to use vendor/ 2016-05-08 20:30:37 -07:00
Tim Hockin 24f9beb1ff remove DBG and old code 2016-05-05 20:11:16 -07:00
Tim Hockin 457b27d25f Fix codecgen sort 2016-05-05 20:10:38 -07:00
Daniel Smith 8ac89346db Fix codecgen
* Make verify call update
* Make update's topological sort not confused about the "io" package
2016-05-04 13:01:43 -07:00
Wojciech Tyczynski 965de9098f Fix update codecgen 2016-03-04 10:42:06 +01:00
laushinka 7ef585be22 Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
Madhusudan.C.S 1511466b9d Do not dirname on the dependency file's path twice while generating types using codecgen. 2016-01-17 02:23:26 -08:00
Eric Tune 32f5f4f239 Fix update/verify-codecgen.sh for OSX. 2015-12-18 21:20:33 -08:00
k8s-merge-robot 40e4ce2879 Merge pull request #18839 from erictune/codecgen-err-msg
Auto commit by PR queue bot
2015-12-18 10:38:15 -08:00
Eric Tune fb3cfece9c Nice error message if no types.generated.go files.
Explains how to fix problem, instead of
saying "index" is an unbound reference.

Problem happens when previous run of codecgen deleted all the outputs
and then failed midway.
2015-12-17 10:11:29 -08:00
Brendan Burns 2efcccf981 Add a server side export facility 2015-12-16 15:01:13 -08:00
Wojciech Tyczynski 20cf0609dd Fix update-codecgen 2015-11-25 12:34:05 +01:00
Eric Tune 761a425b92 Replace readlink in update-codecgen for OSX
OS X does not have `readlink -f`
2015-11-18 10:34:32 -08:00
Wojciech Tyczynski e3e0270192 Update doc in codecgen script 2015-11-09 09:14:59 +01:00
Wojciech Tyczynski 2e9da5e65b Fix unstable hack/update-codecgen.sh output 2015-11-04 20:40:48 +01:00
deads2k c8d8c390cb make update-codecgen.sh more predictable 2015-11-03 10:03:06 -05:00
Wojciech Tyczynski adb9685fe9 Fix hack/update-codecgen.sh script 2015-10-28 09:35:43 +01:00
Wojciech Tyczynski 119b958cca codecgen from Godeps in scripts 2015-10-21 09:53:20 +02:00
Wojciech Tyczynski e86a1a6407 Build codecgen from Godeps in update-codecgen.sh 2015-10-19 18:30:39 +02:00
Wojciech Tyczynski 07383950c3 Add scripts for updating autogenerated files. 2015-10-16 10:12:08 +02:00