aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2015-02-23bottle: --write: use canonical name with tap arg.Mike McQuaid
2015-02-23test-bot: upload packages from canonical name.Mike McQuaid
2015-02-23test-bot: don't blow up if formula can't be found.Mike McQuaid
2015-02-23test-bot: set debug flag for CI.Mike McQuaid
2015-02-23pull: only link changed tap formulae.Mike McQuaid
2015-02-23pull: use link_tap_formula method.Mike McQuaid
2015-02-23pull: backtrace when tap repair fails.Mike McQuaid
2015-02-23pull: allow tap repair to fail.Mike McQuaid
2015-02-22pull: run tap --repair when pulling tap formulae.Mike McQuaid
This should allow formulae to be found after they are pulled. Closes #37043.
2015-02-22bottle: better match for formulea with `stable do` blockXu Cheng
It will only work if the indent is correct. Closes #37024. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-21bottle: revision is digits rather than string in the merge regexXu Cheng
Closes #37015. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-20bottle: ignore go libexec path for stuff using go.Mike McQuaid
These paths cannot be removed and are just used for debug stacktraces so seem to not be harmful for us to selectively ignore. Closes #36894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-19test-bot: default tap bottles to Bintray.Mike McQuaid
2015-02-19pull: add missing Bintray variable warning.Mike McQuaid
2015-02-19test-bot: enable tap Bintray upload again.Mike McQuaid
2015-02-19pull: fix newly added bottles on Bintray.Mike McQuaid
2015-02-19pull: use Bintray package naming.Mike McQuaid
2015-02-19test-bot: use Bintray package naming.Mike McQuaid
2015-02-19test-bot: set bottle args for Bintray testing.Mike McQuaid
2015-02-19test-bot: disable bintray taps temporarily.Mike McQuaid
2015-02-19test-bot: cleanup even more in tap directories.Mike McQuaid
2015-02-19test-bot: fix tap directory variable (again).Mike McQuaid
2015-02-19test-bot: fix tap directory name variable.Mike McQuaid
2015-02-19test-bot: move reset logic above tapping.Mike McQuaid
2015-02-19test-bot: add flag to reset repository and taps.Mike McQuaid
2015-02-19test-bot: fix (another) bad variable name.Mike McQuaid
2015-02-19test-bot: fix tap variable naming.Mike McQuaid
2015-02-19pull: support taps, use same version as test-bot.Mike McQuaid
2015-02-19test-bot: support taps and use Bintray class.Mike McQuaid
Also: use curl method where sensible.
2015-02-19pull: check bottle commit URL before branching.Mike McQuaid
Otherwise we annoyingly end up on a branch unnecessarily.
2015-02-19audit: give better suggestion on git/hg dependencyXu Cheng
Closes #36959. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-19audit: check for setuid in caveats.Mike McQuaid
2015-02-18cleanup-installed: fix brewdle command nameMike McQuaid
2015-02-18test-bot: don't repeat creating Bintray packages.Mike McQuaid
2015-02-18test-bot: construct formula object correctly.Mike McQuaid
2015-02-18pull: publish bottles on Bintray.Mike McQuaid
2015-02-18test-bot: autopublish existing bottles on Bintray.Mike McQuaid
2015-02-17test-bot: silent and correct bintray content path.Mike McQuaid
2015-02-17test-bot: more Bintray fixes.Mike McQuaid
2015-02-17test-bot: specify bintray username/password.Mike McQuaid
2015-02-17Add initial Bintray upload support.Mike McQuaid
2015-02-17audit: extend ssl checksDominyk Tiller
Extends the audit checks to GnuPG, a significant chunk of Freedesktop domains, and Github Pages. I’ve somewhat hardened my stance towards Github Pages from the last time we extended this, hence the new inclusion - I did a pretty thorough check through the Homebrew formulae that use Github Pages for homepage links and found very few places where enforcing SSL/TLS would cause issues - I think a wider enforcement is worthwhile. I’ve also fixed the capitalisation of the taps, if only because at the moment it disagrees with what ` puts formula.tap ` outputs (We get Homebrew/homebrew-head-only rather than homebrew/homebrew-head-only for example). Closes #36719. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-17test-bot: fail fast in check_resultsXu Cheng
Closes #36893. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-17audit: more information on build deps auditXu Cheng
Closes #36892. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-16cleanup-installed: deprecate command.Mike McQuaid
2015-02-14audit: catch empty installationsXu Cheng
Closes #36794. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-13info: show correct file origin for formula from path or urlXu Cheng
Closes #36733. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-13outdated: handle HEAD, URL and path installation.Mike McQuaid
Handles edge cases missed in #36699. Closes #36741. Closes #36760. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11outdated: handle fully qualified tapped formulae.Mike McQuaid
Previously if I did `brew install boxen/brews/imagemagick` and then `brew upgrade boxen/brews/imagemagick` and the version of `imagemagick` in `boxen/brews` was older than the version in `Homebrew/homebrew` then it would install the correct version from the `boxen/brews` tap and then try to immediately upgrade it to the version from `Homebrew/homebrew`. I'd argue fairly strongly that this behaviour is pretty unintuitive; when you fully specify a formula from a tap then it should be prioritised by `brew upgrade` and `brew outdated. This commit makes `brew upgrade boxen/brews/imagemagick` only upgrade the version of `imagemagick` if the version in the `boxen/brews` tap is newer. Similarly `brew outdated imagemagick` and `brew outdated boxen/brews/imagemagick` will show different results if the newer version differs between `boxen/brews` and `Homebrew/homebrew`. Closes #36699. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11pull: copy new subject when bumping.Mike McQuaid