update homebrew-core and homebrew-cask
Some checks failed
Triage / review (push) Has been cancelled
CI / syntax (push) Has been cancelled
CI / tap syntax (Linux) (push) Has been cancelled
CI / vendored gems (Linux) (push) Has been cancelled
CI / docker (push) Has been cancelled
CI / tests (Linux) (push) Has been cancelled
CI / tests (generic OS) (push) Has been cancelled
CI / tests (no-compatibility mode) (push) Has been cancelled
CI / test default formula (Linux) (push) Has been cancelled
Triage issues / stale (push) Has been cancelled
Triage issues / lock-threads (push) Has been cancelled
Update maintainers, manpage and completions / update-manpage (push) Has been cancelled
Docker / ubuntu (16.04) (push) Has been cancelled
Docker / ubuntu (18.04) (push) Has been cancelled
Docker / ubuntu (20.04) (push) Has been cancelled
Update Sorbet files / tapioca (push) Has been cancelled
Update SPDX license data / spdx (push) Has been cancelled
CI / test everything (macOS) (push) Has been cancelled
Some checks failed
Triage / review (push) Has been cancelled
CI / syntax (push) Has been cancelled
CI / tap syntax (Linux) (push) Has been cancelled
CI / vendored gems (Linux) (push) Has been cancelled
CI / docker (push) Has been cancelled
CI / tests (Linux) (push) Has been cancelled
CI / tests (generic OS) (push) Has been cancelled
CI / tests (no-compatibility mode) (push) Has been cancelled
CI / test default formula (Linux) (push) Has been cancelled
Triage issues / stale (push) Has been cancelled
Triage issues / lock-threads (push) Has been cancelled
Update maintainers, manpage and completions / update-manpage (push) Has been cancelled
Docker / ubuntu (16.04) (push) Has been cancelled
Docker / ubuntu (18.04) (push) Has been cancelled
Docker / ubuntu (20.04) (push) Has been cancelled
Update Sorbet files / tapioca (push) Has been cancelled
Update SPDX license data / spdx (push) Has been cancelled
CI / test everything (macOS) (push) Has been cancelled
This commit is contained in:
24
.github/ISSUE_TEMPLATE/config.yml
vendored
24
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,15 +1,15 @@
|
||||
blank_issues_enabled: false
|
||||
|
||||
contact_links:
|
||||
- name: Get help in GitHub Discussions
|
||||
url: https://github.com/Homebrew/discussions/discussions
|
||||
about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on Homebrew's GitHub Discussions!
|
||||
- name: New issue on Homebrew/homebrew-core
|
||||
url: https://github.com/Homebrew/homebrew-core/issues/new/choose
|
||||
about: On macOS/Mac OS X? Having a `brew` problem with a `brew install` or `brew upgrade` of a single formula/package? Report it to Homebrew/homebrew-core (the macOS core tap/repository).
|
||||
- name: New issue on Homebrew/homebrew-cask
|
||||
url: https://github.com/Homebrew/homebrew-cask/issues/new/choose
|
||||
about: Having a `brew --cask` problem? Report it to Homebrew/homebrew-cask (the cask tap/repository).
|
||||
- name: New issue on Homebrew/linuxbrew-core
|
||||
url: https://github.com/Homebrew/linuxbrew-core/issues/new/choose
|
||||
about: On Linux? Having a `brew` problem with a `brew install` or `brew upgrade` of a single formula/package? Report it to Homebrew/linuxbrew-core (the Linux core tap/repository).
|
||||
- name: Get help in GitHub Discussions
|
||||
url: https://github.com/Homebrew/discussions/discussions
|
||||
about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on Homebrew's GitHub Discussions!
|
||||
- name: New issue on Homebrew/homebrew-core
|
||||
url: https://github.com/Homebrew/homebrew-core/issues/new/choose
|
||||
about: On macOS/Mac OS X? Having a `brew` problem with a `brew install` or `brew upgrade` of a single formula/package? Report it to Homebrew/homebrew-core (the macOS core tap/repository).
|
||||
- name: New issue on Homebrew/homebrew-cask
|
||||
url: http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/issues/new/choose
|
||||
about: Having a `brew cask` problem? Report it to Homebrew/homebrew-cask (the cask tap/repository).
|
||||
- name: New issue on Homebrew/linuxbrew-core
|
||||
url: https://github.com/Homebrew/linuxbrew-core/issues/new/choose
|
||||
about: On Linux? Having a `brew` problem with a `brew install` or `brew upgrade` of a single formula/package? Report it to Homebrew/linuxbrew-core (the Linux core tap/repository).
|
||||
|
||||
@@ -39,11 +39,11 @@ Cask/NoDslVersion:
|
||||
Enabled: true
|
||||
|
||||
Cask/StanzaGrouping:
|
||||
Description: "Ensure that cask stanzas are grouped correctly. More info at https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/cask_language_reference/readme.md#stanza-order"
|
||||
Description: 'Ensure that cask stanzas are grouped correctly. More info at http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/doc/cask_language_reference/readme.md#stanza-order'
|
||||
Enabled: true
|
||||
|
||||
Cask/StanzaOrder:
|
||||
Description: "Ensure that cask stanzas are sorted correctly. More info at https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/cask_language_reference/readme.md#stanza-order"
|
||||
Description: 'Ensure that cask stanzas are sorted correctly. More info at http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/doc/cask_language_reference/readme.md#stanza-order'
|
||||
Enabled: true
|
||||
|
||||
# enable all formulae audits
|
||||
|
||||
@@ -601,7 +601,7 @@ export HOMEBREW_BREW_GIT_REMOTE
|
||||
|
||||
if [[ -n "$HOMEBREW_MACOS" ]] || [[ -n "$HOMEBREW_FORCE_HOMEBREW_ON_LINUX" ]]
|
||||
then
|
||||
HOMEBREW_CORE_DEFAULT_GIT_REMOTE="https://github.com/Homebrew/homebrew-core"
|
||||
HOMEBREW_CORE_DEFAULT_GIT_REMOTE="http://pi5c0.lan:3000/hombrew-highsierra/homebrew-core"
|
||||
else
|
||||
HOMEBREW_CORE_DEFAULT_GIT_REMOTE="https://github.com/Homebrew/linuxbrew-core"
|
||||
fi
|
||||
|
||||
@@ -6,7 +6,7 @@ require "yaml"
|
||||
require "open3"
|
||||
require "stringio"
|
||||
|
||||
BUG_REPORTS_URL = "https://github.com/Homebrew/homebrew-cask#reporting-bugs"
|
||||
BUG_REPORTS_URL = "http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask#reporting-bugs"
|
||||
|
||||
module Cask
|
||||
# Helper functions for various cask operations.
|
||||
|
||||
@@ -91,8 +91,8 @@ module Homebrew
|
||||
boolean: true,
|
||||
},
|
||||
HOMEBREW_CORE_GIT_REMOTE: {
|
||||
description: "Use this URL as the Homebrew/homebrew-core `git`(1) remote.",
|
||||
default_text: "macOS: `https://github.com/Homebrew/homebrew-core`, " \
|
||||
description: "Use the specified URL as the Homebrew/homebrew-core `git`(1) remote.",
|
||||
default_text: "macOS: `http://pi5c0.lan:3000/hombrew-highsierra/homebrew-core`, " \
|
||||
"Linux: `https://github.com/Homebrew/linuxbrew-core`.",
|
||||
default: HOMEBREW_CORE_DEFAULT_GIT_REMOTE,
|
||||
},
|
||||
|
||||
@@ -169,4 +169,4 @@ See our issues on GitHub:
|
||||
<br><https://github.com/Homebrew/homebrew-core/issues>
|
||||
|
||||
* **Homebrew/homebrew-cask**:
|
||||
<br><https://github.com/Homebrew/homebrew-cask/issues>
|
||||
<http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/issues>
|
||||
|
||||
@@ -7,7 +7,7 @@ module RuboCop
|
||||
module Cop
|
||||
module Cask
|
||||
# This cop checks that a cask's stanzas are grouped correctly.
|
||||
# @see https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/cask_language_reference/readme.md#stanza-order
|
||||
# @see http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/doc/cask_language_reference/readme.md#stanza-order
|
||||
class StanzaGrouping < Base
|
||||
extend Forwardable
|
||||
extend AutoCorrector
|
||||
|
||||
@@ -7,7 +7,7 @@ module RuboCop
|
||||
module Cop
|
||||
module Cask
|
||||
# This cop checks that a cask's stanzas are ordered correctly.
|
||||
# @see https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/cask_language_reference/readme.md#stanza-order
|
||||
# @see http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/doc/cask_language_reference/readme.md#stanza-order
|
||||
class StanzaOrder < Base
|
||||
extend Forwardable
|
||||
extend AutoCorrector
|
||||
|
||||
@@ -11,7 +11,7 @@ describe Cask::Cmd::Info, :cask do
|
||||
local-transmission: 2.61
|
||||
https://transmissionbt.com/
|
||||
Not installed
|
||||
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/local-transmission.rb
|
||||
From: http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/Casks/local-transmission.rb
|
||||
==> Name
|
||||
Transmission
|
||||
==> Description
|
||||
@@ -28,7 +28,7 @@ describe Cask::Cmd::Info, :cask do
|
||||
with-auto-updates: 1.0 (auto_updates)
|
||||
https://brew.sh/autoupdates
|
||||
Not installed
|
||||
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/with-auto-updates.rb
|
||||
From: http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/Casks/with-auto-updates.rb
|
||||
==> Name
|
||||
AutoUpdates
|
||||
==> Description
|
||||
@@ -44,7 +44,7 @@ describe Cask::Cmd::Info, :cask do
|
||||
local-caffeine: 1.2.3
|
||||
https://brew.sh/
|
||||
Not installed
|
||||
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/local-caffeine.rb
|
||||
From: http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/Casks/local-caffeine.rb
|
||||
==> Name
|
||||
None
|
||||
==> Description
|
||||
@@ -55,7 +55,7 @@ describe Cask::Cmd::Info, :cask do
|
||||
local-transmission: 2.61
|
||||
https://transmissionbt.com/
|
||||
Not installed
|
||||
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/local-transmission.rb
|
||||
From: http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/Casks/local-transmission.rb
|
||||
==> Name
|
||||
Transmission
|
||||
==> Description
|
||||
@@ -79,7 +79,7 @@ describe Cask::Cmd::Info, :cask do
|
||||
with-caveats: 1.2.3
|
||||
https://brew.sh/
|
||||
Not installed
|
||||
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/with-caveats.rb
|
||||
From: http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/Casks/with-caveats.rb
|
||||
==> Name
|
||||
None
|
||||
==> Description
|
||||
@@ -106,7 +106,7 @@ describe Cask::Cmd::Info, :cask do
|
||||
with-conditional-caveats: 1.2.3
|
||||
https://brew.sh/
|
||||
Not installed
|
||||
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/with-conditional-caveats.rb
|
||||
From: http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/Casks/with-conditional-caveats.rb
|
||||
==> Name
|
||||
None
|
||||
==> Description
|
||||
@@ -123,7 +123,7 @@ describe Cask::Cmd::Info, :cask do
|
||||
with-languages: 1.2.3
|
||||
https://brew.sh/
|
||||
Not installed
|
||||
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/with-languages.rb
|
||||
From: http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/Casks/with-languages.rb
|
||||
==> Name
|
||||
None
|
||||
==> Description
|
||||
@@ -142,7 +142,7 @@ describe Cask::Cmd::Info, :cask do
|
||||
without-languages: 1.2.3
|
||||
https://brew.sh/
|
||||
Not installed
|
||||
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/without-languages.rb
|
||||
From: http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask/blob/HEAD/Casks/without-languages.rb
|
||||
==> Name
|
||||
None
|
||||
==> Description
|
||||
|
||||
@@ -27,7 +27,7 @@ describe Cask::DSL, :cask do
|
||||
.*
|
||||
Unexpected method 'future_feature' called on Cask unexpected-method-cask\\.
|
||||
.*
|
||||
https://github.com/Homebrew/homebrew-cask#reporting-bugs
|
||||
http://pi5c0.lan:3000/hombrew-highsierra/homebrew-cask#reporting-bugs
|
||||
EOS
|
||||
|
||||
expect {
|
||||
|
||||
@@ -28,14 +28,14 @@ describe "brew info" do
|
||||
|
||||
describe Homebrew do
|
||||
describe "::github_remote_path" do
|
||||
let(:remote) { "https://github.com/Homebrew/homebrew-core" }
|
||||
let(:remote) { "http://pi5c0.lan:3000/hombrew-highsierra/homebrew-core" }
|
||||
|
||||
specify "returns correct URLs" do
|
||||
expect(described_class.github_remote_path(remote, "Formula/git.rb"))
|
||||
.to eq("https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/git.rb")
|
||||
.to eq("http://pi5c0.lan:3000/hombrew-highsierra/homebrew-core/blob/HEAD/Formula/git.rb")
|
||||
|
||||
expect(described_class.github_remote_path("#{remote}.git", "Formula/git.rb"))
|
||||
.to eq("https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/git.rb")
|
||||
.to eq("http://pi5c0.lan:3000/hombrew-highsierra/homebrew-core/blob/HEAD/Formula/git.rb")
|
||||
|
||||
expect(described_class.github_remote_path("git@github.com:user/repo", "foo.rb"))
|
||||
.to eq("https://github.com/user/repo/blob/HEAD/foo.rb")
|
||||
|
||||
Reference in New Issue
Block a user