aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-02-27Merge pull request #3837 from MikeMcQuaid/system-git-too-old1.5.5Mike McQuaid
Handle a too old system Git on OS X 10.8 and below
2018-02-26Handle a too old system Git on OS X 10.8 and belowMike McQuaid
Needed for GitHub since: https://github.com/blog/2507-weak-cryptographic-standards-removed
2018-02-23_config.yml: use extensionless permalinks.Mike McQuaid
2018-02-23Revert "docs: use short links."Mike McQuaid
This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a. Closes #3832.
2018-02-23README: use docs.brew.sh link.Mike McQuaid
2018-02-23Merge pull request #3827 from maxim-belkin/brew-unix-3Mike McQuaid
Cross-platform java detection
2018-02-22Merge pull request #3828 from MikeMcQuaid/docs-short-linksMike McQuaid
Use more docs.brew.sh short links
2018-02-22Use more docs.brew.sh short linksMike McQuaid
These are nicer on the eyes.
2018-02-22docs: add/update more layouts.Mike McQuaid
2018-02-22Use \d instead of 0-9 in regexMaxim Belkin
2018-02-22docs: use short links.Mike McQuaid
2018-02-22docs/config.yml: generate README.md again.Mike McQuaid
This is the index.
2018-02-22Merge pull request #3826 from MikeMcQuaid/docs-updatesMike McQuaid
docs.brew.sh updates
2018-02-22docs.brew.sh updatesMike McQuaid
- Remove no longer needed `acme-challenge` file - Set title, description, social image, logo, etc. for SEO - Use extensionless permalinks (old links still work) - Cleanup `_config.yml` - Import latest `_layouts/base` from https://brew.sh
2018-02-22Cross-platform java detectionMaxim Belkin
2018-02-21Merge pull request #3819 from MikeMcQuaid/versioned-formulae-tweaksMike McQuaid
Versions: additional formulae requirements.
2018-02-21Versions: additional formulae requirements.Mike McQuaid
These should help keep these formulae more maintainable.
2018-02-21Merge pull request #3813 from maxim-belkin/brew-unix-2Mike McQuaid
bzip2 and zip dependencies_if_needed
2018-02-21Make 'xz' and 'cvs' dependencies conditionalMaxim Belkin
2018-02-21brew style: replace tabs with spacesMaxim Belkin
2018-02-21Merge pull request #3820 from sjackman/macos-versionMike McQuaid
Define OS::Mac on Linux
2018-02-21travis.yml: use homebrew/homebrew-core on Linux.Mike McQuaid
2018-02-21Merge pull request #3822 from MikeMcQuaid/dependency_collector_symbolMike McQuaid
dependency_collector: don't create symbol deps.
2018-02-21dependency_collector: don't create symbol deps.Mike McQuaid
Need to convert this to a string first or things explode.
2018-02-21Merge pull request #3715 from commitay/movedcommitay
cask move_back: copy / delete
2018-02-20Code refactoring 4.0Maxim Belkin
2018-02-20Define OS::Mac on LinuxShaun Jackman
Define MacOS.version, MacOS.full_version, and MacOS::Xcode.version to Version::NULL on Linux so that brew readall succeeds and Homebrew/brew can tap Homebrew/core on Linux.
2018-02-20Merge pull request #3818 from MikeMcQuaid/curl-linux-tweaksMike McQuaid
brew.sh: use system curl on Linux where possible.
2018-02-20brew.sh: use system curl on Linux where possible.Mike McQuaid
Result of discussion in #3809.
2018-02-19Merge pull request #3817 from MikeMcQuaid/gist-logs-require-credentialsMike McQuaid
gist-logs: require API credentials.
2018-02-19gist-logs: require API credentials.Mike McQuaid
Anonymous gists are going away shortly: https://github.com/blog/2503-deprecation-notice-removing-anonymous-gist-creation
2018-02-19Code refactoring v3.0Maxim Belkin
2018-02-19Code refactoring v2.0Maxim Belkin
2018-02-19Code refactoringMaxim Belkin
2018-02-19Renaming linux-specifix file with testsMaxim Belkin
Files are globbed based on their name. Therefore, we have to rename them so tests for Linux are not executed on a Mac.
2018-02-19Making zip and bzip2 dependecies conditionalMaxim Belkin
Here, we are adding `unless which("zip")` and `unless which("bzip2")` and, thus, make `zip` and `bzip2` dependencies conditional.
2018-02-19Refactoring based on suggestionsMaxim Belkin
Defaulting zip_dep_if_needed(tags) and bzip2_dep_if_needed(tags) methods to those on Linux and overriding them on macOS.
2018-02-16Removing unnecessary argumentsMaxim Belkin
2018-02-16Fixing testMaxim Belkin
2018-02-16Adding tests for dependency_collector on LinuxMaxim Belkin
2018-02-16Fixing brew-style offensesMaxim Belkin
2018-02-16zip and bzip2 dependencies when neededMaxim Belkin
On some systems identified as Linux, zip and bzip2 might not be available. Therefore, on such platforms we add them unconditionally as dependencies when required. On Mac, these dependencies are always satisfied.
2018-02-16Merge pull request #3809 from maxim-belkin/brew-unix-1Mike McQuaid
brew.sh: changes from Linuxbrew (Linux fork)
2018-02-16Merge pull request #3768 from sjackman/test-svnMike McQuaid
test/utils/svn: Requires svn to succeed
2018-02-15test/utils/svn: Requires svn to succeedShaun Jackman
2018-02-15Unifying Linux/Mac logic that sets HOMEBREW_CURLMaxim Belkin
2018-02-15Don't set HOMEBREW_MACOS_VERSION on non-mac systemsMaxim Belkin
2018-02-15brew.sh: changes from Linuxbrew (Linux fork)Maxim Belkin
These fixes do two things: - set HOMEBREW_MACOS_VERSION to 0 on non-HOMEBREW_MACOS machines - set HOMEBREW_CURL to Homebrew'd curl
2018-02-15Merge pull request #3801 from reitermarkus/ignore-metadata-deprecationsMarkus Reiter
Make sure `.metadata` shows up in Cask backtrace.
2018-02-14Merge pull request #3805 from ilovezfs/more-checks-for-keg_onlyilovezfs
formula_installer: also run audit_installed for keg_only formulae