| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-29 | brew-deps: improved --tree formatting | Baptiste Fontaine | |
| Closes Homebrew/homebrew#40018. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-05-29 | test_software_spec: add full_name | Xu Cheng | |
| 2015-05-29 | exceptions: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | formula_installer: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | cxxstdlib: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | interactive_shell: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | uses: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | upgrade: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | unpack: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | test-bot: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | test: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | search: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | reinstall: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | pull: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | options: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | missing: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | leaves: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | install: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | info: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | doctor: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | deps: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | cleanup: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | bottle: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | audit: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | caveats: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | build: use Formula#full_name | Xu Cheng | |
| 2015-05-29 | SoftwareSpec: add full_name field | Xu Cheng | |
| 2015-05-29 | Formula: add full_name variable | Xu Cheng | |
| 2015-05-29 | audit: enforce gnome urls | Viktor Szakats | |
| Closes Homebrew/homebrew#40172. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-29 | Remove another unused default argument | Jack Nagel | |
| 2015-05-29 | Remove unused default argument | Jack Nagel | |
| 2015-05-28 | Revert "Check empty? to avoid introducing nils" | Jack Nagel | |
| This reverts commit 580cd173cbf92aa9851e68d635af518a668a6cdc. | |||
| 2015-05-28 | Cabal: move fails_with to a class method | Misty De Meo | |
| Fixes Homebrew/homebrew#39950. | |||
| 2015-05-28 | Formulary: accept mxcl/master as synonym for Homebrew/homebrew | Misty De Meo | |
| Fixes Homebrew/homebrew#40171. | |||
| 2015-05-27 | Fix variable reference | Jack Nagel | |
| 2015-05-27 | Remove dead code | Jack Nagel | |
| 2015-05-27 | audit: simplify ssl/tls audit failure messages | Dominyk 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-27 | cmd/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-27 | formula_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-27 | tab: add method to set tap. | Mike McQuaid | |
| 2015-05-27 | test-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-27 | uninstall: load formula from rack | Xu Cheng | |
| Closes Homebrew/homebrew#39524. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-27 | test-bot: rescue TapFormulaAmbiguityError | Xu Cheng | |
| 2015-05-27 | upgrade: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | unpin: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | test: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | reinstall: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | postinstall: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | pin: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | outdated: use ARGV.resolved_formulae | Xu Cheng | |
