[go: up one dir, main page]

Skip to content

Commit

Permalink
misc cleanup: Delete some dead release machinery
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
  • Loading branch information
LukeShu committed Apr 18, 2022
1 parent 048d216 commit 4cd5c3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 186 deletions.
70 changes: 0 additions & 70 deletions releng/release-wait-for-ga-artifacts

This file was deleted.

106 changes: 0 additions & 106 deletions releng/release-wait-for-rc-artifacts

This file was deleted.

10 changes: 0 additions & 10 deletions releng/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ release/ga/changelog-update:
# These commands are run in CI in a normal release process
########################################################################

release/rc/check:
@[[ "$(VERSION)" =~ ^v[0-9]+\.[0-9]+\.[0-9]+rc\.[0-9]+$$ ]] || (printf '$(RED)ERROR: VERSION must be set to an RC "v2.Y.Z-rc.N" value; it is set to "%s"$(END)\n' "$(VERSION)"; exit 1)
{ $(OSS_HOME)/releng/release-rc-check \
--rc-version=$(patsubst v%,%,$(VERSION)) \
--s3-bucket=$(AWS_S3_BUCKET) \
--s3-key=charts-dev \
--helm-version=$$(gawk '$$1 == "version:" { gsub("-", " "); print $$2; }' <charts/emissary-ingress/Chart.yaml)$$(sed 's/^[^-]*//' <<<'$(VERSION)') \
--docker-image=$(RELEASE_REGISTRY)/$(LCNAME):$(patsubst v%,%,$(VERSION)); }
.PHONY: release/rc/check

release/ga/create-gh-release:
@[[ "$(VERSION)" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$$ ]] || (printf '$(RED)ERROR: VERSION must be set to a GA "v2.Y.Z" value; it is set to "%s"$(END)\n' "$(VERSION)"; exit 1)
@$(OSS_HOME)/releng/release-create-github $(patsubst v%,%,$(VERSION))
Expand Down

0 comments on commit 4cd5c3d

Please sign in to comment.