Skip to content

Commit

Permalink
Add hack/lib to kubernetes release tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Apr 19, 2017
1 parent dd3085c commit 89500f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/lib/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,10 @@ EOF
cp -R "${KUBE_ROOT}/federation/manifests" "${release_stage}/federation/"
cp -R "${KUBE_ROOT}/federation/deploy" "${release_stage}/federation/"

# Include hack/lib as a dependency for the cluster/ scripts
mkdir -p "${release_stage}/hack"
cp -R "${KUBE_ROOT}/hack/lib" "${release_stage}/hack/"

cp -R "${KUBE_ROOT}/examples" "${release_stage}/"
cp -R "${KUBE_ROOT}/docs" "${release_stage}/"
cp "${KUBE_ROOT}/README.md" "${release_stage}/"
Expand Down
1 change: 1 addition & 0 deletions build/release-tars/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ pkg_tar(
"//cluster:all-srcs",
"//docs:all-srcs",
"//examples:all-srcs",
"//hack/lib:all-srcs",
"//third_party/htpasswd:all-srcs",
],
package_dir = "kubernetes",
Expand Down

0 comments on commit 89500f1

Please sign in to comment.