Revert "76093 restructure LICENSES file generation"

This reverts commit d39ac98cc5.
This commit is contained in:
Jordan Liggitt
2019-11-13 10:24:32 -05:00
parent c5d71b09e8
commit cd4474ae4f
11 changed files with 41 additions and 76 deletions

View File

@@ -340,10 +340,11 @@ kube::log::status "vendor: updating LICENSES file"
hack/update-vendor-licenses.sh >>"${LOG_FILE}" 2>&1
kube::log::status "vendor: creating OWNERS file"
rm -f "vendor/OWNERS"
cat <<__EOF__ > "vendor/OWNERS"
rm -f "Godeps/OWNERS" "vendor/OWNERS"
cat <<__EOF__ > "Godeps/OWNERS"
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- dep-approvers
__EOF__
cp "Godeps/OWNERS" "vendor/OWNERS"