Skip to content

Commit

Permalink
move all formulae to homerew-more tap
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Feb 16, 2025
1 parent 8a2333f commit 2f98639
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 533 deletions.
69 changes: 0 additions & 69 deletions .github/actions/bump-formulae/script.sh

This file was deleted.

78 changes: 1 addition & 77 deletions .github/workflows/bump.yml → .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bump
name: schedule

on:
# pull_request:
Expand Down Expand Up @@ -89,79 +89,3 @@ jobs:
rsync -lrv --exclude=.git "$(pwd)" "$(brew --repository brewforge/chinese)"
cd "$(brew --repository brewforge/chinese)"
./.github/actions/bump-casks/script.sh
bump-formulae:
name: Bump formulae
if: github.repository == 'brewforge/homebrew-chinese'
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [macos-latest]

steps:
- uses: actions/checkout@v4

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
with:
core: false
cask: false
test-bot: false

- name: Brew Tap
uses: ./.github/actions/brew-tap

- name: Git Cred
uses: ./.github/actions/git-cred
with:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}

- name: Bump
env:
HOMEBREW_DEVELOPER: "1"
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
shell: bash -ieo pipefail {0}
run: |
rsync -lrv --exclude=.git "$(pwd)" "$(brew --repository brewforge/chinese)"
cd "$(brew --repository brewforge/chinese)"
./.github/actions/bump-formulae/script.sh
bump-formulae-linux:
name: Bump formulae (Linuxbrew)
if: github.repository == 'brewforge/homebrew-chinese'
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v4

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
with:
core: false
cask: false
test-bot: false

- name: Brew Tap
uses: ./.github/actions/brew-tap

- name: Git Cred
uses: ./.github/actions/git-cred
with:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}

- name: Bump
env:
HOMEBREW_DEVELOPER: "1"
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
shell: bash -ieo pipefail {0}
run: |
rsync -lrv --exclude=.git "$(pwd)" "$(brew --repository brewforge/chinese)"
cd "$(brew --repository brewforge/chinese)"
./.github/actions/bump-formulae/script.sh
59 changes: 0 additions & 59 deletions Formula/alist.rb

This file was deleted.

45 changes: 0 additions & 45 deletions Formula/bbdown.rb

This file was deleted.

18 changes: 0 additions & 18 deletions Formula/makemf.rb

This file was deleted.

58 changes: 0 additions & 58 deletions Formula/nezha-agent.rb

This file was deleted.

18 changes: 0 additions & 18 deletions Formula/ollamaplist.rb

This file was deleted.

18 changes: 0 additions & 18 deletions Formula/reportgen.rb

This file was deleted.

20 changes: 0 additions & 20 deletions Formula/shurl.rb

This file was deleted.

Loading

0 comments on commit 2f98639

Please sign in to comment.