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
d5bbc35d
Commit
d5bbc35d
authored
Aug 31, 2018
by
Mike Danese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make deps-approvers the approvers of sample-cli-plugin/Godeps
parent
2548fb08
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
update-staging-godeps-dockerized.sh
hack/update-staging-godeps-dockerized.sh
+1
-0
OWNERS
staging/src/k8s.io/kube-proxy/Godeps/OWNERS
+2
-0
OWNERS
staging/src/k8s.io/kube-scheduler/Godeps/OWNERS
+2
-0
OWNERS
staging/src/k8s.io/sample-cli-plugin/Godeps/OWNERS
+1
-2
No files found.
hack/update-staging-godeps-dockerized.sh
View file @
d5bbc35d
...
...
@@ -120,6 +120,7 @@ for repo in $(ls ${KUBE_ROOT}/staging/src/k8s.io); do
if
[
"
${
DRY_RUN
}
"
!=
true
]
;
then
cp
"
${
TMP_GOPATH
}
/src/k8s.io/
${
repo
}
/Godeps/Godeps.json"
"
${
KUBE_ROOT
}
/staging/src/k8s.io/
${
repo
}
/Godeps/Godeps.json"
cp
"
${
KUBE_ROOT
}
/Godeps/OWNERS"
"
${
KUBE_ROOT
}
/staging/src/k8s.io/
${
repo
}
/Godeps/OWNERS"
# Assume Godeps.json is not updated, as the working tree needs to be clean
# Without this, the script would pause after each staging repo to prompt the
# user to commit all changes (difficult inside a container). It's safe to
...
...
staging/src/k8s.io/kube-proxy/Godeps/OWNERS
0 → 100644
View file @
d5bbc35d
approvers:
- dep-approvers
staging/src/k8s.io/kube-scheduler/Godeps/OWNERS
0 → 100644
View file @
d5bbc35d
approvers:
- dep-approvers
staging/src/k8s.io/sample-cli-plugin/Godeps/OWNERS
View file @
d5bbc35d
approvers:
- juanvallejo
- soltysh
- dep-approvers
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