This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 28, 2015
-
-
Xu Cheng authored
sudo -k cannot be used inside sandbox Closes Homebrew/homebrew#43345. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Fixes Homebrew/homebrew#43280. Closes Homebrew/homebrew#43352. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
For update, all formula loading need to be secured by `rescue`. Otherwise it's easy to crash `brew update` for vasty reasons, e.g. new Formula DSL. Closes Homebrew/homebrew#43353. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Alex Dunn authored
Closes Homebrew/homebrew#43344.
-
- Aug 27, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#43326. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Martin Afanasjew authored
If the user's working copy is *not* on the 'master' branch, the revision recorded after the update to the 'master' branch is not the one of the updated 'master' branch but that of whatever the user's current branch is. This tends to be not very helpful. This change records the revision *after* the update to the 'master' branch, but *before* switching back to the user's current branch prior to the update, effectively causing the report to show changes to the 'master' branch. Closes Homebrew/homebrew#42074. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Vlad Shablinsky authored
Closes Homebrew/homebrew#43269. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Vlad Shablinsky authored
-
Mike McQuaid authored
Closes Homebrew/homebrew#43313. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#43259. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Tim D. Smith authored
Fixes test-bot mishandling of optional cross-tap dependencies. Without this change, since formula.stable.deps includes the optional dependencies but formula.recursive_dependencies does not, test-bot was trying to select a compiler for an untapped formula, which raised an error. Our suspect handling of optional dependencies was exposed by Homebrew/homebrew#43145 / 7184348e822d6745d8a103de104ff9626536bf1e. Closes Homebrew/homebrew#43237.
-
Dominyk Tiller authored
Closes Homebrew/homebrew#43283. Closes Homebrew/homebrew#43298. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
Closes Homebrew/homebrew#43154. Closes Homebrew/homebrew#43277. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Aug 26, 2015
-
-
Dominyk Tiller authored
Long term it would be nice to sandbox everything that writes to DerivedData but it is essentially a cache directory of sorts. The downside of allowing stuff to write there particularly is that DerivedData is notoriously bad at getting cleaned up, so if you do a lot of Xcode-using installations very quickly, you can chew your disk space up. Closes Homebrew/homebrew#43276. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Aug 25, 2015
-
-
Mike McQuaid authored
Use an exponential back-off on the sleep and try the fetch more times. Hopefully this will mean that we spent less time waiting for Bintray. Closes Homebrew/homebrew#43240. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Daniel Lee Harple authored
Closes Homebrew/homebrew#43273. Signed-off-by:
Tim D. Smith <git@tim-smith.us>
-
Baptiste Fontaine authored
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#43260. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
Xu Cheng authored
It's already covered by `$?.exitstatus == 0` in below.
-
Baptiste Fontaine authored
-
Tim D. Smith authored
HOMEBREW_VERSION doesn't change very often; the repository state is more interesting. Closes Homebrew/homebrew#41886.
-
Dominyk Tiller authored
-
Misty De Meo authored
Fixes Homebrew/homebrew#43206.
-
Misty De Meo authored
-
- Aug 24, 2015
-
-
Alex Dunn authored
Closes Homebrew/homebrew#41267. Closes Homebrew/homebrew#43199. Signed-off-by:
Alex Dunn <dunn.alex@gmail.com>
-
- Aug 23, 2015
-
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
Sometimes we accidentally install files outside prefix. After we fix that, users will get nasty link conflict error. So we create a whitelist here to allow overwriting certain files. e.g. link_overwrite "bin/foo", "lib/bar" link_overwrite "share/man/man1/baz-*" During FormulaInstaller#link, the whitelist conflict files will be backup into HOMEBREW_CACHE/Backup
-
Dominyk Tiller authored
-
Aldrin Piri authored
Providing specific reference to the --strict option for brew audit. Closes Homebrew/homebrew#43155. Closes Homebrew/homebrew#43156. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Aug 22, 2015
-
-
Xu Cheng authored
Formula#bottle_specification always exists, while Formula#bottle only exists if the bottle is available and compatible.
-
Xu Cheng authored
-
Xu Cheng authored
-
Misty De Meo authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Misty De Meo authored
Merge branch 'bottle_hooks'
-
William Woodruff authored
-
William Woodruff authored
-