Skip to content

Commit f58d7e3

Browse files
committed
refactor: remove homebrew formula and tap distribution
- removed: Homebrew formula and tap distribution - use Docker, PHIVE, or direct PHAR download instead
1 parent 2b1ad3a commit f58d7e3

10 files changed

Lines changed: 3 additions & 186 deletions

File tree

.github/workflows/monorepo-split.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ jobs:
9797
- local_path: 'src/bridge/telemetry/otlp'
9898
split_repository: 'telemetry-otlp-bridge'
9999

100-
- local_path: 'src/tools/homebrew'
101-
split_repository: 'homebrew-flow'
102-
103100
- local_path: 'src/extension/pg-query-ext'
104101
split_repository: 'pg-query-ext'
105102

.github/workflows/release.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -90,32 +90,3 @@ jobs:
9090
build/flow.phar
9191
build/flow.phar.asc
9292
93-
- name: "Get release tag"
94-
run: |
95-
RELEASE_TAG=${GITHUB_REF/refs\/tags\//}
96-
echo "RELEASE_TAG=$RELEASE_TAG" >> $GITHUB_ENV
97-
98-
- name: "Update Homebrew formula"
99-
uses: mislav/bump-homebrew-formula-action@v3
100-
with:
101-
formula-name: flow-php
102-
formula-path: src/tools/homebrew/Formula/flow-php.rb
103-
homebrew-tap: flow-php/flow
104-
download-url: https://github.com/flow-php/flow/releases/download/${{ env.RELEASE_TAG }}/flow.phar
105-
commit-message: |
106-
Update Homebrew TAP formula: {{formulaName}} to version: {{version}}
107-
108-
<h2>Change Log</h2>
109-
<div id="change-log">
110-
<h4>Changed</h4>
111-
<ul id="changed">
112-
<li>Update Homebrew TAP formula: {{formulaName}} to version: {{version}}</li>
113-
</ul>
114-
</div>
115-
<hr/>
116-
117-
<h2>Description</h2>
118-
119-
Created by https://github.com/mislav/bump-homebrew-formula-action
120-
env:
121-
COMMITTER_TOKEN: ${{ secrets.ACCESS_TOKEN }}

documentation/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ seo_description: >
1515

1616
- [Docker](installation/docker.md)
1717
- [PHAR with PHIVE](installation/phive.md)
18-
- [Homebrew](installation/homebrew.md)
1918
- [Quick Start](quick-start.md)
2019

2120
## Composer

documentation/installation/homebrew.md

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

src/tools/homebrew/.github/workflows/readonly.yaml

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

src/tools/homebrew/CONTRIBUTING.md

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

src/tools/homebrew/Formula/flow-php.rb

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

src/tools/homebrew/LICENSE

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

src/tools/homebrew/README.md

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

web/landing/templates/documentation/navigation_left.html.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
<li>
4242
<a href="/documentation/security">Security</a>
4343
</li>
44+
<li>
45+
<a href="/documentation/upgrading">Upgrading</a>
46+
</li>
4447
<li>
4548
<a rel="noopener noreferrer" target="_blank" href="https://discord.gg/5dNXfQyACW">Discord Server</a>
4649
</li>

0 commit comments

Comments
 (0)