Skip to content

Commit

Permalink
Merge pull request #2245 from justaugustus/mv-gh2gcs
Browse files Browse the repository at this point in the history
Migrate `gh2gcs` to the promotion tooling repo
  • Loading branch information
k8s-ci-robot authored Sep 13, 2021
2 parents 76deea6 + 17dadcb commit 5f2f2cc
Show file tree
Hide file tree
Showing 74 changed files with 69 additions and 9,040 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Status: In Progress

Details: [Documentation](https://sigs.k8s.io/k8s-container-image-promoter/cmd/cip-mm/README.md)

### [`gh2gcs`](/cmd/gh2gcs)
### [`gh2gcs`](https://sigs.k8s.io/k8s-container-image-promoter/cmd/gh2gcs)

Upload GitHub release assets to Google Cloud Storage.

Expand All @@ -95,7 +95,7 @@ Status: In Progress
Audience: [Release Managers][release-managers] and subproject maintainers
responsible for promoting container artifacts

Details: [Documentation](/cmd/gh2gcs/README.md)
Details: [Documentation](https://sigs.k8s.io/k8s-container-image-promoter/cmd/gh2gcs/README.md)

## End User

Expand Down
49 changes: 0 additions & 49 deletions cmd/gh2gcs/README.md

This file was deleted.

279 changes: 0 additions & 279 deletions cmd/gh2gcs/cmd/root.go

This file was deleted.

23 changes: 0 additions & 23 deletions cmd/gh2gcs/main.go

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/krel/cmd/changelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/spf13/cobra"

"k8s.io/release/pkg/changelog"
"k8s.io/release/pkg/github"
"sigs.k8s.io/release-sdk/github"
)

// changelogCmd represents the subcommand for `krel changelog`
Expand Down
2 changes: 1 addition & 1 deletion cmd/krel/cmd/changelog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/stretchr/testify/require"

"k8s.io/release/pkg/changelog"
"k8s.io/release/pkg/git"
"sigs.k8s.io/release-sdk/git"
)

func (s *sut) getChangelogOptions(tag string) *changelog.Options {
Expand Down
2 changes: 1 addition & 1 deletion cmd/krel/cmd/ff.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/spf13/cobra"

"k8s.io/release/pkg/fastforward"
kgit "k8s.io/release/pkg/git"
kgit "sigs.k8s.io/release-sdk/git"
)

var ffOpts = &fastforward.Options{}
Expand Down
Loading

0 comments on commit 5f2f2cc

Please sign in to comment.