New Godeps LICENSE generation tool.

Includes initial Godeps/LICENSES and Godeps/.license_file_state file to ensure
fast local generation.
This commit is contained in:
David McMahon
2016-02-26 18:33:24 -08:00
parent e0b305c6be
commit ffeaef6201
7 changed files with 34422 additions and 135 deletions

View File

@@ -1030,7 +1030,7 @@ function kube::release::package_full_tarball() {
cp -R "${KUBE_ROOT}/examples" "${release_stage}/"
cp -R "${KUBE_ROOT}/docs" "${release_stage}/"
cp "${KUBE_ROOT}/README.md" "${release_stage}/"
cp "${KUBE_ROOT}/LICENSE" "${release_stage}/"
cp "${KUBE_ROOT}/Godeps/LICENSES" "${release_stage}/"
cp "${KUBE_ROOT}/Vagrantfile" "${release_stage}/"
mkdir -p "${release_stage}/contrib/completions/bash"
cp "${KUBE_ROOT}/contrib/completions/bash/kubectl" "${release_stage}/contrib/completions/bash"