-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove README and LICENSE #1
Conversation
/lgtm |
/approve |
Not sure how to trigger merges on this repo.. I guess because we haven't synced OWNERS yet, nobody is an owner? |
Yeah, mostly only the people with write access can merge it. |
I would prefer to slowly switch to have these files in the staging repo. For sample-apiserver this is already the case. In other words, instead of extending the files here, we have to delete them. The sync will bring them back. |
Do you want me to delete the files in this PR then? Or just let it be how it is for now? |
Would be good. We should do that for all repos but client-go. |
We should use the staging files instead of having some files authoritative in the external repo. Otherwise, we complicate the publishing process as it has to know which files come from the latter. `README.md` and `LICENSE` are authoritative in external repos. We should move them to staging.
62c98d5
to
d2bf9b0
Compare
@sttts Updated to remove the files. |
Replace godep with dep
Addresses kubernetes/kubernetes#54398.
/cc @sttts @munnerz