Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
c32283e5
Commit
c32283e5
authored
6 years ago
by
Jonathan Chang
Browse files
Options
Downloads
Patches
Plain Diff
diagnostic: use universal pull request message
parent
2ff07a60
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Library/Homebrew/diagnostic.rb
+10
-0
10 additions, 0 deletions
Library/Homebrew/diagnostic.rb
Library/Homebrew/extend/os/mac/diagnostic.rb
+1
-4
1 addition, 4 deletions
Library/Homebrew/extend/os/mac/diagnostic.rb
with
11 additions
and
4 deletions
Library/Homebrew/diagnostic.rb
+
10
−
0
View file @
c32283e5
...
...
@@ -95,6 +95,16 @@ module Homebrew
]
).
freeze
end
def
please_create_pull_requests
(
what
=
"unsupported configuration"
)
<<~
EOS
You may encounter build failures and other breakages.
Please create pull requests instead of asking for help on
Homebrew's GitHub, Discourse, Twitter or IRC. You are
responsible for resolving any issues you experience, as
you are running this
#{
what
}
.
EOS
end
def
check_for_installed_developer_tools
return
if
DevelopmentTools
.
installed?
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/extend/os/mac/diagnostic.rb
+
1
−
4
View file @
c32283e5
...
...
@@ -60,10 +60,7 @@ module Homebrew
<<~
EOS
You are using macOS
#{
MacOS
.
version
}
.
#{
who
}
do not provide support for this
#{
what
}
.
You will encounter build failures and other breakages.
Please create pull requests instead of asking for help on Homebrew's
GitHub, Discourse, Twitter or IRC. As you are running this
#{
what
}
,
you are responsible for resolving any issues you experience.
#{
please_create_pull_requests
(
what
)
}
EOS
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment