mirror of https://github.com/knative/client.git
chore: Remove OWNERS files in vendor/ when updating deps (#867)
* chore: Remove OWNERS files in vendor/ when updating deps * chore: Remove OWNERS also in build.sh
This commit is contained in:
parent
bcf2ec3de8
commit
b7fc4c3906
|
|
@ -188,6 +188,9 @@ update_deps() {
|
||||||
echo "🚒 Update"
|
echo "🚒 Update"
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go mod vendor
|
go mod vendor
|
||||||
|
|
||||||
|
# Cleanup
|
||||||
|
find "./vendor" \( -name "OWNERS" -o -name "*_test.go" \) -print0 | xargs -0 rm -f
|
||||||
}
|
}
|
||||||
|
|
||||||
generate_docs() {
|
generate_docs() {
|
||||||
|
|
|
||||||
|
|
@ -54,3 +54,11 @@ fi
|
||||||
# Prune modules.
|
# Prune modules.
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go mod vendor
|
go mod vendor
|
||||||
|
|
||||||
|
# Cleanup
|
||||||
|
find "${ROOT_DIR}/vendor" \( -name "OWNERS" -o -name "*_test.go" \) -print0 | xargs -0 rm -f
|
||||||
|
|
||||||
|
export GOFLAGS=-mod=vendor
|
||||||
|
update_licenses "${ROOT_DIR}/third_party/VENDOR-LICENSE" "./..."
|
||||||
|
|
||||||
|
remove_broken_symlinks "${ROOT_DIR}/vendor"
|
||||||
|
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
reviewers:
|
|
||||||
- thockin
|
|
||||||
- lavalamp
|
|
||||||
- smarterclayton
|
|
||||||
- wojtek-t
|
|
||||||
- deads2k
|
|
||||||
- brendandburns
|
|
||||||
- derekwaynecarr
|
|
||||||
- caesarxuchao
|
|
||||||
- mikedanese
|
|
||||||
- liggitt
|
|
||||||
- nikhiljindal
|
|
||||||
- gmarek
|
|
||||||
- erictune
|
|
||||||
- saad-ali
|
|
||||||
- janetkuo
|
|
||||||
- tallclair
|
|
||||||
- eparis
|
|
||||||
- dims
|
|
||||||
- hongchaodeng
|
|
||||||
- krousey
|
|
||||||
- cjcullen
|
|
||||||
- david-mcmahon
|
|
||||||
- goltermann
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
reviewers:
|
|
||||||
- thockin
|
|
||||||
- smarterclayton
|
|
||||||
- wojtek-t
|
|
||||||
- deads2k
|
|
||||||
- brendandburns
|
|
||||||
- derekwaynecarr
|
|
||||||
- caesarxuchao
|
|
||||||
- mikedanese
|
|
||||||
- liggitt
|
|
||||||
- nikhiljindal
|
|
||||||
- gmarek
|
|
||||||
- janetkuo
|
|
||||||
- ncdc
|
|
||||||
- eparis
|
|
||||||
- dims
|
|
||||||
- krousey
|
|
||||||
- markturansky
|
|
||||||
- fabioy
|
|
||||||
- resouer
|
|
||||||
- david-mcmahon
|
|
||||||
- mfojtik
|
|
||||||
- jianhuiz
|
|
||||||
- feihujiang
|
|
||||||
- ghodss
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
reviewers:
|
|
||||||
- thockin
|
|
||||||
- lavalamp
|
|
||||||
- smarterclayton
|
|
||||||
- wojtek-t
|
|
||||||
- derekwaynecarr
|
|
||||||
- mikedanese
|
|
||||||
- saad-ali
|
|
||||||
- janetkuo
|
|
||||||
- tallclair
|
|
||||||
- eparis
|
|
||||||
- jbeda
|
|
||||||
- xiang90
|
|
||||||
- mbohlool
|
|
||||||
- david-mcmahon
|
|
||||||
- goltermann
|
|
||||||
|
|
@ -1,33 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
reviewers:
|
|
||||||
- thockin
|
|
||||||
- smarterclayton
|
|
||||||
- wojtek-t
|
|
||||||
- deads2k
|
|
||||||
- brendandburns
|
|
||||||
- caesarxuchao
|
|
||||||
- liggitt
|
|
||||||
- nikhiljindal
|
|
||||||
- gmarek
|
|
||||||
- erictune
|
|
||||||
- davidopp
|
|
||||||
- sttts
|
|
||||||
- quinton-hoole
|
|
||||||
- luxas
|
|
||||||
- janetkuo
|
|
||||||
- justinsb
|
|
||||||
- ncdc
|
|
||||||
- soltysh
|
|
||||||
- dims
|
|
||||||
- madhusudancs
|
|
||||||
- hongchaodeng
|
|
||||||
- krousey
|
|
||||||
- mml
|
|
||||||
- mbohlool
|
|
||||||
- david-mcmahon
|
|
||||||
- therc
|
|
||||||
- mqliang
|
|
||||||
- kevin-wangzefeng
|
|
||||||
- jianhuiz
|
|
||||||
- feihujiang
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- pwittrock
|
|
||||||
reviewers:
|
|
||||||
- mengqiy
|
|
||||||
- apelisse
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- pwittrock
|
|
||||||
- mengqiy
|
|
||||||
reviewers:
|
|
||||||
- mengqiy
|
|
||||||
- apelisse
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- pwittrock
|
|
||||||
reviewers:
|
|
||||||
- mengqiy
|
|
||||||
- apelisse
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
# approval on api packages bubbles to api-approvers
|
|
||||||
reviewers:
|
|
||||||
- sig-auth-authenticators-approvers
|
|
||||||
- sig-auth-authenticators-reviewers
|
|
||||||
labels:
|
|
||||||
- sig/auth
|
|
||||||
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- cjcullen
|
|
||||||
- jlowdermilk
|
|
||||||
reviewers:
|
|
||||||
- cjcullen
|
|
||||||
- jlowdermilk
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- ericchiang
|
|
||||||
reviewers:
|
|
||||||
- ericchiang
|
|
||||||
- rithujohn191
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
reviewers:
|
|
||||||
- thockin
|
|
||||||
- smarterclayton
|
|
||||||
- caesarxuchao
|
|
||||||
- wojtek-t
|
|
||||||
- deads2k
|
|
||||||
- brendandburns
|
|
||||||
- liggitt
|
|
||||||
- nikhiljindal
|
|
||||||
- gmarek
|
|
||||||
- erictune
|
|
||||||
- sttts
|
|
||||||
- luxas
|
|
||||||
- dims
|
|
||||||
- errordeveloper
|
|
||||||
- hongchaodeng
|
|
||||||
- krousey
|
|
||||||
- resouer
|
|
||||||
- cjcullen
|
|
||||||
- rmmh
|
|
||||||
- lixiaobing10051267
|
|
||||||
- asalkeld
|
|
||||||
- juanvallejo
|
|
||||||
- lojies
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- sig-auth-authenticators-approvers
|
|
||||||
reviewers:
|
|
||||||
- sig-auth-authenticators-reviewers
|
|
||||||
labels:
|
|
||||||
- sig/auth
|
|
||||||
|
|
||||||
|
|
@ -1,51 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- thockin
|
|
||||||
- lavalamp
|
|
||||||
- smarterclayton
|
|
||||||
- wojtek-t
|
|
||||||
- deads2k
|
|
||||||
- caesarxuchao
|
|
||||||
- liggitt
|
|
||||||
- ncdc
|
|
||||||
reviewers:
|
|
||||||
- thockin
|
|
||||||
- lavalamp
|
|
||||||
- smarterclayton
|
|
||||||
- wojtek-t
|
|
||||||
- deads2k
|
|
||||||
- brendandburns
|
|
||||||
- derekwaynecarr
|
|
||||||
- caesarxuchao
|
|
||||||
- mikedanese
|
|
||||||
- liggitt
|
|
||||||
- nikhiljindal
|
|
||||||
- erictune
|
|
||||||
- davidopp
|
|
||||||
- pmorie
|
|
||||||
- janetkuo
|
|
||||||
- justinsb
|
|
||||||
- eparis
|
|
||||||
- soltysh
|
|
||||||
- jsafrane
|
|
||||||
- dims
|
|
||||||
- madhusudancs
|
|
||||||
- hongchaodeng
|
|
||||||
- krousey
|
|
||||||
- markturansky
|
|
||||||
- fgrzadkowski
|
|
||||||
- xiang90
|
|
||||||
- mml
|
|
||||||
- ingvagabund
|
|
||||||
- resouer
|
|
||||||
- jessfraz
|
|
||||||
- david-mcmahon
|
|
||||||
- mfojtik
|
|
||||||
- '249043822'
|
|
||||||
- lixiaobing10051267
|
|
||||||
- ddysher
|
|
||||||
- mqliang
|
|
||||||
- feihujiang
|
|
||||||
- sdminonne
|
|
||||||
- ncdc
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
reviewers:
|
|
||||||
- wojtek-t
|
|
||||||
- eparis
|
|
||||||
- krousey
|
|
||||||
- jayunit100
|
|
||||||
- fgrzadkowski
|
|
||||||
- tmrts
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
reviewers:
|
|
||||||
- smarterclayton
|
|
||||||
- wojtek-t
|
|
||||||
- deads2k
|
|
||||||
- liggitt
|
|
||||||
- krousey
|
|
||||||
- caesarxuchao
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- sig-auth-certificates-approvers
|
|
||||||
reviewers:
|
|
||||||
- sig-auth-certificates-reviewers
|
|
||||||
labels:
|
|
||||||
- sig/auth
|
|
||||||
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
approvers:
|
|
||||||
- sig-auth-certificates-approvers
|
|
||||||
reviewers:
|
|
||||||
- sig-auth-certificates-reviewers
|
|
||||||
labels:
|
|
||||||
- sig/auth
|
|
||||||
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
reviewers:
|
|
||||||
- caesarxuchao
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
reviewers:
|
|
||||||
- jayunit100
|
|
||||||
- hoegaarden
|
|
||||||
- andyxning
|
|
||||||
- neolit123
|
|
||||||
- pohly
|
|
||||||
- yagonobre
|
|
||||||
- vincepri
|
|
||||||
- detiber
|
|
||||||
approvers:
|
|
||||||
- dims
|
|
||||||
- thockin
|
|
||||||
- justinsb
|
|
||||||
- tallclair
|
|
||||||
- piosz
|
|
||||||
- brancz
|
|
||||||
- DirectXMan12
|
|
||||||
- lavalamp
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
approvers:
|
|
||||||
- apelisse
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# The OWNERS file is used by prow to automatically merge approved PRs.
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- apis-approvers
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# The OWNERS file is used by prow to automatically merge approved PRs.
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- apis-duck-approvers
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# The OWNERS file is used by prow to automatically merge approved PRs.
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- configmap-approvers
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# The OWNERS file is used by prow to automatically merge approved PRs.
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- kmeta-approvers
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# The OWNERS file is used by prow to automatically merge approved PRs.
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- logging-approvers
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
# The OWNERS file is used by prow to automatically merge approved PRs.
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- autoscaling-approvers
|
|
||||||
|
|
||||||
reviewers:
|
|
||||||
- autoscaling-reviewers
|
|
||||||
|
|
||||||
labels:
|
|
||||||
- area/autoscale
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
# The OWNERS file is used by prow to automatically merge approved PRs.
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- networking-approvers
|
|
||||||
|
|
||||||
reviewers:
|
|
||||||
- networking-reviewers
|
|
||||||
|
|
||||||
labels:
|
|
||||||
- area/networking
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
|
||||||
|
|
||||||
approvers:
|
|
||||||
- dims
|
|
||||||
- lavalamp
|
|
||||||
- smarterclayton
|
|
||||||
- deads2k
|
|
||||||
- sttts
|
|
||||||
- liggitt
|
|
||||||
- caesarxuchao
|
|
||||||
reviewers:
|
|
||||||
- dims
|
|
||||||
- thockin
|
|
||||||
- lavalamp
|
|
||||||
- smarterclayton
|
|
||||||
- wojtek-t
|
|
||||||
- deads2k
|
|
||||||
- derekwaynecarr
|
|
||||||
- caesarxuchao
|
|
||||||
- mikedanese
|
|
||||||
- liggitt
|
|
||||||
- gmarek
|
|
||||||
- sttts
|
|
||||||
- ncdc
|
|
||||||
- tallclair
|
|
||||||
labels:
|
|
||||||
- sig/api-machinery
|
|
||||||
Loading…
Reference in New Issue