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
5104fd21
Commit
5104fd21
authored
11 years ago
by
Mike McQuaid
Browse files
Options
Downloads
Patches
Plain Diff
bottles: update version regex messaging.
parent
98c3d39e
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/cmd/bottle.rb
+1
-1
1 addition, 1 deletion
Library/Homebrew/cmd/bottle.rb
Library/Homebrew/formulary.rb
+1
-1
1 addition, 1 deletion
Library/Homebrew/formulary.rb
with
2 additions
and
2 deletions
Library/Homebrew/cmd/bottle.rb
+
1
−
1
View file @
5104fd21
...
...
@@ -53,7 +53,7 @@ module Homebrew extend self
filename
=
bottle_filename
f
,
bottle_revision
if
bottle_filename_formula_name
(
filename
).
empty?
return
ofail
"Add a new
version
regex to version.rb to parse the bottle filename."
return
ofail
"Add a new regex to
bottle_
version.rb to parse the bottle filename."
end
bottle_path
=
Pathname
.
pwd
/
filename
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/formulary.rb
+
1
−
1
View file @
5104fd21
...
...
@@ -62,7 +62,7 @@ class Formulary
name_without_version
=
bottle_filename_formula_name
@bottle_filename
if
name_without_version
.
empty?
if
ARGV
.
homebrew_developer?
opoo
"Add a new
version
regex to version.rb to parse this filename."
opoo
"Add a new regex to
bottle_
version.rb to parse this filename."
end
@name
=
bottle_name
else
...
...
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