| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-13 | Rewrite postfix conditional | Jack Nagel | |
| 2014-03-13 | Simplify ARGV.filter_for_dependencies | Jack Nagel | |
| 2014-03-13 | Make FormulaInstaller setup more readable | Jack Nagel | |
| 2014-03-13 | Make debug an installer mode | Jack Nagel | |
| 2014-03-13 | Make verbose an installer mode | Jack Nagel | |
| 2014-03-13 | Make interactive an installer mode | Jack Nagel | |
| 2014-03-13 | Add predicate methods for inspecting the installer mode | Jack Nagel | |
| 2014-03-13 | Remove unnecessary check for pour_bottle? | Jack Nagel | |
| @start_time will be nil if we're pouring a bottle, so we don't need to also check pour_bottle?. | |||
| 2014-03-13 | Whitelist arguments that are passed to build process | Jack Nagel | |
| 2014-03-13 | Don't set installer options to their default | Jack Nagel | |
| ignore_deps and show_header default to false. | |||
| 2014-03-13 | Add ARGV.env | Jack Nagel | |
| 2014-03-13 | brew-unpack: don't chdir further than a normal install would | Jack Nagel | |
| If we want to generate usable patches from inside the unpacked source, then we should start from the same directory that a normal install would start from. | |||
| 2014-03-13 | brew-unpack: separate args passed to system | Jack Nagel | |
| 2014-03-13 | brew-unpack: use extend instead of reopening Formula | Jack Nagel | |
| 2014-03-13 | Allow the debugger to work from inside staged resources | Jack Nagel | |
| References Homebrew/homebrew#23263. Closes Homebrew/homebrew#27445. | |||
| 2014-03-13 | Set bottle name so `brew fetch --retry` works | Jack Nagel | |
| 2014-03-13 | Revert "software_spec: set a name for bottles." | Mike McQuaid | |
| This reverts commit 7cdcd13aa08ed91a73837b73dc185ad9147f7130. | |||
| 2014-03-13 | brew-test-bot: set Git author/committer correctly. | Mike McQuaid | |
| 2014-03-13 | software_spec: set a name for bottles. | Mike McQuaid | |
| Avoids errors on `brew fetch --retry` with bottles. | |||
| 2014-03-13 | brew-test-bot: use install_args for building deps. | Mike McQuaid | |
| 2014-03-13 | brew-test-bot: hide --retry flag. | Mike McQuaid | |
| 2014-03-13 | bottle: remove pyc files before bottling. | Mike McQuaid | |
| Allows more `cellar :any` bottles. | |||
| 2014-03-13 | keg: add delete_pyc_files! method. | Mike McQuaid | |
| 2014-03-13 | python_dependency: always bottle with brew Python. | Mike McQuaid | |
| 2014-03-13 | utils: return empty issues array when no API. | Mike McQuaid | |
| 2014-03-12 | brew-unpack: remove obsoleted bottle workaround | Jack Nagel | |
| 2014-03-12 | requirements: remove unneeded Python27Dependency. | Mike McQuaid | |
| PythonDependency now implies this. | |||
| 2014-03-12 | python_dependency: fixes, features, cleanup. | Mike McQuaid | |
| - PythonDependency now implies Python 2.7 - PythonDependency now uses brewed Python for bottling - Use double-quotes everywhere Closes Homebrew/homebrew#27112. | |||
| 2014-03-12 | Add Language::Python module. | Mike McQuaid | |
| 2014-03-12 | caveats: recommend Python .pth file instead. | Mike McQuaid | |
| This is better than PYTHONPATH as it doesn't mess with incompatible versions of Python. Closes Homebrew/homebrew#27138. | |||
| 2014-03-11 | Don't chdir just to do a glob | Jack Nagel | |
| 2014-03-11 | Fix `brew bottle --merge` | Jack Nagel | |
| 2014-03-11 | formula_specialties: fix AWS standard_instructions | Tung Nguyen | |
| Closes Homebrew/homebrew#27398. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-10 | Drop executable bit from linkapps.rb | Jack Nagel | |
| 2014-03-10 | Update latest CLT version check | Jack Nagel | |
| 2014-03-10 | Recognize Xcode 5.1 and CLT 5.1 | Jack Nagel | |
| Closes Homebrew/homebrew#27389. Fixes Homebrew/homebrew#27390. | |||
| 2014-03-10 | Add missing backtick to man page | Jack Nagel | |
| 2014-03-10 | Update --cache command for generalized bottle implementation | Jack Nagel | |
| 2014-03-10 | Update bottle command for generalized bottle implementation | Jack Nagel | |
| 2014-03-10 | Update fetch command for generalized bottle implementation | Jack Nagel | |
| 2014-03-10 | Update info command for generalized bottle implementation | Jack Nagel | |
| 2014-03-10 | Make force_bottle an explicit installer mode | Jack Nagel | |
| 2014-03-10 | Inline install_bottle? logic into the installer | Jack Nagel | |
| 2014-03-10 | Wrap cellar compatibility check in a method | Jack Nagel | |
| 2014-03-10 | Remove used options check from install_bottle? | Jack Nagel | |
| This is now handled by requiring that options are always passed to the installer explicitly. | |||
| 2014-03-10 | Remove some obsoleted hacks from the installer | Jack Nagel | |
| 2014-03-10 | Reduce the number of things that trigger ARGV.build_from_source? | Jack Nagel | |
| The newly generalized bottle implementation removes the need to defensively check for --devel, --HEAD, and others in this method. | |||
| 2014-03-10 | Make bottle implementation more generic | Jack Nagel | |
| 2014-03-10 | install: explicitly pass used options to the installer | Jack Nagel | |
| 2014-03-10 | Make build_from_source an explicit installer mode | Jack Nagel | |
