Skip to content

Commit

Permalink
Merge pull request #4153 from mortent/RemovePorch
Browse files Browse the repository at this point in the history
Remove Porch from kpt
  • Loading branch information
kptdev-robot[bot] committed May 20, 2024
2 parents 5cbd3cb + f47ccfc commit c25345f
Show file tree
Hide file tree
Showing 516 changed files with 3 additions and 76,865 deletions.
114 changes: 0 additions & 114 deletions .github/workflows/porch-e2e.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/porch.yml

This file was deleted.

3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ Coming soon

### Package Orchestrator

Package orchestrator code live under `porch` directory in this repo. Please see the
[developer docs for porch](porch/docs/development.md) to learn more.
Package orchestrator code has been moved to the Nephio project: https://github.com/nephio-project/porch

### Function Catalog

Expand Down
6 changes: 0 additions & 6 deletions commands/alpha/alphacmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ import (

"github.com/GoogleContainerTools/kpt/commands/alpha/license"
"github.com/GoogleContainerTools/kpt/commands/alpha/live"
"github.com/GoogleContainerTools/kpt/commands/alpha/repo"
"github.com/GoogleContainerTools/kpt/commands/alpha/rollouts"
"github.com/GoogleContainerTools/kpt/commands/alpha/rpkg"
"github.com/GoogleContainerTools/kpt/commands/alpha/sync"
"github.com/GoogleContainerTools/kpt/commands/alpha/wasm"

"github.com/GoogleContainerTools/kpt/internal/docs/generated/alphadocs"
Expand All @@ -49,9 +46,6 @@ func GetCommand(ctx context.Context, _, version string) *cobra.Command {
}

alpha.AddCommand(
repo.NewCommand(ctx, version),
rpkg.NewCommand(ctx, version),
sync.NewCommand(ctx, version),
wasm.NewCommand(ctx, version),
live.GetCommand(ctx, "", version),
license.NewCommand(ctx, version),
Expand Down
154 changes: 0 additions & 154 deletions commands/alpha/repo/get/command.go

This file was deleted.

0 comments on commit c25345f

Please sign in to comment.