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 24, 2017
-
-
Mike McQuaid authored
add date-based versioning
-
Mike McQuaid authored
brew: set Bintray variables.
-
Mike McQuaid authored
These are set as `HOMEBREW_BINTRAY_*` and then used by the rest of `brew` as normal.
-
Reto Kromer authored
-
Mike McQuaid authored
Fix audit version_scheme and revision checks.
-
Reto Kromer authored
-
Mike McQuaid authored
Another attempt at fixing `brew audit` issues around detecting `revision` and `version_scheme` changes correctly. First done in #1754 and #2086 (reverted in #2099 and #2100). To ease future debugging a `ph` helper has been added to print a hash and a series of RSpec tests to verify that the `revision`, `version_scheme` and `version` formula version audits behave as expected. Fixes #1731.
-
- Apr 23, 2017
-
-
Mike McQuaid authored
Fix and remove various TODOs.
-
Mike McQuaid authored
Fix those that can be done so without tearing Homebrew to pieces and remove the comments for those that can never be done.
-
Mike McQuaid authored
-
Mike McQuaid authored
Hide sensitive tokens from install/test/post.
-
Markus Reiter authored
Install uninstall messages
-
Mike McQuaid authored
It's used by ENV.fortran. Fixes https://github.com/Homebrew/brew/issues/2530 Fixes https://github.com/Homebrew/homebrew-science/issues/5485
-
Markus Reiter authored
Refactor cask metadata directory methods.
-
Mike McQuaid authored
tap: warn on tapping deprecated, official taps.
-
Mike McQuaid authored
utils: fix which_editor.
-
Mike McQuaid authored
readall: check for shadowed aliases.
-
Mike McQuaid authored
More deprecations.
-
Mike McQuaid authored
Handle when there's no editor variable specified or it's specified but empty.
-
Mike McQuaid authored
travis.yml: cache Bundler output.
-
Mike McQuaid authored
If an alias has the same name as a formula then weirdness will result so ensure this causes `readall` to fail.
-
- Apr 22, 2017
-
-
Mike McQuaid authored
audit: flip GNU mirror preference.
-
Mike McQuaid authored
They don't contain any formulae so tapping them will add pointless clutter.
-
Mike McQuaid authored
Hide these tokens to avoid malicious subprocesses e.g. sending them over the network. Also, support using these tokens with environment filtering and clear `HOMEBREW_PATH` from subprocesses to stop them sniffing it. Finally, use `HOMEBREW_PATH` to detect Homebrew’s user’s PATH for e.g. `brew doctor` etc.
-
Mike McQuaid authored
Deprecate more methods. Internal APIs have been verified to be unused elsewhere and removed. External APIs have had deprecation methods added. Existing deprecations have been either upgraded to produce warnings or no longer deprecated and the reasoning documented.
-
Mike McQuaid authored
Travis needs some coaxing to find where we put it. This should improve build reliability due to network issues.
-
Mike McQuaid authored
audit: lookup unversioned formulae with Formulary.
-
Mike McQuaid authored
tests: reduce some noise.
-
Mike McQuaid authored
Now that both the primary and mirror URLs use HTTPS we can flip these around so the primary URL is the primary URL and we don't have problems with waiting for mirror propagation.
-
Mike McQuaid authored
This means that if e.g. the unversioned formulae exists in another tap this audit won't produce a false positive.
-
Mike McQuaid authored
- Tweak the way offline skipping happens - Skip more tests that break when offline - Hide more stdout output from tests.
-
Mike McQuaid authored
formula_installer: remove feature flags.
-
Mike McQuaid authored
Fix `brew edit` with environment filtering.
-
Markus Reiter authored
Validate `container :type`.
-
Markus Reiter authored
[trifle] missing space
-
Mike McQuaid authored
audit: ensure default dependencies don't use options.
-
Mike McQuaid authored
audit: new formulae should not require patches.
-
Reto Kromer authored
-
Mike McQuaid authored
We've been testing the recursive dependency check and allowing unlinked dependencies in CI for a while with no adverse consequences so enable them globally now for all users.
-