-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Move KEPs to k/enhancements #2730
Comments
The migration has been completed. Capturing the commands for posterity... Extracting KEPs from k/community git clone git@github.com:justaugustus/community.git kep-forklift
cd kep-forklift
git remote add up git@github.com:kubernetes/community.git
git remote update
git reset --hard up/master
git checkout -b kep-forklift
git filter-branch --prune-empty --subdirectory-filter keps/
mkdir keps
git mv 0* NEXT_KEP_NUMBER OWNERS README.md sig* keps/
git add keps/
git commit --signoff
git push origin kep-forklift Pulling KEPs into k/enhancements git clone git@github.com:justaugustus/features.git
cd enh
git remote add up git@github.com:kubernetes/enhancements.git
git remote add kep git@github.com:justaugustus/community.git
git remote update
git reset --hard up/master
git checkout -b keps
git pull kep kep-forklift --allow-unrelated-histories
git push origin keps Before considering this complete and closing this issue, we need to:
|
Tombstones and blockade are in place, so we can close this out now. |
@justaugustus: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-sig pm |
@justaugustus: There are no sig labels on this issue. Please add an appropriate label by using one of the following commands:
Please see the group list for a listing of the SIGs, working groups, and committees available. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Please Unsubscribe me from this thread.
…On Sun, Apr 19, 2020 at 7:21 PM Stephen Augustus ***@***.***> wrote:
/remove-sig pm
/area enhancements
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2730 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKECPE7C4JQAREEAP4U7WX3RNOBQPANCNFSM4FYC3CNQ>
.
|
Work item for kubernetes/enhancements#617
/kind feature
/sig pm
/milestone v1.13
/assign
The text was updated successfully, but these errors were encountered: