aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2015-05-29brew-deps: improved --tree formattingBaptiste Fontaine
Closes Homebrew/homebrew#40018. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-05-29test_software_spec: add full_nameXu Cheng
2015-05-29exceptions: use Formula#full_nameXu Cheng
2015-05-29formula_installer: use Formula#full_nameXu Cheng
2015-05-29cxxstdlib: use Formula#full_nameXu Cheng
2015-05-29interactive_shell: use Formula#full_nameXu Cheng
2015-05-29uses: use Formula#full_nameXu Cheng
2015-05-29upgrade: use Formula#full_nameXu Cheng
2015-05-29unpack: use Formula#full_nameXu Cheng
2015-05-29test-bot: use Formula#full_nameXu Cheng
2015-05-29test: use Formula#full_nameXu Cheng
2015-05-29search: use Formula#full_nameXu Cheng
2015-05-29reinstall: use Formula#full_nameXu Cheng
2015-05-29pull: use Formula#full_nameXu Cheng
2015-05-29options: use Formula#full_nameXu Cheng
2015-05-29missing: use Formula#full_nameXu Cheng
2015-05-29leaves: use Formula#full_nameXu Cheng
2015-05-29install: use Formula#full_nameXu Cheng
2015-05-29info: use Formula#full_nameXu Cheng
2015-05-29doctor: use Formula#full_nameXu Cheng
2015-05-29deps: use Formula#full_nameXu Cheng
2015-05-29cleanup: use Formula#full_nameXu Cheng
2015-05-29bottle: use Formula#full_nameXu Cheng
2015-05-29audit: use Formula#full_nameXu Cheng
2015-05-29caveats: use Formula#full_nameXu Cheng
2015-05-29build: use Formula#full_nameXu Cheng
2015-05-29SoftwareSpec: add full_name fieldXu Cheng
2015-05-29Formula: add full_name variableXu Cheng
2015-05-29audit: enforce gnome urlsViktor Szakats
Closes Homebrew/homebrew#40172. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-29Remove another unused default argumentJack Nagel
2015-05-29Remove unused default argumentJack Nagel
2015-05-28Revert "Check empty? to avoid introducing nils"Jack Nagel
This reverts commit 580cd173cbf92aa9851e68d635af518a668a6cdc.
2015-05-28Cabal: move fails_with to a class methodMisty De Meo
Fixes Homebrew/homebrew#39950.
2015-05-28Formulary: accept mxcl/master as synonym for Homebrew/homebrewMisty De Meo
Fixes Homebrew/homebrew#40171.
2015-05-27Fix variable referenceJack Nagel
2015-05-27Remove dead codeJack Nagel
2015-05-27audit: simplify ssl/tls audit failure messagesDominyk Tiller
This cuts the amount of custom code fairly drastically, applying the same generic syntax across the different SSL/TLS enforced areas. It also makes the failure message fit onto one terminal line, which looks cleaner than the multi-line message we currently print for standard-size Terminals. Changes something like: `ftp.gnu.org urls should be https://, not http:// (url is http://ftp.gnu.org/gnu/gawk/gawk-4.1.1.tar.xz)` Into: `Please use https:// for http://ftp.gnu.org/gnu/gawk/gawk-4.1.1.tar.xz` References: Homebrew/homebrew#39421 Homebrew/homebrew#39306 Closes Homebrew/homebrew#40054. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-05-27cmd/switch: fix exception.pmwheatley
keg_only? should use 'rack' not 'canonical_name' Closes Homebrew/homebrew#40124. Closes Homebrew/homebrew#40126. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-27formula_installer: set tap source for bottles.Mike McQuaid
This defaults to the value that's in the bottle but that isn't necessarily correct. For example, some Boxen modules will reuse our old bottles and so if they are installed from there we should be sure to set the tab's tap to the tap we've installed from rather than the one set inside the bottle's tarball. Closes Homebrew/homebrew#40096. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-27tab: add method to set tap.Mike McQuaid
2015-05-27test-bot: always brew install as a non-developer.Mike McQuaid
Bored of dealing with the bottle conflicts errors here so I don't think it's really worth working around. Closes Homebrew/homebrew#40097. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-27uninstall: load formula from rackXu Cheng
Closes Homebrew/homebrew#39524. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-27test-bot: rescue TapFormulaAmbiguityErrorXu Cheng
2015-05-27upgrade: use ARGV.resolved_formulaeXu Cheng
2015-05-27unpin: use ARGV.resolved_formulaeXu Cheng
2015-05-27test: use ARGV.resolved_formulaeXu Cheng
2015-05-27reinstall: use ARGV.resolved_formulaeXu Cheng
2015-05-27postinstall: use ARGV.resolved_formulaeXu Cheng
2015-05-27pin: use ARGV.resolved_formulaeXu Cheng
2015-05-27outdated: use ARGV.resolved_formulaeXu Cheng