Skip to content
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

Remove kubepkg and rapture #3313

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
56 changes: 0 additions & 56 deletions Dockerfile-kubepkg

This file was deleted.

47 changes: 0 additions & 47 deletions Dockerfile-kubepkg-rpm

This file was deleted.

10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ SHELL:=/usr/bin/env bash
COLOR:=\\033[36m
NOCOLOR:=\\033[0m

##@ Package

.PHONY: verify-published-debs verify-published-rpms

verify-published-debs: ## Ensure debs have been published
./hack/packages/verify-published.sh debs

verify-published-rpms: ## Ensure rpms have been published
./hack/packages/verify-published.sh rpms

##@ Verify

.PHONY: verify verify-boilerplate verify-build verify-dependencies verify-go-mod
Expand Down
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,13 @@ Individual tools can be installed via `go install k8s.io/release/cmd/$TOOL@lates
- [`schedule-builder`](#schedule-builder)
- [Artifact Management](#artifact-management)
- [`kpromo`](#kpromo)
- [`kubepkg`](#kubepkg)
- [End User](#end-user)
- [`bom`](#bom)
- [`release-notes`](#release-notes)
- [`gcbuilder`](#gcbuilder)
- [`publish-release`](#publish-release)
- [Legacy](#legacy)
- [`push-build.sh`](#push-buildsh)
- [Experimental](#experimental)
- [`rapture`](#rapture)
- [Contributing](#contributing)

**Each of the headings below links to a tool's location.**
Expand Down Expand Up @@ -100,16 +97,6 @@ responsible for promoting file or container artifacts

Details: [Documentation](https://sigs.k8s.io/promo-tools/README.md#kpromo)

### [`kubepkg`](/cmd/kubepkg)

Create Kubernetes deb/rpm packages.

Status: In Progress

Audience: [Release Managers][release-managers]

Details: [Documentation](/cmd/kubepkg/README.md)

## End User

### [`bom`](https://sigs.k8s.io/bom)
Expand Down Expand Up @@ -153,16 +140,6 @@ Status: Deprecated (but still in use)

Audience: [Release Managers][release-managers], Prowjobs

## Experimental

### [`rapture`](hack/rapture/)

Build operating system packages (`.deb` and RPM)

Status: Experimental (but already in use)

Audience: [Release Managers][release-managers], Googlers participating in releases

## Contributing

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
Expand Down
40 changes: 0 additions & 40 deletions cloudbuild-kubepkg.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions cmd/kubepkg/.dockerignore

This file was deleted.

3 changes: 0 additions & 3 deletions cmd/kubepkg/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions cmd/kubepkg/OWNERS

This file was deleted.

65 changes: 0 additions & 65 deletions cmd/kubepkg/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions cmd/kubepkg/cmd/debs.go

This file was deleted.