Skip to content

Commit

Permalink
Merge pull request #1230 from Homebrew/repo_to_repository
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Jun 11, 2024
2 parents 2310d46 + e37cb3f commit b9ef108
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ defaults:

taps:
core:
repo: core
repository: core
name: Homebrew/core
fullname: Homebrew/homebrew-core
remote: https://github.com/Homebrew/homebrew-core
cask:
repo: cask
repository: cask
name: Homebrew/cask
fullname: Homebrew/homebrew-cask
remote: https://github.com/Homebrew/homebrew-cask
Expand All @@ -61,22 +61,22 @@ analytics:
# sync with Library/Homebrew/deprecate_disable.rb
reasons:
formula:
does_not_build: "does not build"
no_license: "has no license"
repo_archived: "has an archived upstream repository"
repo_removed: "has a removed upstream repository"
unmaintained: "is not maintained upstream"
unsupported: "is not supported upstream"
does_not_build: "does not build"
no_license: "has no license"
repo_archived: "has an archived upstream repository"
repo_removed: "has a removed upstream repository"
unmaintained: "is not maintained upstream"
unsupported: "is not supported upstream"
deprecated_upstream: "is deprecated upstream"
versioned_formula: "is a versioned formula"
checksum_mismatch: "was built with an initially released source file that had a different checksum than the current one"
versioned_formula: "is a versioned formula"
checksum_mismatch: "was built with an initially released source file that had a different checksum than the current one"
cask:
discontinued: "is discontinued upstream"
moved_to_mas: "is now exclusively distributed on the Mac App Store"
no_longer_available: "is no longer available upstream"
discontinued: "is discontinued upstream"
moved_to_mas: "is now exclusively distributed on the Mac App Store"
no_longer_available: "is no longer available upstream"
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks"
unmaintained: "is not maintained upstream"
unsigned: "is unsigned or does not meet signature requirements"
unmaintained: "is not maintained upstream"
unsigned: "is unsigned or does not meet signature requirements"

logo: /assets/img/homebrew.svg

Expand Down
2 changes: 1 addition & 1 deletion cask-font_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
layout: default
permalink: /cask-font/
---
<p>This is a listing of all fonts available from the <a href="{{ site.taps.cask.remote }}">{{ site.taps.cask.repo }} tap</a> via the <a href="https://brew.sh">Homebrew</a> package manager for macOS.</p>
<p>This is a listing of all fonts available from the <a href="{{ site.taps.cask.remote }}">{{ site.taps.cask.repository }} tap</a> via the <a href="https://brew.sh">Homebrew</a> package manager for macOS.</p>

<h2><a href="{{ site.baseurl }}/api/cask.json"><code>/api/cask.json</code> (JSON API)</a></h2>

Expand Down
2 changes: 1 addition & 1 deletion cask_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
layout: default
permalink: /cask/
---
<p>This is a listing of all casks available from the <a href="{{ site.taps.cask.remote }}">{{ site.taps.cask.repo }} tap</a> via the <a href="https://brew.sh">Homebrew</a> package manager for macOS.</p>
<p>This is a listing of all casks available from the <a href="{{ site.taps.cask.remote }}">{{ site.taps.cask.repository }} tap</a> via the <a href="https://brew.sh">Homebrew</a> package manager for macOS.</p>

<h2><a href="{{ site.baseurl }}/api/cask.json"><code>/api/cask.json</code> (JSON API)</a></h2>

Expand Down
6 changes: 3 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ GET https://formulae.brew.sh/api/analytics/${CATEGORY}/homebrew-core/${DAYS}.jso
#### Variables

- `${CATEGORY}`: the analytics event category, i.e.
- `install`: the installation of all {{ site.taps.core.repo }} formulae
- `install-on-request`: the requested installation of all {{ site.taps.core.repo }} formulae (i.e. not as a dependency of other formulae)
- `build-error`: the installation failure of all {{ site.taps.core.repo }} formulae
- `install`: the installation of all {{ site.taps.core.repository }} formulae
- `install-on-request`: the requested installation of all {{ site.taps.core.repository }} formulae (i.e. not as a dependency of other formulae)
- `build-error`: the installation failure of all {{ site.taps.core.repository }} formulae
- only `${DAYS}: 30d` (30 days) is available
- `${DAYS}`: the number of days of analytics events, i.e.
- `30d`: 30 days
Expand Down
2 changes: 1 addition & 1 deletion formula_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
permalink: /formula/
redirect_from: /formula-linux/
---
<p>This is a listing of all packages available from the <a href="{{ site.taps.core.remote }}">{{ site.taps.core.repo }} tap</a> via the <a href="https://brew.sh">Homebrew</a> package manager for macOS and Linux.</p>
<p>This is a listing of all packages available from the <a href="{{ site.taps.core.remote }}">{{ site.taps.core.repository }} tap</a> via the <a href="https://brew.sh">Homebrew</a> package manager for macOS and Linux.</p>

<h2><a href="{{ site.baseurl }}/api/formula.json"><code>/api/formula.json</code> (JSON API)</a></h2>

Expand Down

0 comments on commit b9ef108

Please sign in to comment.