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 .
- Apr 03, 2016
-
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Mike McQuaid authored
-
Xu Cheng authored
-
Xu Cheng authored
* move shell completion scripts to where can be auto picked up Let's use switching new remote as opportunity to put shell completion scripts to where they should be and avoid git conflict during the process. * add Library/Formula and Library/Aliases symlinks Formulae and Aliases has been relocated to homebrew/core tap. The symlinks are pointed to new location to keep backward compatibility. * remove formula_renames and tap_migrations They have been replaced by the json files in the core tap. * update: set new remote * bump Homebrew version to 0.9.9
-
Andrew Janke authored
-
Andrew Janke authored
Fixes Homebrew/homebrew#50651
-
Xu Cheng authored
We should remove PR lock files in the test tap rather than HOMEBREW_REPOSITORY.
-
Xu Cheng authored
-
Martin Afanasjew authored
This reverts commit 51e4e6490bda0d981afd1787a6392ab588b0601c. This did not work as intended, as the `git` command is executed in the context of the tap the current job operates on, never for Homebrew/homebrew itself.
-
Martin Afanasjew authored
Wipe everything from the Homebrew prefix except for the `Library/Taps` directory to avoid having to refetch `homebrew/core` every time.
-
Eric Vantillard authored
`install_name_tool` location depends on the location of the active developer directory managed by `xcode-select`. Closes Homebrew/homebrew#50509. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
Closes Homebrew/homebrew#50635. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Apr 02, 2016
-
-
Xu Cheng authored
Closes Homebrew/homebrew#50632. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Closes Homebrew/homebrew#49904. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
It will pull legacy formula PR from Homebrew/homebrew TODO: remove it when it's not longer necessary
-
Xu Cheng authored
So we can know whether a Homebrew installation is pre or post core/formula separation. Will update to 0.9.9 when moving core code to new repo.
-
Xu Cheng authored
-
Xu Cheng authored
Fix the `brew tests` problem caused by core/formula separation.
-
Xu Cheng authored
-
Xu Cheng authored
All formulae are in taps now.
-
Xu Cheng authored
Update the description update logic, since now all formulae are in the taps.
-
Xu Cheng authored
Update the report logic, since now all formulae are in the taps.
-
Xu Cheng authored
We don't need to migrate the tapped formulae from symlink-based to directory-based structure any more. Instead, we add core tap install check for `brew update-report` which will be invoked by `brew update`.
-
Xu Cheng authored
Also make `Homebrew/homebrew` as an alias of this tap to keep backward compatibility.
-
Xu Cheng authored
It will be auto installed whenever necessary.
-
- Apr 01, 2016
-
-
Xu Cheng authored
* Count .DS_Store disk usage but not file count. * Count symlink's own disk usage instead of ignoring it. * Count hardlinks disk usage only once. * Add testcase. Closes Homebrew/homebrew#50563. Closes Homebrew/homebrew#50566. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Mar 31, 2016
-
-
Xu Cheng authored
i.e. Ignoring the file's directory for version parsing. Closes Homebrew/homebrew#50568. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
ilovezfs authored
"--fast-math" caused build failure with clang for homebrew/science/delly-0.7.2 Apparently, clang only likes this option when it's referred to as "-ffast-math" Closes Homebrew/homebrew#50507. Signed-off-by:
ilovezfs <ilovezfs@icloud.com>
-
Xu Cheng authored
Ensure we don't munge line endings on checkout regardless with user's global git config. Closes Homebrew/homebrew#50514. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
ilovezfs authored
Closes Homebrew/homebrew#50537. Signed-off-by:
ilovezfs <ilovezfs@icloud.com>
-
ilovezfs authored
Don't use ensure to do the final check because it won't affect the return value of the overall function. Thanks to @xucheng for catching this bug. Closes Homebrew/homebrew#50536. Signed-off-by:
ilovezfs <ilovezfs@icloud.com>
-
ilovezfs authored
SDK 10.10 isn't something that exists for Xcode 7, so stop looking for it and rely on MACOSX_DEPLOYMENT_TARGET instead. See PR Homebrew/homebrew#50137 Yosemite build failure Closes Homebrew/homebrew#50355. Signed-off-by:
ilovezfs <ilovezfs@icloud.com>
-