-
Notifications
You must be signed in to change notification settings - Fork 40.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
re-organize development.md #29945
re-organize development.md #29945
Conversation
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
requirement that this doc does not capture, please file a bug. If you find | ||
other docs with references to requirements that are not simply links to this | ||
doc, please file a bug. | ||
requirement that this doc does not capture, please submit an issue on github. If |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linkify "submit an issue"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea... amended the commit. Cheers.
@k8s-bot ok to test |
thanks! one minor request. |
Also, you need to run:
|
I did run update-mungedocs before commit and the commit checks did pass (the commit checks don't pass till you run it). When I run it I get the following output: mike@mike-VirtualBox:~/go/src/k8s.io/kubernetes$ sudo hack/update-munge-docs.sh Thoughts? |
Here's my git config ... am I missing an additional remote upstream? remote.origin.url=https://github.com/mikebrow/kubernetes.git |
The command |
rebased |
@david-mcmahon any ideas about the munge-docs error above? |
I'm not sure it is correct for a script to assume there is a git remote named |
update-munge-docs was written with a dependency on a remote named |
Ok.. talked it over with @MHBauer I was using fetch on upstream master not upstream so I was not getting the extra tags or something. |
rebased and re-ran hack/update-munge-docs.sh should be good to go now |
godep v74 (linux/amd64/go1.6.2) | ||
``` | ||
|
||
Developers planing to managing dependencies in the `vendor/` tree may want to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Planning has two 'n's. Unless we are flattening a surface.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed thx.. I'm a woodworker :-)
I like the choice to get the godep details out of the fast path. |
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
@ixdy |
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
GCE e2e build/test passed for commit 497c211. |
Automatic merge from submit-queue |
Automatic merge from submit-queue re-organize development.md Addresses issue kubernetes#13876; reorganizes and cleans up parts of development.md; splits out the godep section for managing `vendor/` tree dependencies into a new godep.md file. ```release-note The developer guide has been reorganized to facilitate the majority of new developers working on Kubernetes. ``` Signed-off-by: Mike Brown <brownwm@us.ibm.com>
Addresses issue #13876; reorganizes and cleans up parts of development.md; splits out the godep section for managing
vendor/
tree dependencies into a new godep.md file.Signed-off-by: Mike Brown brownwm@us.ibm.com
This change is