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
f25ef92c
Commit
f25ef92c
authored
Feb 13, 2017
by
Dr. Stefan Schimanski
Committed by
deads2k
Feb 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client-go: make examples and OWNERS authorative
parent
e80afed7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
copy.sh
staging/copy.sh
+4
-4
No files found.
staging/copy.sh
View file @
f25ef92c
...
@@ -76,8 +76,8 @@ cd "${CLIENT_REPO}"
...
@@ -76,8 +76,8 @@ cd "${CLIENT_REPO}"
# save copies code from client-go into the temp folder to make sure we don't lose it by accident
# save copies code from client-go into the temp folder to make sure we don't lose it by accident
# TODO this is temporary until everything in certain directories is authoritative
# TODO this is temporary until everything in certain directories is authoritative
function
save
()
{
function
save
()
{
mkdir
-p
"
$
{
CLIENT_REPO_TEMP
}
/
$1
"
mkdir
-p
"
$
(
dirname
"
${
CLIENT_REPO_TEMP
}
/
$1
"
)
"
cp
-r
"
${
CLIENT_REPO
}
/
$1
/"
*
"
${
CLIENT_REPO_TEMP
}
/
$1
"
cp
-r
"
${
CLIENT_REPO
}
/
$1
"
*
"
${
CLIENT_REPO_TEMP
}
/
"
}
}
# save everything for which the staging directory is the source of truth
# save everything for which the staging directory is the source of truth
...
@@ -90,8 +90,8 @@ save "transport"
...
@@ -90,8 +90,8 @@ save "transport"
save
"third_party"
save
"third_party"
save
"plugin"
save
"plugin"
save
"util"
save
"util"
save
"examples"
save
"OWNERS"
# mkcp copies file from the main repo to the client repo, it creates the directory if it doesn't exist in the client repo.
# mkcp copies file from the main repo to the client repo, it creates the directory if it doesn't exist in the client repo.
function
mkcp
()
{
function
mkcp
()
{
...
...
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