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 07, 2016
-
-
Martin Afanasjew authored
Closes #464. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
-
Martin Afanasjew authored
Add an extension for accessing Git-related meta data that can be mixed in into a Pathname object (e.g. `HOMBREW_REPOSITORY` or the path of a `Tap` instance). The goal here is to eliminate code duplication.
-
- Jul 06, 2016
-
-
Martin Afanasjew authored
Remove an exact duplicate from further up in the same file. (It was accidentally added in 8a582f2b.)
-
Martin Afanasjew authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Vlad Shablinsky authored
Closes #460. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
Implement: * VCSDownloadStrategy#last_commit Use last modified file timestamp * SubversionDownloadStrategy#last_commit Use `svn info --show-item revision` * GitDownloadStrategy#last_commit Use `git rev-parse HEAD` * MercurialDownloadStrategy#last_commit Use `hg parent --template {node}` * BazaarDownloadStrategy#last_commit Use `bazaar revno` * FossilDownloadStrategy#last_commit Use `fossil info tip`
-
Xu Cheng authored
Closes https://github.com/Homebrew/homebrew-core/issues/2758
-
Misty De Meo authored
Beta versions of XQuartz have address sanitization enabled, which breaks some software at runtime, including wine. Closes Homebrew/homebrew-core#2481. Closes #459. Signed-off-by:
Misty De Meo <mistydemeo@github.com>
-
Dominyk Tiller authored
-
Martin Afanasjew authored
Rearrange path constants such that persistent paths (that point into the Homebrew code base) are in one spot and all other paths (that are being redirected to a temporary location for the duration of the test run) are grouped together. Closes #440. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
- Jul 05, 2016
-
-
Andrew Janke authored
-
Andrew Janke authored
Truncates each log file to about 1 MB. This avoids upload and download errors with the gists, and respects GitHub's suggested size limits.
-
Martin Afanasjew authored
Prior to the fix, every run of the test suite would leave behind a pair of empty directories in `$TMPDIR`. (A temporary home directory was created but only its child `Applications` was wiped when done.)
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
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.
-
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
-