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 05, 2016
-
-
Mike McQuaid authored
This reverts commit dba1958b.
-
- Jul 04, 2016
-
-
Martin Afanasjew authored
This reverts commit 252c701c. Taps installed prior to running the test suite are not visible to the test suite as most Homebrew paths are redefined as to not mess up the local installation.
-
Mike McQuaid authored
-
Mike McQuaid authored
Since we've moved all formulae to taps it's not necessarily obvious what the path for the files are otherwise.
-
Mike McQuaid authored
All of these taps use Homebrew internal APIs (or will shortly) and we autoinstall them all from `brew $CMD`. We should adjust our CI to ensure that we never accidentally break these taps when making changes to core code so that these taps can rely more on this core code rather than having to e.g. vendor equivalent code that never changes on our end.
-
Martin Afanasjew authored
Amend 468ebc5e by regenerating the man page and its HTML version according to the changes in #443.
-
Mike McQuaid authored
This is a developer-only option I created for testing purposes. It should not be used by end-users.
-
Mike McQuaid authored
Set HOMEBREW_NO_GITHUB_API to allow running all tests (but search's integration test specifically for now) offline. This can be overridden with `--online`.
-
Martin Afanasjew authored
Adjust the wording to be in sync with the changes made in #424.
-
Camden Narzt authored
strategy is an undefined variable
-
Martin Afanasjew authored
Tweak `Style/NumericLiteralPrefix` cop settings as we're using octal literals a lot (both in formulae and the package manager) for file permissions and aren't ready just yet to transition them to the more beginner-friendly `0o` prefix (instead of the more obscure `0` prefix).
-
Andrew Janke authored
Ensures that the data gets written to disk so curl can see it, avoiding intermittent JSON parsing errors in gist creation.
-
Mike McQuaid authored
Do this to ensure that any symlinks in the Homebrew prefix and/or in Applications are removed to stop issues with stale symlinks causing Casks from being installed correctly.
-
- Jul 03, 2016
-
-
Xu Cheng authored
-
Xu Cheng authored
* take requirements into account. * handle full qualified formula name. * filter out build time or unused optional deps/requirements. Closes #424. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
Also allowing access results for LinkageChecker
-
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
-