aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2014-03-11Fix `brew bottle --merge`Jack Nagel
2014-03-10Drop executable bit from linkapps.rbJack Nagel
2014-03-10Update --cache command for generalized bottle implementationJack Nagel
2014-03-10Update bottle command for generalized bottle implementationJack Nagel
2014-03-10Update fetch command for generalized bottle implementationJack Nagel
2014-03-10Update info command for generalized bottle implementationJack Nagel
2014-03-10Make force_bottle an explicit installer modeJack Nagel
2014-03-10install: explicitly pass used options to the installerJack Nagel
2014-03-10Make build_from_source an explicit installer modeJack Nagel
2014-03-10Make build_bottle an explicit installer modeJack Nagel
2014-03-08fetch: fix --retry with resources.Mike McQuaid
2014-03-08audit: Raise problem with non-https Google Code download urlsIan Lancaster
2014-03-08remove brew info --allAdam Vandenberg
Closes #27322.
2014-03-08audit: check for good with/without usage.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08audit: don't use GitHub zip files.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08audit: better handle formulae whitelisting.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-07uses: fix `--installed` with outdated versionsJaime 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-06fetch: fix overloading Homebrew.failed.Mike McQuaid
2014-03-06Fix cleanup for head-only formulaeJack Nagel
Fixes #27265.
2014-03-05Finesse doctor message for /Library PythonAdam Vandenberg
2014-03-05Don't use pkg_version when cleaning the cacheJack Nagel
Fixes #27245.
2014-03-05Prepare bottle tooling for formula revisionsJack Nagel
2014-03-05Teach commands to work with revisionsJack Nagel
2014-03-05audit: ...or quotedAdam Vandenberg
2014-03-05audit: find env/export as a full word, not as a prefixAdam Vandenberg
Closes #27219.
2014-03-04Use name of formula rather than name of dependencyTroels Thomsen
Closes #27192. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-04Let commands decide what mode the installer should useJack Nagel
2014-03-04Extract installer setup to prelude methodJack Nagel
2014-03-04bottle: fix bottling Git tag case.Mike McQuaid
2014-03-02Stop mutating build options in upgradeJack Nagel
2014-03-02audit: 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-02Revert "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-01add check for /Library PythonAdam Vandenberg
Closes #24788.
2014-03-02Fix typoJack Nagel
2014-03-02Let commands decide what mode the installer should useJack Nagel
2014-03-02Reduce the number of ways options can be passed to the installerJack Nagel
2014-03-01reinstall: re-raise original exception after cleaning upJack Nagel
2014-03-01reinstall: fix incorrect use of Formula.canonical_nameJack Nagel
Fixes #27117.
2014-03-01fetch: 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-28audit: don't complain about missing cross-tap dependenciesJack Nagel
2014-02-28Use Formula.pathJack Nagel
2014-02-28Remove "brew info <URL>"Jack Nagel
Closes #27076.
2014-02-27Add audit check for system "xcodebuild"Jack Nagel
2014-02-27deps: use Dependency objects in recursive_deps_treeJack Nagel
2014-02-27deps: keep "--all" output sortedJack Nagel
2014-02-27add audit for Formula.factoryAdam Vandenberg
2014-02-26doctor: tweak XQuartz check.Mike McQuaid
Sometimes (e.g. #27014) it may find an installed version but no prefix. In this case we still want to tell users if it's outdated.
2014-02-25fix typo in auditAdam Vandenberg
2014-02-25add audit for sconsAdam Vandenberg
2014-02-25only get counts if neededAdam Vandenberg