aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2013-10-25doctor: 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-25create: detect name from GitHub archives.Mike McQuaid
2013-10-25Add 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-24config: omit llvm-gcc if it's not installedJack Nagel
2013-10-23Improve Xcode and CLT installation instructions.Mike McQuaid
2013-10-22Avoid comparing Xcode.version to floatsJack Nagel
2013-10-22Avoid comparing MacOS.version to floatsJack Nagel
2013-10-22doctor: remove 10.9 warningJack Nagel
2013-10-22Different regex for user/tap/formula and user/tap.Mike McQuaid
Closes #23430.
2013-10-21install: silently ignore already tapped taps.Mike McQuaid
2013-10-21tap: use dedicated exception for already tapped.Mike McQuaid
2013-10-21install: fix trying to tap local bottles.Mike McQuaid
2013-10-21install: tap if full tap formula format given.Mike McQuaid
Closes #23411. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-21global: unify tap regex.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-18libextractor: add runtime dependency on libtoolJack Nagel
Fixes #23306.
2013-10-16add pin/unpin to helpStan
Closes #23267. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-16tap: 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-16audit: fix go audit problems.Mike McQuaid
2013-10-15Remove audit check for XZJack Nagel
Any formula with a URL that ends in ".xz" now gets this dependency automatically, so this check no longer does anything.
2013-10-08Remove unused variableJack Nagel
2013-10-08Remove outdated commentJack Nagel
2013-10-08Prefer interpolation to concatenationJack Nagel
2013-10-08doctor: avoid using MACOS_VERSIONJack Nagel
2013-10-04config: squelch stderr when invoking gitJack Nagel
2013-10-04Fix install_name_tool path for keg_only formulaeXiyue 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-26upgrade.rb: Fix plural_s when number = 0Nikolaus 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-24update: handle realpath exception.Mike McQuaid
2013-09-24update: 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-23Clean up SoftwareSpec and Resource initializersJack Nagel
2013-09-23bottle: add option to force no bottle revision.Mike McQuaid
2013-09-23bottle: fix merging .rb files.Mike McQuaid
2013-09-23bottle: fix default Cellar output.Mike McQuaid
2013-09-22don't audit jp sourceforge URLsAdam Vandenberg
2013-09-22bottle: allow writing/committing new bottles.Mike McQuaid
2013-09-22Move bottle.rb logic from test-bot to brew bottle.Mike McQuaid
2013-09-22bottle: only output relocatable message if >1MB.Mike McQuaid
2013-09-22bottle: move bottle output to ERB.Mike McQuaid
2013-09-22bottle: use versions to access previous bottles.Mike McQuaid
2013-09-22versions: use bottle_filename only if f.bottle.Mike McQuaid
2013-09-22versions: add bottle filenames method.Mike McQuaid
Closes #22727.
2013-09-22versions: add branch support in rev_list.Mike McQuaid
2013-09-22versions: split version_for_sha and use yield.Mike McQuaid
2013-09-21bottle: fix --merge with multiple formulae.Mike McQuaid
2013-09-21bottle: improve outputted messages.Mike McQuaid
2013-09-19More precise output for spec auditsJack Nagel
2013-09-19Audit spec resourcesJack Nagel
2013-09-19Extract ResourceAuditor from FormulaAuditorJack Nagel
2013-09-17create: use resource for checksum detectionJack Nagel
2013-09-17make linkapps officialAdam Vandenberg
2013-09-17move paths to utilsAdam Vandenberg