aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-10-28emacs_requirement: allow no versionAlex Dunn
see Homebrew/homebrew-emacs#29 Closes Homebrew/homebrew#45426. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-10-29xquartz: add 2.7.8Martin Afanasjew
Closes Homebrew/homebrew#45254. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-28create: accept HEAD urlsBaptiste Fontaine
Fixes Homebrew/homebrew#45310. Closes Homebrew/homebrew#45336. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-10-27The Formula API is no longer work-in-progress.Mike McQuaid
Feature it a bit more prominently in the documentation as a result. Closes Homebrew/homebrew#45374. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-10-27update: use git stash silently.Mike McQuaid
There's been a few issues where users have been confused about these errors. They may have modified stuff but we probably don't care about telling them that unless we're debugging other issues. Closes Homebrew/homebrew#45373. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-10-26BottleDisableReason: enforce the use of :disableBaptiste Fontaine
Closes Homebrew/homebrew#45337. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-10-26cookbook: mention --set-name for 'brew create'Baptiste Fontaine
Closes Homebrew/homebrew#45335. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-10-26cat: raise unless object is formulaeDominyk Tiller
Until a point in time when the Cask/Homebrew codebases are harmonised a little more it probably makes sense to refuse to `cat` Casks. Right now the Homebrew codebase is only minimally aware of what a Cask is. Fixes Homebrew/homebrew#45300. Fixes Homebrew/homebrew#44630. Closes Homebrew/homebrew#45302. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-26doc/Interesting-Taps-&-Branches: update emacs tapAlex Dunn
Closes Homebrew/homebrew#45315.
2015-10-26doc/Interesting-Taps-&-Branches: tighter listsAlex Dunn
2015-10-26commands: ensure internal commands are filesXu Cheng
`Pathname#children(with_directory = false)` doesn't filter directories, instead it returns path with basename. Closes Homebrew/homebrew#45325. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-10-24xcode: expect xcode 7.1Martin Afanasjew
Closes Homebrew/homebrew#45266. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-24travis: send failure emails to committer/author.Mike McQuaid
2015-10-24travis: fix slack notificationXu Cheng
2015-10-24audit: add bottle modifier checksDominyk Tiller
* Checks for placement of the bottle modifier variable. * Checks there isn't a bottle modifier and a bottle do block - The former makes the latter redundant. Closes Homebrew/homebrew#45146. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-24formula: update bottle criteria explanationDominyk Tiller
2015-10-23El_Capitan_and_Homebrew: a few updates.Mike McQuaid
Firm up some of the wording and remove stuff given that 10.10.1 didn't reset permissions back. Closes Homebrew/homebrew#45267. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-10-23audit: merge the template comments checksBaptiste Fontaine
Closes Homebrew/homebrew#45263. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-10-23audit: warn about unknown bottle modifiersBaptiste Fontaine
This prevents typos like `bottle :uneeded` or `bottle :disable` Closes Homebrew/homebrew#45264. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-10-23run Checks#check_for_unsupported_osx unconditionallyXu Cheng
2015-10-23os: centralize check for pre-release OS X versionsMartin Afanasjew
Provide `OS::Mac.prerelease?` for pre-release checks and use it where appropriate. This should simplify updating the test once a new OS X release lands. This also fixes a bug in `BuildError#dump`, where an empty warning message was printed on El Capitan after a failed from-source build, because the check there and the one in `check_for_unsupported_osx` were out of sync. Closes Homebrew/homebrew#45257. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-10-20paq8px: boneyardAlex Dunn
Fixes Homebrew/homebrew#44061. Closes Homebrew/homebrew#44501. Closes Homebrew/homebrew#45108. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-10-20test-bot: fix testing builds building everything.Mike McQuaid
We don't care about the formulae that have changed since the last commit so just ignore it.
2015-10-20underline url in Error messageXu Cheng
2015-10-20linkapps: stop linking .app bundles from 'bin/'Martin Afanasjew
`Keg#app_installed?` only checks the formula prefix and `libexec/` for .app bundles to determine if a formula provides any. This is used by `Caveats#app_caveats` to generate an appropriate message. The same list should be used by `brew linkapps` for consistency. Reduce likelihood of future inconsistencies by creating `Keg#apps` and using it in place of the duplicate code. Closes Homebrew/homebrew#45173. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-10-20linkapps/unlinkapps: improve bash/zsh completionMartin Afanasjew
Closes Homebrew/homebrew#45175. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-10-20Update manpage.Mike McQuaid
2015-10-20unlinkapps: avoid deleting too many symlinksMartin Afanasjew
Use `start_with?` to make sure the symlink actually points into one of the Homebrew directories (depending on given arguments). Previously, only a substring match was used, which would also remove a symlink to a hypothetical `/opt/unrelated/usr/local/opt/Unrelated.app`. Even if unlikely to occur, altering stuff unrelated to Homebrew is bad. Furthermore, make sure to always use a trailing slash with directories. Otherwise, e.g., `brew unlinkapps qt` will unlink .app bundles of both `qt` and `qt5` if both are installed and `brew linkapps qt qt5` was issued before. (Please ignore that `qt` and `qt5` offer a conflicting set of .app bundles. This will have to be addressed elsewhere.) Closes Homebrew/homebrew#45174. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-10-20Provide better link when rate limit exceeded error is thrownPatrick Stadler
Closes Homebrew/homebrew#45134. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-10-20travis.yml: email on failure, post to Slack.Mike McQuaid
2015-10-20test-bot: remove duplicated conflicts unlinkingXu Cheng
2015-10-20test-bot: install bottle unneeded formulae in --fast modeXu Cheng
2015-10-19test-bot: don't use `--build-bottle` flag if bottle disabledXu Cheng
2015-10-19add test for bottle disableXu Cheng
Closes Homebrew/homebrew#43935. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-10-19allow install bottle unneeded formulae for non Xcode/CLT installXu Cheng
2015-10-19test-bot: skip bottling if it's unneededXu Cheng
2015-10-19bottle: fail if bottle is disabledXu Cheng
2015-10-19formula_installer: let build_bottle? check bottle_disabled?Xu Cheng
Also don't pour bottle if it's disabled.
2015-10-19Formula: add bottle disable DSLXu Cheng
2015-10-19install: make search output more intuitive.Eric Andrew Lewis
Closes Homebrew/homebrew#42222. Closes Homebrew/homebrew#44892. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-10-19brew: add more non-root-user sudo checksDominyk Tiller
2015-10-19brew: tighten sudo checksDominyk Tiller
`reinstall` can currently be executed under sudo and has every chunk of problems running install under sudo does when `brew` isn't root owned. Likewise with `postinstall` which we increasingly use to create directories and move/install files elsewhere. Using sudo there both masks deeper issues and makes uninstall troublesome. Closes Homebrew/homebrew#45112. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-18use Utils.popen_read instead of ENV trick to escape pathXu Cheng
Closes Homebrew/homebrew#45021. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-10-18move mach.rb to os/mac/mach.rbXu Cheng
2015-10-18remove unnecessary require statementsXu Cheng
2015-10-18MacOS: full_version addedBaptiste Fontaine
Closes Homebrew/homebrew#44988. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-10-18doc: add links to jenkins jobsSteven Peters
Add links to specific jenkins jobs described in Brew-Test-Bot-For-Core-Contributors.md Closes Homebrew/homebrew#45052. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-10-18Add --cleanup to `brew upgrade` bash completionRoger Que
Closes Homebrew/homebrew#45075. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-10-17owamp: return from boneyardBrian Candler
By including the missing patch inline See Homebrew/homebrew#43361 and Homebrew/homebrew-boneyard#66 Closes Homebrew/homebrew#44888. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-16SUPPORTERS: use https where supportedViktor Szakats
and not broken Closes Homebrew/homebrew#45045. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>