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 .
- Jul 03, 2016
-
-
Tim D. Smith authored
For each dylib the keg references, print the dylib followed by the binaries which link to it. Closes #431.
-
- Jul 02, 2016
-
-
Vlad Shablinsky authored
Closes #432. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Vlad Shablinsky authored
-
- Jul 01, 2016
-
-
Dominyk Tiller authored
We now have "magic" to automatically handle `brew cask` and `brew bundle` calls without needing to tap those taps manually beforehand. Let's reflect that in this wording for consistency. Closes #427. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Tony Ta authored
* updates link for installing pip * the macruby project has been abandoned and the website is gone
-
Dominyk Tiller authored
-
- Jun 30, 2016
-
-
Xu Cheng authored
Closes #410. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
This flag is indented to be used in `homebrew/portable` to build vendor ruby/git/curl.
-
Tim D. Smith authored
Closes #419.
-
Tim D. Smith authored
-
Tim D. Smith authored
Shadowed by Step#time method.
-
Tim D. Smith authored
-
Martin Afanasjew authored
-
Martin Afanasjew authored
Not every Linux system has a pre-installed `uuidgen` command (Debian has a package `uuid-runtime` but doesn't install it by default). In contrast, `/proc/sys/kernel/random/uuid` is always available on a modern Linux system and produces type/version 4 UUIDs, just like `uuidgen`. Closes #416. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
Avoid writing an empty UUID to the Git configuration file and disable analytics temporarily to avoid sending bogus data with an invalid UUID.
-
Tim D. Smith authored
Closes #405.
-
Tim D. Smith authored
-
Tim D. Smith authored
Closes #402.
-
Tim D. Smith authored
-
- Jun 29, 2016
-
-
Martin Afanasjew authored
If `bin/brew` happens to be symlinked to `/brew`, `/bin/brew`, or some similar location or (worse yet) Homebrew is installed to `/`, then computation of the prefix and/or repository path could break down and result in an invalid or empty path. Closes Homebrew/homebrew-core#2430.
-
Vlad Shablinsky authored
Closes #411. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
William Woodruff authored
Move dylib_path and bundle_path from test_mach to testing_env to accommodate the new tests. Closes #400. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
William Woodruff authored
-
Martin Afanasjew authored
This is inspired by `safe_system` with basically the same implication (fail on error), making the name a lot less confusing and avoiding a clash with the `chdir` function previously defined in `bin/brew`. Closes #414. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
This is inspired by `quiet_system` with basically the same implication (suppress output), making the name a lot less confusing and avoiding a clash with the `chdir` function defined in `Library/brew.sh`.
-
- Jun 28, 2016
-
-
Tim D. Smith authored
This reverts commit 3e5e14a5.
-
Tim D. Smith authored
This reverts commit 62d70796.
-
William Woodruff authored
Move dylib_path and bundle_path from test_mach to testing_env to accommodate the new test. Closes #400. Signed-off-by:
Tim D. Smith <git@tim-smith.us>
-
William Woodruff authored
-
- Jun 27, 2016
-
-
Xu Cheng authored
-
- Jun 26, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jun 24, 2016
-
-
Zhiming Wang authored
This commit adds a --tap option to the create command such that a user could create a formula in a specified tap instead of the core.
-
Martin Afanasjew authored
The `ensure` block can be reached before the tab is modified (and thus before `original_tab` gets populated). Avoid raising an exception when attempting to restore a tab that hasn't been modified yet, e.g. because relocating some of the Mach-O binaries failed.
-
- Jun 23, 2016
-
-
-
Dominique authored
-
Viktor Szakats authored
* audit.rb: require https for ftpmirror.gnu.org The situation is similar to other mirror redirectors: the server may subsequently redirect to an insecure url. But it's a step. * manpage: update HOMEBREW_NO_INSECURE_REDIRECT section
-