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.
This commit is contained in:
Chao Xu
2016-08-05 22:56:30 -07:00
parent a771578a1c
commit bc8d572f3a
8 changed files with 188 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ function kfind() {
-not \( \
\( \
-path ./vendor -o \
-path ./staging -o \
-path ./_\* -o \
-path ./.\* -o \
-path ./docs -o \