Skip to content

Commit 85eb37b

Browse files
author
OpenShift Bot
authored
Merge pull request #10949 from warmchang/master
Merged by openshift-bot
2 parents 9ba6848 + 7beebe0 commit 85eb37b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HACKING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,12 +425,12 @@ refactorings, architectural changes or behavior changes introduced in Kubernetes
425425
It is helpful to look at the Kubernetes commit history to be aware of the major topics. Although it
426426
can potentially break or change any part of Origin, the most affected parts are usually:
427427

428-
1. https://github.com/openshift/origin/blob/master/pkg/cmd/server/start.go
428+
1. https://github.com/openshift/origin/blob/master/pkg/cmd/server/start
429429
2. https://github.com/openshift/origin/blob/master/pkg/cmd/server/kubernetes/master.go
430430
3. https://github.com/openshift/origin/blob/master/pkg/cmd/server/origin/master.go
431-
4. https://github.com/openshift/origin/blob/master/pkg/cmd/cli/cmd/factory.go
431+
4. https://github.com/openshift/origin/blob/master/pkg/cmd/util/clientcmd/factory.go
432432
5. https://github.com/openshift/origin/blob/master/pkg/cmd/cli/cli.go
433-
6. https://github.com/openshift/origin/blob/master/pkg/api/meta/multimapper.go
433+
6. https://github.com/openshift/origin/blob/master/pkg/api/meta/meta.go
434434

435435
Place all your changes in a commit called "Refactor to match changes upstream".
436436

0 commit comments

Comments
 (0)