Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
e83f5dfd
Commit
e83f5dfd
authored
Aug 16, 2016
by
Chao Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
keep vendor and godep folders in client repo
parent
fc7a7f5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
copy.sh
staging/src/k8s.io/client-go/copy.sh
+2
-2
No files found.
staging/src/k8s.io/client-go/copy.sh
View file @
e83f5dfd
...
@@ -65,13 +65,13 @@ echo "move to the client repo"
...
@@ -65,13 +65,13 @@ echo "move to the client repo"
ls
"
${
CLIENT_REPO
}
"
|
grep
-v
'_tmp'
| xargs
rm
-r
ls
"
${
CLIENT_REPO
}
"
|
grep
-v
'_tmp'
| xargs
rm
-r
mv
"
${
CLIENT_REPO_TEMP
}
"
/
*
"
${
CLIENT_REPO
}
"
mv
"
${
CLIENT_REPO_TEMP
}
"
/
*
"
${
CLIENT_REPO
}
"
rm
-r
"
${
CLIENT_REPO_TEMP
}
"
rm
-r
"
${
CLIENT_REPO_TEMP
}
"
rm
-r
"
${
CLIENT_REPO
}
"
/Godeps
echo
"moving vendor/k8s.io/kuberentes"
echo
"moving vendor/k8s.io/kuberentes"
cp
-rn
"
${
CLIENT_REPO
}
"
/vendor/k8s.io/kubernetes/.
"
${
CLIENT_REPO
}
"
/
cp
-rn
"
${
CLIENT_REPO
}
"
/vendor/k8s.io/kubernetes/.
"
${
CLIENT_REPO
}
"
/
rm
-rf
"
${
CLIENT_REPO
}
"
/vendor/k8s.io/kubernetes
# client-go will share the vendor of the main repo for now. When client-go
# client-go will share the vendor of the main repo for now. When client-go
# becomes a standalone repo, it will have its own vendor
# becomes a standalone repo, it will have its own vendor
rm
-r
"
${
CLIENT_REPO
}
"
/
vendor
mv
"
${
CLIENT_REPO
}
"
/vendor
"
${
CLIENT_REPO
}
"
/_
vendor
# remove the pkg/util/net/sets/README.md to silent hack/verify-munge-docs.sh
# remove the pkg/util/net/sets/README.md to silent hack/verify-munge-docs.sh
# TODO: probably we should convert the README.md a doc.go
# TODO: probably we should convert the README.md a doc.go
find ./
-name
"README.md"
-delete
find ./
-name
"README.md"
-delete
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment