Skip to content

Commit 8d9aab5

Browse files
committed
TUN-8140: Remove homebrew scripts
## Summary We have decided to no longer push cloudflared to cloudflare homebrew, and use the automation from homebrew-core to update cloudflared on their repository. Therefore, the scripts for homebrew and makefile targets are no longer necessary.
1 parent 25f91fe commit 8d9aab5

File tree

4 files changed

+0
-111
lines changed

4 files changed

+0
-111
lines changed

.teamcity/update-homebrew-core.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

.teamcity/update-homebrew.sh

Lines changed: 0 additions & 66 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,6 @@ cloudflared-darwin-amd64.tgz: cloudflared
218218
tar czf cloudflared-darwin-amd64.tgz cloudflared
219219
rm cloudflared
220220

221-
.PHONY: homebrew-upload
222-
homebrew-upload: cloudflared-darwin-amd64.tgz
223-
aws s3 --endpoint-url $(S3_ENDPOINT) cp --acl public-read $$^ $(S3_URI)/cloudflared-$$(VERSION)-$1.tgz
224-
aws s3 --endpoint-url $(S3_ENDPOINT) cp --acl public-read $(S3_URI)/cloudflared-$$(VERSION)-$1.tgz $(S3_URI)/cloudflared-stable-$1.tgz
225-
226-
.PHONY: homebrew-release
227-
homebrew-release: homebrew-upload
228-
./publish-homebrew-formula.sh cloudflared-darwin-amd64.tgz $(VERSION) homebrew-cloudflare
229-
230221
.PHONY: github-release
231222
github-release: cloudflared
232223
python3 github_release.py --path $(EXECUTABLE_PATH) --release-version $(VERSION)

cfsetup.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -242,16 +242,6 @@ buster: &buster
242242
- component-tests/requirements.txt
243243
pre-cache: *component_test_pre_cache
244244
post-cache: *component_test_post_cache
245-
update-homebrew:
246-
builddeps:
247-
- openssh-client
248-
- s3cmd
249-
- jq
250-
- build-essential
251-
- procps
252-
post-cache:
253-
- .teamcity/update-homebrew.sh
254-
- .teamcity/update-homebrew-core.sh
255245
github-message-release:
256246
build_dir: *build_dir
257247
builddeps: *build_pygithub

0 commit comments

Comments
 (0)