| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-03-10 | Make build_bottle an explicit installer mode | Jack Nagel | |
| 2014-03-09 | Move mlton, mlkit, urweb to the boneyard. | Adam Vandenberg | |
| mlton is a binary-only formula that only works when installed to /usr/local. Moving it, and things that depend on it to the boneyard. Closes #21780. | |||
| 2014-03-09 | Clear dependency cache after each test | Jack Nagel | |
| 2014-03-09 | dependency_collector: pass second tag as import. | Mike McQuaid | |
| Closes #27346. | |||
| 2014-03-09 | language_module_dependency: handle nil import_name | Mike McQuaid | |
| 2014-03-08 | Pass build_from_source value to dependency installer | Jack Nagel | |
| 2014-03-08 | Add stubs for build_from_source and build_bottle installer modes | Jack Nagel | |
| 2014-03-08 | Remove "--fresh" option from installer | Jack Nagel | |
| Turns out that this doesn't really work at all. `brew install` _never_ reuses options in the first place, and using this option with `brew upgrade` results in some nasty corner cases in passing options to dependencies. | |||
| 2014-03-08 | Don't remove --only-dependencies since it is meaningless | Jack Nagel | |
| When only_deps is true, this method is never called. | |||
| 2014-03-08 | Sanitize ARGV options that are reflected in the installer mode | Jack Nagel | |
| 2014-03-08 | Symbol#to_proc: fix with arrays of arrays | Misty De Meo | |
| Previously, with nested arrays, the Symbol#to_proc would iterate over the first item in the nested array instead of the array itself, e.g.: [[1,2], [3,4]].map(&:first) #=> NoMethodError: undefined method `first' for 1:Fixnum | |||
| 2014-03-08 | fetch: fix --retry with resources. | Mike McQuaid | |
| 2014-03-08 | audit: Raise problem with non-https Google Code download urls | Ian Lancaster | |
| 2014-03-08 | remove brew info --all | Adam Vandenberg | |
| Closes #27322. | |||
| 2014-03-08 | audit: check for good with/without usage. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-08 | audit: don't use GitHub zip files. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-08 | audit: better handle formulae whitelisting. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-07 | uses: fix `--installed` with outdated versions | Jaime Marquínez Ferrándiz | |
| With that option iterate only over `Formula.installed`, otherwise iterate over `Formula`. This is faster than iterating over all the formulae and checking if it's installed. Fixes #27259. Closes #27295. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-03-08 | Revert "ENV: request no byte code Python when bottling." | Mike McQuaid | |
| This reverts commit b603c96276cf7fe1417d2355eebc47fb15da0b8c. | |||
| 2014-03-07 | Print loader class name in debug mode | Jack Nagel | |
| 2014-03-07 | FormulaLoader: pull shared behavior into superclass | Jack Nagel | |
| 2014-03-07 | add opt shortcuts to formula | Adam Vandenberg | |
| 2014-03-07 | document formula path helpers | Adam Vandenberg | |
| 2014-03-06 | fetch: fix overloading Homebrew.failed. | Mike McQuaid | |
| 2014-03-06 | Fix cleanup for head-only formulae | Jack Nagel | |
| Fixes #27265. | |||
| 2014-03-05 | Finesse doctor message for /Library Python | Adam Vandenberg | |
| 2014-03-05 | update migrations for style | Adam Vandenberg | |
| 2014-03-05 | Redact kerl | Adam Vandenberg | |
| Kerl does not provide git tags, so move to headonly. Closes #26307. | |||
| 2014-03-05 | Don't use pkg_version when cleaning the cache | Jack Nagel | |
| Fixes #27245. | |||
| 2014-03-05 | Oops | Jack Nagel | |
| 2014-03-05 | Remove special X11 proxy deps | Jack Nagel | |
| 2014-03-05 | Prepare bottle tooling for formula revisions | Jack Nagel | |
| 2014-03-05 | Teach commands to work with revisions | Jack Nagel | |
| 2014-03-05 | Encode formula revision in installation prefix | Jack Nagel | |
| In order to allow kegs built with the same version but differing formula revisions to coexist, we must encode the revision as part of the keg's name. This is necessary to actually perform an upgrade, as we cannot upgrade a keg in-place, and temporarily moving it pending the result of the upgrade is error-prone and potentially slow. To accomplish this, we introduce a new Formula#pkg_version method that concatenates the active_spec version with the formula revision. An exception is made for a formula that has no revision: the tag is omitted. This preserves compatibility with existing installations. | |||
| 2014-03-05 | Enable tracking of formula revisions | Jack Nagel | |
| It is useful to be able to prompt upgrades in response to events other than a version update; for example, when a dependency is updated and its library version changes, dependents need to be rebuilt to link against the new library. Currently we cannot do this automatically, which means a flood of tickets whenever the library version of a popular library changes. To address this, we need to track an additional piece of metadata, the "revision" of the formula, which can be incremented when appropriate to prompt an upgrade. It can then be reset to zero when the next version change occurs. | |||
| 2014-03-05 | Consolidate bottle defaults and remove a method | Jack Nagel | |
| 2014-03-05 | audit: ...or quoted | Adam Vandenberg | |
| 2014-03-05 | audit: find env/export as a full word, not as a prefix | Adam Vandenberg | |
| Closes #27219. | |||
| 2014-03-04 | Fix the bad value of EC2_HOME in the standard_instructions | sowawa | |
| Change EC2_HOME's value from 'export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.6.12.0/"' to 'export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.6.12.0/libexec"' Avoide the wrong value of EC_HOME caused by 024208466bfb4ffb479d48709caecc6a1e85ba4d Closes #25918. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-03-04 | Add wxPython as separate formula | Misty De Meo | |
| Closes #25651. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-03-04 | Use name of formula rather than name of dependency | Troels Thomsen | |
| Closes #27192. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-03-04 | Let commands decide what mode the installer should use | Jack Nagel | |
| 2014-03-04 | Extract installer setup to prelude method | Jack Nagel | |
| 2014-03-04 | Show full name when a installing a tap dependency | Jack Nagel | |
| 2014-03-04 | bottle: fix bottling Git tag case. | Mike McQuaid | |
| 2014-03-03 | Prefer Formula#name method over Formula#to_s | Jack Nagel | |
| 2014-03-03 | Skip dependency expansion completely when ignore_deps? is true | Jack Nagel | |
