mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Move third_party code under third_party/src so it can be used in $GOPATH.
This commit is contained in:
@@ -40,7 +40,7 @@ mkdir -p $MASTER_RELEASE_DIR/third_party/go
|
||||
echo "Building release tree"
|
||||
cp release/master-release-install.sh $MASTER_RELEASE_DIR/src/scripts/master-release-install.sh
|
||||
cp -r cluster/saltbase $MASTER_RELEASE_DIR/src/saltbase
|
||||
cp -r third_party $MASTER_RELEASE_DIR/third_party/go/src
|
||||
cp -r third_party/src $MASTER_RELEASE_DIR/third_party/go/src
|
||||
|
||||
function find_go_files() {
|
||||
find * -not \( \
|
||||
|
Reference in New Issue
Block a user