| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-25 | doctor: require CLT on 10.9. | Mike McQuaid | |
| Xcode-only setup is badly broken and will remain that way until fixed by Apple. For many 10.9 issues this fixes things so let's tell the users. | |||
| 2013-10-25 | create: detect name from GitHub archives. | Mike McQuaid | |
| 2013-10-25 | Add HOMEBREW_NO_GITHUB_API env var. | David MacMahon | |
| This patch allows users to "opt out" of using the GitHub API altogether by setting the HOMEBREW_NO_GITHUB_API environment variable. The value of the environment variable does not matter (it can even be empty!). For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1 Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-24 | config: omit llvm-gcc if it's not installed | Jack Nagel | |
| 2013-10-23 | Improve Xcode and CLT installation instructions. | Mike McQuaid | |
| 2013-10-22 | Avoid comparing Xcode.version to floats | Jack Nagel | |
| 2013-10-22 | Avoid comparing MacOS.version to floats | Jack Nagel | |
| 2013-10-22 | doctor: remove 10.9 warning | Jack Nagel | |
| 2013-10-22 | Different regex for user/tap/formula and user/tap. | Mike McQuaid | |
| Closes #23430. | |||
| 2013-10-21 | install: silently ignore already tapped taps. | Mike McQuaid | |
| 2013-10-21 | tap: use dedicated exception for already tapped. | Mike McQuaid | |
| 2013-10-21 | install: fix trying to tap local bottles. | Mike McQuaid | |
| 2013-10-21 | install: tap if full tap formula format given. | Mike McQuaid | |
| Closes #23411. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-21 | global: unify tap regex. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-18 | libextractor: add runtime dependency on libtool | Jack Nagel | |
| Fixes #23306. | |||
| 2013-10-16 | add pin/unpin to help | Stan | |
| Closes #23267. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-10-16 | tap: don't print warning for apple-gcc42 failure. | Mike McQuaid | |
| This should be a temporary workaround until we get a grip on some Mavericks/Xcode 5.0 issues with e.g. ghc and go (stuff in core that currently needs GCC at runtime). These formulae both have Clang fixes in development. Things that needs GCC at compile-time should be booted from core. References #22872. References Homebrew/homebrew-dupes#229 | |||
| 2013-10-16 | audit: fix go audit problems. | Mike McQuaid | |
| 2013-10-15 | Remove audit check for XZ | Jack Nagel | |
| Any formula with a URL that ends in ".xz" now gets this dependency automatically, so this check no longer does anything. | |||
| 2013-10-08 | Remove unused variable | Jack Nagel | |
| 2013-10-08 | Remove outdated comment | Jack Nagel | |
| 2013-10-08 | Prefer interpolation to concatenation | Jack Nagel | |
| 2013-10-08 | doctor: avoid using MACOS_VERSION | Jack Nagel | |
| 2013-10-04 | config: squelch stderr when invoking git | Jack Nagel | |
| 2013-10-04 | Fix install_name_tool path for keg_only formulae | Xiyue Deng | |
| * When a versioned keg_only formula installs the same set of executables or libraries as a unversioned formula that links to $HOMEBREW_PREFIX, install_name_tool will prefer to use the linked paths for files in keg_only formula. This breaks software that should link to the keg_only formula but links to the unversioned one instead. * Add an additional "options" parameter with keg_only field to specify the correct install path for keg_only formulae. | |||
| 2013-09-26 | upgrade.rb: Fix plural_s when number = 0 | Nikolaus Wittenstein | |
| Currently Upgrade prints out: "Upgrading 0 outdated package, with result:" This change makes it print: "Upgrading 0 outdated packages, with result:" correctly pluralizing "packages". Closes #22854. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-09-24 | update: handle realpath exception. | Mike McQuaid | |
| 2013-09-24 | update: untap/retap formulae before/after pull. | Mike McQuaid | |
| This should fix problems like #19799 where we pull formulae from taps into core. I want to get something similar merged ASAP so we can pull GCC into core (see #20678). Closes #19799. | |||
| 2013-09-23 | Clean up SoftwareSpec and Resource initializers | Jack Nagel | |
| 2013-09-23 | bottle: add option to force no bottle revision. | Mike McQuaid | |
| 2013-09-23 | bottle: fix merging .rb files. | Mike McQuaid | |
| 2013-09-23 | bottle: fix default Cellar output. | Mike McQuaid | |
| 2013-09-22 | don't audit jp sourceforge URLs | Adam Vandenberg | |
| 2013-09-22 | bottle: allow writing/committing new bottles. | Mike McQuaid | |
| 2013-09-22 | Move bottle.rb logic from test-bot to brew bottle. | Mike McQuaid | |
| 2013-09-22 | bottle: only output relocatable message if >1MB. | Mike McQuaid | |
| 2013-09-22 | bottle: move bottle output to ERB. | Mike McQuaid | |
| 2013-09-22 | bottle: use versions to access previous bottles. | Mike McQuaid | |
| 2013-09-22 | versions: use bottle_filename only if f.bottle. | Mike McQuaid | |
| 2013-09-22 | versions: add bottle filenames method. | Mike McQuaid | |
| Closes #22727. | |||
| 2013-09-22 | versions: add branch support in rev_list. | Mike McQuaid | |
| 2013-09-22 | versions: split version_for_sha and use yield. | Mike McQuaid | |
| 2013-09-21 | bottle: fix --merge with multiple formulae. | Mike McQuaid | |
| 2013-09-21 | bottle: improve outputted messages. | Mike McQuaid | |
| 2013-09-19 | More precise output for spec audits | Jack Nagel | |
| 2013-09-19 | Audit spec resources | Jack Nagel | |
| 2013-09-19 | Extract ResourceAuditor from FormulaAuditor | Jack Nagel | |
| 2013-09-17 | create: use resource for checksum detection | Jack Nagel | |
| 2013-09-17 | make linkapps official | Adam Vandenberg | |
| 2013-09-17 | move paths to utils | Adam Vandenberg | |
