Skip to content

Commit

Permalink
Fix OS X testtar build break
Browse files Browse the repository at this point in the history
Handle copy in super portable way. Every tar on the planet should
accept this. Oblig XKCD: http://xkcd.com/1168/
  • Loading branch information
zmerlynn committed Dec 18, 2014
1 parent 19f0b8b commit a4c4746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ function kube::release::package_test_tarball() {
"${release_stage}/platforms/${platform}"
done

cp -R --parents ${KUBE_TEST_PORTABLE[@]} ${release_stage}
tar c ${KUBE_TEST_PORTABLE[@]} | tar x -C ${release_stage}

local package_name="${RELEASE_DIR}/kubernetes-test.tar.gz"
kube::release::create_tarball "${package_name}" "${release_stage}/.."
Expand Down

0 comments on commit a4c4746

Please sign in to comment.