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 19, 2016
-
-
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).
-
Mike McQuaid authored
update-report: migrate everyone to new repository.
-
Mike McQuaid authored
Use new "macOS" naming where appropriate.
-
Mike McQuaid authored
update-report: remove cask dir after migration.
-
Mike McQuaid authored
keg: only prune var/homebrew/linked.
-
Mike McQuaid authored
Relocate HOMEBREW_REPOSITORY when necessary.
-
Mike McQuaid authored
`var/homebrew` is too broad and ends up deleting and recreating the locks directory repeatedly.
-
Mike McQuaid authored
This will hang around otherwise due to e.g. running `bundle install` in here once.
-
Mike McQuaid authored
update-report: cleanup git harder in migration.
-
Mike McQuaid authored
Before stashing also try to cancel any current merge, rebase and reset. This will prevent any data loss but also make the stash more likely to succeed.
-
Mike McQuaid authored
update-report: also create Cellar on migration.
-
Mike McQuaid authored
update-report: handle directory not existing.
-
Mike McQuaid authored
test-bot: uninstall all formula on cleanup.
-
Mike McQuaid authored
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
-
Mike McQuaid authored
Just on the off chance it doesn't exist (i.e. no-one has installed anything yet or you're a `test-bot` that's run `git clean -xdf` recently)
-
Mike McQuaid authored
Need to do this manually now that we can't rely on `git clean -xdf` to do it for us.
-
- Sep 18, 2016
-
-
Mike McQuaid authored
This shouldn't be possible to occur after #1013 but it makes sense to add it anyway.
-
Mike McQuaid authored
Now that the default from the installer, our CI and soon all users is `/usr/local/Homebrew` it's a lot easier to check if there's references to it (as we cannot look for `/usr/local` as it's a too commonly hardcoded path).
-
Mike McQuaid authored
update-report: create top-level directories later.
-
Mike McQuaid authored
Otherwise if they are created and empty they may be removed again before we try to create the `/usr/local/bin/brew` symlink.
-
Mike McQuaid authored
Also migrate people without `HOMEBREW_DEVELOPER` set to the new location.
-
Mike McQuaid authored
update-report: migrate /usr/local repository.
-
Mike McQuaid authored
update.sh: turn origin/branch into a variable.
-
Mike McQuaid authored
Migrate a HOMEBREW_REPOSITORY and HOMEBREW_PREFIX of `/usr/local` so that the HOMEBREW_REPOSITORY is now in `/usr/local/Homebrew`. This gives us more flexibility on changing the repository layout in future and avoids putting junk in `/usr/local` when not necessary (e.g. our `README.md`).
-
Mike McQuaid authored
Rather than repeating origin multiple times.
-
Mike McQuaid authored
Rubocop: apply auto-corrections and don't use hash-rockets
-
ilovezfs authored
utils: convert formula name from pathname to string
-
Zhiming Wang authored
formula: set TERM to dumb during test
-
Zhiming Wang authored
`name` is passed as argument to Formulary.factory which could later be downcased at formulary.rb:349, but Pathname doesn't have a downcase method. Converting `name` to String as it should be fixes the problem. Fixes #1000.
-
Mike McQuaid authored
How-To-PR: both stable & devel in simple commit message
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Improve legacy symlink migration.
-
Mike McQuaid authored
Read the old symlinks and migrate them across rather than assuming a unlink/link will work fine (as users have conflicts.)
-
Mike McQuaid authored
-
- Sep 17, 2016
-
-
ilovezfs authored
ENV.no_weak_imports should be a no-op when Xcode doesn't support the feature to avoid breaking builds with <= Xcode 7.
-