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 anago #1765

Merged
merged 1 commit into from
Nov 25, 2020
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ release-tools: ## Compiles a set of release tools, specified by $RELEASE_TOOLS

stage-ci: ## Compiles/installs krel and submits a MOCK streamed stage build to GCB (used for Prow)
RELEASE_TOOLS="krel" $(MAKE) release-tools
krel gcbmgr --stage \
--branch master \
--build-version=$$(curl -Ls https://dl.k8s.io/ci/latest.txt) \
--stream
krel stage --stream

##@ Images

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ development and testing.
Tools | Description
:---: | --
[`krel`](/cmd/krel) | Kubernetes Release Toolbox<br/>This is the new golang based tool for managing releases
[`anago`](/anago) | Release Tool:<br/>The main driver for creating staged builds and releases. This is what runs inside GCB after a job is submitted using `krel gcbmgr`.
[`release-notes`](/cmd/release-notes) | Scrape GitHub for release notes.<br/>See [Release Notes Gathering](#release-notes-gathering) for more information.
[`push-build.sh`](/push-build.sh) | Pushes a developer build or CI Jenkins build up to GCS.

For information on how to use `krel` and `anago`, see the [Branch Manager Handbook]
For information on how to use `krel`, see the [Branch Manager Handbook]

[kubernetes/kubernetes]: https://git.k8s.io/kubernetes
[Branch Manager Handbook]: https://git.k8s.io/sig-release/release-engineering/role-handbooks/branch-manager.md
Expand Down
Loading