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
7266ecd4
Commit
7266ecd4
authored
10 years ago
by
Jack Nagel
Browse files
Options
Downloads
Patches
Plain Diff
Hide install receipt key names
parent
b05351d0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Library/Homebrew/cmd/reinstall.rb
+1
-2
1 addition, 2 deletions
Library/Homebrew/cmd/reinstall.rb
Library/Homebrew/cmd/upgrade.rb
+1
-2
1 addition, 2 deletions
Library/Homebrew/cmd/upgrade.rb
Library/Homebrew/tab.rb
+4
-0
4 additions, 0 deletions
Library/Homebrew/tab.rb
with
6 additions
and
4 deletions
Library/Homebrew/cmd/reinstall.rb
+
1
−
2
View file @
7266ecd4
...
...
@@ -20,8 +20,7 @@ module Homebrew
fi
=
FormulaInstaller
.
new
(
f
)
fi
.
options
=
options
fi
.
build_bottle
=
ARGV
.
build_bottle?
fi
.
build_bottle
||=
tab
.
built_as_bottle
&&
!
tab
.
poured_from_bottle
fi
.
build_bottle
=
ARGV
.
build_bottle?
||
tab
.
build_bottle?
fi
.
build_from_source
=
ARGV
.
build_from_source?
fi
.
force_bottle
=
ARGV
.
force_bottle?
fi
.
verbose
=
ARGV
.
verbose?
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/cmd/upgrade.rb
+
1
−
2
View file @
7266ecd4
...
...
@@ -53,8 +53,7 @@ module Homebrew
fi
=
FormulaInstaller
.
new
(
f
)
fi
.
options
=
tab
.
used_options
fi
.
build_bottle
=
ARGV
.
build_bottle?
fi
.
build_bottle
||=
tab
.
built_as_bottle
&&
!
tab
.
poured_from_bottle
fi
.
build_bottle
=
ARGV
.
build_bottle?
||
tab
.
build_bottle?
fi
.
build_from_source
=
ARGV
.
build_from_source?
fi
.
verbose
=
ARGV
.
verbose?
fi
.
verbose
&&=
:quieter
if
ARGV
.
quieter?
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/tab.rb
+
4
−
0
View file @
7266ecd4
...
...
@@ -121,6 +121,10 @@ class Tab < OpenStruct
CxxStdlib
.
create
(
lib
,
cc
.
to_sym
)
end
def
build_bottle?
built_as_bottle
&&
!
poured_from_bottle
end
def
to_json
Utils
::
JSON
.
dump
({
:used_options
=>
used_options
.
as_flags
,
...
...
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