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 .
- Sep 21, 2016
-
-
Mike McQuaid authored
To test the tag update functionality allow setting `HOMEBREW_UPDATE_TO_TAG`.
-
Mike McQuaid authored
Rather than following every change on `master` let’s have non-developer users (i.e. those who have never run a `dev-cmd` or set `HOMEBREW_DEVELOPER`) update between tags. This provides a fairly natural beta (the `master` branch`) and stable (the tags) approach without restricting us to any particular way of managing our tags.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
We use these for updating people who just follow tags.
-
- Sep 20, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
If we have a `brew.sh` which has set `HOMEBREW_ENABLE_AUTO_UPDATE_MIGRATION` then let's allow an auto-update migration. That's because it contains the fix below it _before_ the update happened which means the auto-update won't fail in the same way as if updating from an old version.
-
Mike McQuaid authored
Set the `PATH` to always have the `bin` and `sbin` for the current `HOMEBREW_PREFIX` at the beginning.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Alyssa Ross authored
-
Alyssa Ross authored
Fixes #930
-
Alyssa Ross authored
Save the value of GEM_HOME before unsetting it, and resetting it when setting up a gem environment. Fixes #944.
-
- Sep 19, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
On auto-update `HOMEBREW_LIBRARY` may change location which means that it won't be found for the actual install command. Look for this having occurred and then set the new `HOMEBREW_LIBRARY` (and `HOMEBREW_REPOSITORY`) accordingly.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Closes https://github.com/Homebrew/homebrew-core/issues/4973
-
Mike McQuaid authored
References #1023.
-
Mike McQuaid authored
Can't see how this could ever happen but let's safe-guard it just in case (as ilovezfs saw it).
-
Alyssa Ross authored
This will make brew readall --syntax pass
-
Alyssa Ross authored
-