Skip to content

Commit e37cb3f

Browse files
committed
Use repository instead of repo
Needed for documentation linting incoming in #1229.
1 parent 2310d46 commit e37cb3f

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

_config.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ defaults:
3131

3232
taps:
3333
core:
34-
repo: core
34+
repository: core
3535
name: Homebrew/core
3636
fullname: Homebrew/homebrew-core
3737
remote: https://github.com/Homebrew/homebrew-core
3838
cask:
39-
repo: cask
39+
repository: cask
4040
name: Homebrew/cask
4141
fullname: Homebrew/homebrew-cask
4242
remote: https://github.com/Homebrew/homebrew-cask
@@ -61,22 +61,22 @@ analytics:
6161
# sync with Library/Homebrew/deprecate_disable.rb
6262
reasons:
6363
formula:
64-
does_not_build: "does not build"
65-
no_license: "has no license"
66-
repo_archived: "has an archived upstream repository"
67-
repo_removed: "has a removed upstream repository"
68-
unmaintained: "is not maintained upstream"
69-
unsupported: "is not supported upstream"
64+
does_not_build: "does not build"
65+
no_license: "has no license"
66+
repo_archived: "has an archived upstream repository"
67+
repo_removed: "has a removed upstream repository"
68+
unmaintained: "is not maintained upstream"
69+
unsupported: "is not supported upstream"
7070
deprecated_upstream: "is deprecated upstream"
71-
versioned_formula: "is a versioned formula"
72-
checksum_mismatch: "was built with an initially released source file that had a different checksum than the current one"
71+
versioned_formula: "is a versioned formula"
72+
checksum_mismatch: "was built with an initially released source file that had a different checksum than the current one"
7373
cask:
74-
discontinued: "is discontinued upstream"
75-
moved_to_mas: "is now exclusively distributed on the Mac App Store"
76-
no_longer_available: "is no longer available upstream"
74+
discontinued: "is discontinued upstream"
75+
moved_to_mas: "is now exclusively distributed on the Mac App Store"
76+
no_longer_available: "is no longer available upstream"
7777
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks"
78-
unmaintained: "is not maintained upstream"
79-
unsigned: "is unsigned or does not meet signature requirements"
78+
unmaintained: "is not maintained upstream"
79+
unsigned: "is unsigned or does not meet signature requirements"
8080

8181
logo: /assets/img/homebrew.svg
8282

cask-font_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
layout: default
44
permalink: /cask-font/
55
---
6-
<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>
6+
<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>
77

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

cask_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
layout: default
44
permalink: /cask/
55
---
6-
<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>
6+
<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>
77

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

docs/api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ GET https://formulae.brew.sh/api/analytics/${CATEGORY}/homebrew-core/${DAYS}.jso
9090
#### Variables
9191

9292
- `${CATEGORY}`: the analytics event category, i.e.
93-
- `install`: the installation of all {{ site.taps.core.repo }} formulae
94-
- `install-on-request`: the requested installation of all {{ site.taps.core.repo }} formulae (i.e. not as a dependency of other formulae)
95-
- `build-error`: the installation failure of all {{ site.taps.core.repo }} formulae
93+
- `install`: the installation of all {{ site.taps.core.repository }} formulae
94+
- `install-on-request`: the requested installation of all {{ site.taps.core.repository }} formulae (i.e. not as a dependency of other formulae)
95+
- `build-error`: the installation failure of all {{ site.taps.core.repository }} formulae
9696
- only `${DAYS}: 30d` (30 days) is available
9797
- `${DAYS}`: the number of days of analytics events, i.e.
9898
- `30d`: 30 days

formula_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
permalink: /formula/
55
redirect_from: /formula-linux/
66
---
7-
<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>
7+
<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>
88

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

0 commit comments

Comments
 (0)