Skip to content

Commit

Permalink
make deps-approvers the approvers of sample-cli-plugin/Godeps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Aug 31, 2018
1 parent 2548fb0 commit d5bbc35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions hack/update-staging-godeps-dockerized.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ for repo in $(ls ${KUBE_ROOT}/staging/src/k8s.io); do

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 "${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
# 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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/kube-proxy/Godeps/OWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions staging/src/k8s.io/kube-scheduler/Godeps/OWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions staging/src/k8s.io/sample-cli-plugin/Godeps/OWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5bbc35

Please sign in to comment.