aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/config.rb
AgeCommit message (Collapse)Author
2016-10-02Use `module_function` for commands.Markus Reiter
2016-05-08Make config command cross-platform.Mike McQuaid
Closes #168. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-22config: return early if java_home is missingMisty De Meo
Fixes mistydemeo/tigerbrew#365.
2016-04-10Add all the top level commentsMax Nordlund
2016-04-02--version/config: show core tap informationXu Cheng
2016-01-03config: split conditionalDominyk Tiller
Stops Rubocop moaning about one line conditionals. Closes Homebrew/homebrew#47537. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-18MacOS: full_version addedBaptiste Fontaine
Closes Homebrew/homebrew#44988. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-10config: fix ruby path for ruby 1.8Xu Cheng
2015-09-10config: read ruby/python interpreter directlyXu Cheng
Closes Homebrew/homebrew#43750. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-09config: show all installed JDKXu Cheng
Closes Homebrew/homebrew#43730. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-09config: use Homebrew.git_originXu Cheng
2015-09-08config: use quiet_systemXu Cheng
Closes Homebrew/homebrew#43691. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-31config: show HOMEBREW_REPOSITORYBaptiste Fontaine
Closes Homebrew/homebrew#43423. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-08-21Add guards to calls that would trigger Xcode install requestsWilliam Woodruff
add guard in Formula#file_modified? to prevent git popup add guard in Superenv.bin before calling MacOS::Xcode.version add guard against missing Xcode/CLT in Xcode.uncached_version return nil instread of 0 in uncached_version when Xcode/CLT are not present, to distinguish from linuxbrew behavior checks against pour_bottle? and needs_relocation?, add guard around keg.relocate_install_names to check pour_bottle?/needs_relocation? as well needs_relocation? becomes skip_relocation?, use cellar attr to indicate relocation instead of does_not_need_relocation MacOS.can_build? becomes MacOS.has_apple_developer_tools?
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-06support downloading bottles through 3rd-party mirrorXu Cheng
Closes Homebrew/homebrew#41328. Closes Homebrew/homebrew#41332. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-01-27config: be quieter with java_home.Mike McQuaid
References Homebrew/homebrew#36249.
2015-01-25brew-config: check whether java exists in PATHXu Cheng
For OS X, we will call `/usr/libexec/java_home` to exam whehter java is installed. Also rename the method to follow the same naming pattern of other similar methods. Closes Homebrew/homebrew#36187. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-22config: add Java to output.Baptiste Fontaine
Closes Homebrew/homebrew#35596. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-17brew-config: show realpath for pyenv and rbenvXu Cheng
Closes Homebrew/homebrew#35819. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-31Handle newer ruby versions correctly in config outputJack Nagel
Since Ruby 2.1, patch releases take the form "2.x.y" rather than "2.x.y-pnum".
2014-12-30Always dump full configurationJack Nagel
2014-12-30brew-config: always show XCode/CLT stateXu Cheng
Closes Homebrew/homebrew#33860. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-05Shows time since last commit in brew configTim D. Smith
Closes Homebrew/homebrew#32936.
2014-07-19Default to stdout since other code calls this methodJack Nagel
2014-07-19Remove intermediate methodJack Nagel
2014-07-19Allow verbose config to be written to any IO objectJack Nagel
2014-07-19Don't mess with stdout when writing build config to a fileJack Nagel
2014-06-30Add a method for getting the repo HEADJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-06-07Update build error config dump for Ruby 2.0Jack Nagel
2014-04-30--config -> configAdam Vandenberg