mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-06 05:08:16 +00:00
make deps-approvers the approvers of sample-cli-plugin/Godeps
This commit is contained in:
@@ -120,6 +120,7 @@ for repo in $(ls ${KUBE_ROOT}/staging/src/k8s.io); do
|
|||||||
|
|
||||||
if [ "${DRY_RUN}" != true ]; then
|
if [ "${DRY_RUN}" != true ]; then
|
||||||
cp "${TMP_GOPATH}/src/k8s.io/${repo}/Godeps/Godeps.json" "${KUBE_ROOT}/staging/src/k8s.io/${repo}/Godeps/Godeps.json"
|
cp "${TMP_GOPATH}/src/k8s.io/${repo}/Godeps/Godeps.json" "${KUBE_ROOT}/staging/src/k8s.io/${repo}/Godeps/Godeps.json"
|
||||||
|
cp "${KUBE_ROOT}/Godeps/OWNERS" "${KUBE_ROOT}/staging/src/k8s.io/${repo}/Godeps/OWNERS"
|
||||||
# Assume Godeps.json is not updated, as the working tree needs to be clean
|
# Assume Godeps.json is not updated, as the working tree needs to be clean
|
||||||
# Without this, the script would pause after each staging repo to prompt the
|
# Without this, the script would pause after each staging repo to prompt the
|
||||||
# user to commit all changes (difficult inside a container). It's safe to
|
# user to commit all changes (difficult inside a container). It's safe to
|
||||||
|
|||||||
2
staging/src/k8s.io/kube-proxy/Godeps/OWNERS
generated
Normal file
2
staging/src/k8s.io/kube-proxy/Godeps/OWNERS
generated
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
approvers:
|
||||||
|
- dep-approvers
|
||||||
2
staging/src/k8s.io/kube-scheduler/Godeps/OWNERS
generated
Normal file
2
staging/src/k8s.io/kube-scheduler/Godeps/OWNERS
generated
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
approvers:
|
||||||
|
- dep-approvers
|
||||||
@@ -1,3 +1,2 @@
|
|||||||
approvers:
|
approvers:
|
||||||
- juanvallejo
|
- dep-approvers
|
||||||
- soltysh
|
|
||||||
|
|||||||
Reference in New Issue
Block a user