Move third_party code under third_party/src so it can be used in $GOPATH.

This commit is contained in:
Joe Beda
2014-06-13 15:15:38 -07:00
parent a40529b379
commit d230625e1a
127 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ KUBE_GO_PACKAGE_DIR="${GOPATH}/src/${KUBE_GO_PACKAGE}"
fi
rm "${PACKAGE_DIR}" >/dev/null 2>&1 || true
ln -s "${THIRD_PARTY_BASE}/${p}" "${PACKAGE_DIR}"
ln -s "${THIRD_PARTY_BASE}/src/${p}" "${PACKAGE_DIR}"
done
for p in ${PACKAGES}; do