Skip to content

Commit 4637403

Browse files
committed
Delete public homebrew Makefile targets for release
1 parent e0e879d commit 4637403

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

etc/release.Makefile

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ release: \
1010
create-github-release \
1111
bump-version-in-documentation-links \
1212
bump-private-homebrew-formula \
13-
bump-public-homebrew-formula \
1413
publish-to-cargo
1514

1615

@@ -71,24 +70,6 @@ $(BUMP_PRIVATE_HOMEBREW_FORMULA_SENTINEL):
7170
touch $(BUMP_PRIVATE_HOMEBREW_FORMULA_SENTINEL)
7271

7372

74-
BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL=.make-sentinels/bump-public-homebrew-formula
75-
bump-public-homebrew-formula: $(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL)
76-
$(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL):
77-
make -f etc/release.Makefile test-public-homebrew-formula
78-
cd "$$(brew --repo homebrew/core)" && brew bump-formula-pr --url "https://github.com/dandavison/delta/archive/$$DELTA_NEW_VERSION.tar.gz" git-delta
79-
touch $(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL)
80-
81-
82-
test-public-homebrew-formula:
83-
cd $$(brew --repo homebrew/homebrew-core) && \
84-
brew uninstall --force git-delta && \
85-
brew install --build-from-source git-delta && \
86-
brew test git-delta && \
87-
brew uninstall --force git-delta && \
88-
brew install git-delta && \
89-
brew audit --strict git-delta
90-
91-
9273
PUBLISH_TO_CARGO_SENTINEL=.make-sentinels/publish-to-cargo
9374
publish-to-cargo: $(PUBLISH_TO_CARGO_SENTINEL)
9475
$(PUBLISH_TO_CARGO_SENTINEL):
@@ -104,6 +85,4 @@ $(PUBLISH_TO_CARGO_SENTINEL):
10485
create-github-release \
10586
bump-version-in-documentation-links \
10687
bump-private-homebrew-formula \
107-
bump-public-homebrew-formula \
108-
test-public-homebrew-formula \
10988
publish-to-cargo

0 commit comments

Comments
 (0)