aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-07-25Merge pull request #2931 from JCount/version-devel-parsing-improvements1.2.5Mike McQuaid
version: improve devel spec version parsing
2017-07-25Merge pull request #2911 from GauthamGoli/audit_urls_rubocop_part_1Mike McQuaid
audit: Port audit_urls partially to rubocop and add corresponding tests
2017-07-25Merge pull request #2924 from sjackman/sse4-linuxMike McQuaid
cpu: fix SSE4 detection on Linux
2017-07-24Follow the XDG Base Directory specification for caching on LinuxBob W. Hogg
Prefer $XDG_CACHE_HOME if defined, falling back to $HOME/.cache. The Mac cache location is not affected by this change. Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2017-07-24Merge pull request #2861 from reitermarkus/cask-search-ttyMarkus Reiter
Output plain list when running `brew cask search` without a TTY.
2017-07-23Merge pull request #2922 from MikeMcQuaid/config-libexec-pythonMike McQuaid
system_config: look for python formula binary.
2017-07-22verion_spec: add test coverage for devel spec version styleJCount
also expand coverage for improved dash version style
2017-07-22version: improve devel spec version parsingJCount
term this 'devel spec version style'; also improve dash version style parsing
2017-07-22linkage_checker: Whitelist another harmless dylibWilliam Woodruff
libgcc_s.1.dylib is a variation on libgcc_s_ppc64.1.dylib.
2017-07-22cpu: fix SSE4 detection on LinuxShaun Jackman
2017-07-21system_config: look for python formula binary.Mike McQuaid
Now that Python has been renamed it's important that we still output which Python they are using for debugging purposes e.g. ``` Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7 ```
2017-07-21audit: Port audit_urls partially to rubocop and add corresponding testsGautham Goli
2017-07-21Merge pull request #2906 from GauthamGoli/new_formula_rubocop_fixMike McQuaid
style: disable NewFormulaAudit cops' execution by default unless specified
2017-07-20diagnostic: use ENV[]Mike McQuaid
2017-07-20Update source check to match styleJustin Baugh
2017-07-20Address rubocop issuesJustin Baugh
2017-07-20Add updated diagnostic test for build from source check.Justin Baugh
2017-07-20Add warning to doctor if HOMEBREW_BUILD_FROM_SOURCE is set.Justin Baugh
2017-07-20python_requirement: prefer Homebrew's Pythonilovezfs
This avoids linkage to both system Python and Homebrew's python.
2017-07-18Merge pull request #2883 from mistydemeo/allow_passing_hash_to_systemMisty De Meo
Allow passing hash to system
2017-07-18Add a rubocop config file to control cops' execution in audit and styleGautham Goli
2017-07-15formula: use env helperMisty De Meo
2017-07-15build: use with_env helperMisty De Meo
2017-07-15run_as_not_developer: use with_env helperMisty De Meo
2017-07-15FileUtils.make: don't bypass superenvMisty De Meo
2017-07-15Add `with_env` helper to set temporary ENV varsMisty De Meo
2017-07-15style: disable NewFormulaAudit cops' execution by default unless specifiedGautham Goli
2017-07-15Merge pull request #2897 from MikeMcQuaid/python@2Mike McQuaid
python_requirement: add libexec/bin to PATH.
2017-07-15rubocop: disable NewFormulaAudit/Options.Mike McQuaid
This is activated on every formula otherwise.
2017-07-15Merge pull request #2905 from GauthamGoli/audit_option_rubocop_3Mike McQuaid
audit: Port audit_options rules for new formulae to rubocop and add test
2017-07-15Merge pull request #2900 from MikeMcQuaid/improve-docsMike McQuaid
Documentation improvements
2017-07-15audit: Port audit_options rules for new formulae to rubocop and add testGautham Goli
2017-07-15Documentation improvementsMike McQuaid
- Document ilovezfs as the official lead maintainer of Homebrew/homebrew-core. This is a role he's been doing unofficially (and brilliantly) for a while and explicit documentation of power structures makes it easier for non-Homebrew-maintainers to understand. - Document the contents of some of Homebrew's subdirectories for people clicking around in the GitHub UI looking to contribute. - Remove update bug mention from README. Enough time has passed that we can remove this disappointment.
2017-07-14audit: Port audit_options strict rules to rubocop and add testsGautham Goli
2017-07-14python_requirement: add libexec/bin to PATH.Mike McQuaid
This avoids having to fix formulae that use `python` to make them use `python2`.
2017-07-14Merge pull request #2879 from GauthamGoli/audit_option_rubocop_1Mike McQuaid
audit: Port audit_options non-strict rules to rubocop and add tests
2017-07-13Merge pull request #2876 from VonUniGE/patch-1Mike McQuaid
Update documentation of brew install syntax to match its actual behav…
2017-07-13Merge pull request #2894 from MikeMcQuaid/integration-test-debuggingMike McQuaid
integration_test: try tests on Gem load failure.
2017-07-13Merge pull request #2893 from MikeMcQuaid/unpin-bundlerMike McQuaid
tests: unpin bundler.
2017-07-13integration_test: try tests on Gem load failure.Mike McQuaid
This should help with debugging `Gem::LoadError`s (e.g. for https://github.com/Homebrew/homebrew-test-bot/pull/111).
2017-07-13tests: unpin bundler.Mike McQuaid
These issues were fixed by https://github.com/Homebrew/brew/pull/2872 and https://github.com/Homebrew/brew/pull/2823.
2017-07-13Merge pull request #2892 from MikeMcQuaid/homebrew-version-consistencyMike McQuaid
brew.sh: always use 7 chars for HOMEBREW_VERSION.
2017-07-13brew.sh: always use 7 chars for HOMEBREW_VERSION.Mike McQuaid
This avoids inconsistency based on Git versions.
2017-07-13Read rubocop offenses as const from corresponding class in testsGautham Goli
2017-07-13audit: Port audit_options non-strict rules to rubocop and add testsGautham Goli
2017-07-12Merge pull request #2887 from JCount/python_virtualenv_constants-15.1.0-updateJCount
python_virtualenv_constants: update virtualenv to 15.1.0
2017-07-12Revert "FileUtils.make: don't bypass superenv"ilovezfs
2017-07-11Add a suitable explanatory lineVonUniGE
2017-07-11python_virtualenv_constants: update virtualenv to 15.1.0JCount
This release adds support for Python 3.6, the current python3 version in homebrew/core.
2017-07-11Merge pull request #2885 from DomT4/high_sierra_db3ilovezfs
High Sierra: updates for DB3 et al.