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
0fed47b2
Commit
0fed47b2
authored
Jan 20, 2017
by
deads2k
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
script
parent
644021d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
copy.sh
staging/copy.sh
+5
-7
No files found.
staging/copy.sh
View file @
0fed47b2
...
@@ -69,16 +69,18 @@ function save() {
...
@@ -69,16 +69,18 @@ function save() {
}
}
# save everything for which the staging directory is the source of truth
# save everything for which the staging directory is the source of truth
save
"transport"
save
"tools/metrics"
save
"tools/clientcmd/api"
save
"rest"
save
"rest"
# remove the rest/fake until we're authoritative for it (need to update for registry)
# remove the rest/fake until we're authoritative for it (need to update for registry)
rm
-rf
${
CLIENT_REPO_TEMP
}
/rest/fake
rm
-rf
${
CLIENT_REPO_TEMP
}
/rest/fake
save
"tools/auth"
save
"tools/clientcmd"
save
"tools/metrics"
save
"transport"
save
"pkg/third_party"
save
"pkg/third_party"
save
"pkg/util/cert"
save
"pkg/util/cert"
save
"pkg/util/clock"
save
"pkg/util/clock"
save
"pkg/util/flowcontrol"
save
"pkg/util/flowcontrol"
save
"pkg/util/homedir"
save
"pkg/util/integer"
save
"pkg/util/integer"
save
"pkg/util/jsonpath"
save
"pkg/util/jsonpath"
save
"pkg/util/testing"
save
"pkg/util/testing"
...
@@ -104,8 +106,6 @@ mkcp "/pkg/client/testing" "/pkg/client"
...
@@ -104,8 +106,6 @@ mkcp "/pkg/client/testing" "/pkg/client"
rm
"
${
CLIENT_REPO_TEMP
}
"
/pkg/client/testing/core/fake_test.go
rm
"
${
CLIENT_REPO_TEMP
}
"
/pkg/client/testing/core/fake_test.go
mkcp
"/pkg/client/typed"
"/pkg/client"
mkcp
"/pkg/client/typed"
"/pkg/client"
mkcp
"/pkg/client/unversioned/auth"
"/pkg/client/unversioned"
mkcp
"/pkg/client/unversioned/clientcmd"
"/pkg/client/unversioned"
mkcp
"/pkg/client/unversioned/portforward"
"/pkg/client/unversioned"
mkcp
"/pkg/client/unversioned/portforward"
"/pkg/client/unversioned"
mkcp
"/pkg/util/workqueue"
"pkg/util"
mkcp
"/pkg/util/workqueue"
"pkg/util"
...
@@ -198,8 +198,6 @@ mvfolder pkg/client/typed/dynamic dynamic
...
@@ -198,8 +198,6 @@ mvfolder pkg/client/typed/dynamic dynamic
mvfolder pkg/client/record tools/record
mvfolder pkg/client/record tools/record
mvfolder pkg/client/restclient/fake rest/fake
mvfolder pkg/client/restclient/fake rest/fake
mvfolder pkg/client/cache tools/cache
mvfolder pkg/client/cache tools/cache
mvfolder pkg/client/unversioned/auth tools/auth
mvfolder pkg/client/unversioned/clientcmd tools/clientcmd
mvfolder pkg/client/unversioned/portforward tools/portforward
mvfolder pkg/client/unversioned/portforward tools/portforward
mvfolder pkg/client/testing/core testing
mvfolder pkg/client/testing/core testing
mvfolder pkg/client/testing/cache tools/cache/testing
mvfolder pkg/client/testing/cache tools/cache/testing
...
...
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