| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2015-05-27 | missing: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | link: load formula from rack | Xu Cheng | |
| 2015-05-27 | keg: add rack method | Xu Cheng | |
| 2015-05-27 | gist-logs: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | doctor: load formula from rack | Xu Cheng | |
| 2015-05-27 | --prefix: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | --cellar: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | cleanup: load formula from rack and using ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | bottle: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | audit: handle TapFormulaAmbiguityError | Xu Cheng | |
| 2015-05-27 | ARGV#kegs: try to load fomrula from rack | Xu Cheng | |
| 2015-05-27 | ARGV: add resolved_formulae method | Xu Cheng | |
| 2015-05-27 | Formula#installed: loading using Formulary.from_rack | Xu Cheng | |
| Also handle TapFormulaAmbiguityError | |||
| 2015-05-27 | Formulary: add from_rack | Xu Cheng | |
| 2015-05-27 | Formulary#canonical_name: handle TapFormulaAmbiguityError | Xu Cheng | |
| If there are multiple tap formulae with the name of ref, then ref is the canonical name | |||
| 2015-05-27 | update manpage | Xu Cheng | |
| 2015-05-27 | tap/untap/update/prune: remove obsolete method, add migrate_taps | Xu Cheng | |
| 2015-05-27 | add Formula.core_names Formula.tap_names and Formula.full_names | Xu Cheng | |
| 2015-05-27 | load tap formula through direct search | Xu Cheng | |
| 2015-05-27 | add Formulary.core_path method, deprecate Formula.path | Xu Cheng | |
| 2015-05-27 | BottleLoader: using Formulary.path to search formula file | Xu Cheng | |
