| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-03 | Simplify test formula setup | Jack Nagel | |
| 2014-03-03 | utils: replace bright green with ANSI bold+green. | April Arcus | |
| There are two ways of outputting bright ANSI colors to the terminal - the ANSI codes 30-37 plus a bold code (most terminals render bold text with brighter colors, by convention), or the widely supported aixterm codes 90-97. Although the aixterm codes are more precise (disambiguating bold font from bright color), the ANSI bold+green enables compatibility with the popular [Solarized](https://github.com/altercation/solarized) color theme, which reassigns the "bright green" codepoint to a shade of gray. Closes #27125. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-03 | keg_fix_install_names: gsub shebangd bottle files. | Mike McQuaid | |
| Closes #27126. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-02 | Stop mutating build options in Tab.create | Jack Nagel | |
| 2014-03-02 | Stop mutating build options in upgrade | Jack Nagel | |
| 2014-03-02 | Remove unnecessary parameter from inherited_options_for | Jack Nagel | |
| 2014-03-02 | audit: Raise a problem if the SourceForge download url uses http instead of ↵ | Jaime Marquínez Ferrándiz | |
| https Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-03-02 | Revert "Let commands decide what mode the installer should use" | Jack Nagel | |
| I'd still like to make this change, but at least for now the initializer requires ignore_deps to be set correctly. This reverts commit 881a8855b944fa9bd7dfd598bb9197f79f7a13f0. | |||
| 2014-03-01 | Move wkhtmltopdf to the boneyard | Adam Vandenberg | |
| Closes #26813. | |||
| 2014-03-01 | add check for /Library Python | Adam Vandenberg | |
| Closes #24788. | |||
| 2014-03-02 | Fix typo | Jack Nagel | |
| 2014-03-02 | Let commands decide what mode the installer should use | Jack Nagel | |
| 2014-03-02 | Reduce the number of ways options can be passed to the installer | Jack Nagel | |
| 2014-03-01 | Remove unnecessary memoization from FormulaInstaller#build_argv | Jack Nagel | |
| 2014-03-02 | ENV: request no byte code Python when bottling. | Mike McQuaid | |
| 2014-03-01 | Only propagate universal option if the formula defines it | Jack Nagel | |
| 2014-03-01 | Compare pathnames directly | Jack Nagel | |
| 2014-03-01 | reinstall: re-raise original exception after cleaning up | Jack Nagel | |
| 2014-03-01 | reinstall: fix incorrect use of Formula.canonical_name | Jack Nagel | |
| Fixes #27117. | |||
| 2014-03-01 | Make conditional more obvious | Jack Nagel | |
| 2014-03-01 | fetch: add --retry option to retry fetch once. | Mike McQuaid | |
| Sometimes there may be intermittent failures with hosts that work if immediately retried. Let's allow a single retry in this case with the --retry flag. This also behaves nicely with the --force flag. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-02-28 | audit: don't complain about missing cross-tap dependencies | Jack Nagel | |
| 2014-02-28 | Fix blacklist.rb syntax error | Ben Moss | |
| Closes #27102. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-02-28 | Fix libpcap blacklist message | Jack Nagel | |
| 2014-02-28 | Use Formula.path | Jack Nagel | |
| 2014-02-28 | Remove libarchive from the blacklist, it's in core now | Jack Nagel | |
| 2014-02-28 | Use File.expand_path | Jack Nagel | |
| 2014-02-28 | Automatically install taps for cross-tap dependencies | Jack Nagel | |
| Closes #27099. | |||
| 2014-02-28 | Add custom exception for untapped formulae | Jack Nagel | |
| 2014-02-28 | Use constant | Jack Nagel | |
| 2014-02-28 | Don't verify deps when ignoring them | Jack Nagel | |
| 2014-02-28 | Use Dependency#option_name in BuildOptions#add_dep_option | Jack Nagel | |
| 2014-02-28 | Add TapDependency | Jack Nagel | |
| 2014-02-28 | FormulaInstaller: verify dependencies map to formulae before locking | Jack Nagel | |
| 2014-02-28 | Remove "brew info <URL>" | Jack Nagel | |
| Closes #27076. | |||
| 2014-02-28 | Remove deprecation notice from system "xcodebuild" | Jack Nagel | |
| The new xcodebuild method calls system "xcodebuild" underneath, so this notice would always be printed. Instead we will just rely on the audit check. Fixes #27092. | |||
| 2014-02-28 | move scons helper to fileutils | Adam Vandenberg | |
| 2014-02-27 | Add audit check for system "xcodebuild" | Jack Nagel | |
| 2014-02-27 | Add an xcodebuild helper and deprecate system "xcodebuild" | Jack Nagel | |
| In the future we can remove the ENV munging branch from Formula#system. Closes #27081. | |||
| 2014-02-27 | Set owner ivar in SoftwareSpec | Jack Nagel | |
| 2014-02-27 | Cache and reuse Dependency objects | Jack Nagel | |
| 2014-02-27 | Eliminate mutation of Dependency objects | Jack Nagel | |
| 2014-02-27 | Pass expansion-time build options to install_dependency | Jack Nagel | |
| 2014-02-27 | Clean up FormulaInstaller#install_dependency | Jack Nagel | |
| 2014-02-27 | Add set union to Options | Jack Nagel | |
| 2014-02-27 | Apply cyclic dependency hack unconditionally | Jack Nagel | |
| 2014-02-27 | Remove requested? dependency magic | Jack Nagel | |
| 2014-02-27 | deps: use Dependency objects in recursive_deps_tree | Jack Nagel | |
| 2014-02-27 | deps: keep "--all" output sorted | Jack Nagel | |
| 2014-02-27 | add audit for Formula.factory | Adam Vandenberg | |
