| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-06 | boneyard-formula-pr: checkout last branch when done | Zhiming Wang | |
| Make its behavior more consistent with that of bump-formula-pr. | |||
| 2016-12-06 | boneyard-formula-pr: use ohai to print messages | Zhiming Wang | |
| Make its behavior more consistent with that of bump-formula-pr. | |||
| 2016-12-06 | ISSUE_TEMPLATE: tweak based on recent issues. | Mike McQuaid | |
| 2016-12-06 | Merge pull request #1464 from reitermarkus/quit-with-launchctl | Markus Reiter | |
| Use `launchctl` to get running processes by bundle ID. | |||
| 2016-12-05 | Merge pull request #1621 from MikeMcQuaid/xcode-version-cleanup | Mike McQuaid | |
| xcode: cleanup Xcode::Version usage. | |||
| 2016-12-05 | xcode: cleanup Xcode::Version usage. | Mike McQuaid | |
| Don't wrap `MacOS.version` which does comparisons properly already and avoid stupidly long lines. | |||
| 2016-12-05 | cask reinstall: use fetch and stage steps from #1620 | Raymond Wanyoike | |
| 2016-12-05 | Merge pull request #1620 from reitermarkus/refactoring | Markus Reiter | |
| Refactor Cask installer. | |||
| 2016-12-05 | Merge pull request #1590 from reitermarkus/fail-if-app-source-already-exists | Markus Reiter | |
| Fail if cask source already exists. | |||
| 2016-12-05 | Use `launchctl` to get running processes by bundle ID. | Markus Reiter | |
| 2016-12-04 | Revert `install_artifacts` if one artifact fails to install. | Markus Reiter | |
| 2016-12-04 | Separate `fetch` and `stage` steps in `Hbc::Installer`. | Markus Reiter | |
| 2016-12-04 | Use Homebrew’s `Emoji` class in cask installer. | Markus Reiter | |
| 2016-12-04 | Use Homebrew to detect if X11 is installed. | Markus Reiter | |
| 2016-12-04 | Add a method for installing fish function files | Zach Whaley | |
| Fish shell allows third-party software vendors to put their own function files in a directory for their software. For brew installed Fish shell, this is /usr/local/share/fish/vendor_functions.d | |||
| 2016-12-04 | Merge pull request #1612 from MikeMcQuaid/travis-xcode-8.1 | Mike McQuaid | |
| travis: use Xcode 8.1 on Sierra. | |||
| 2016-12-04 | Merge pull request #1617 from amberj/master | Mike McQuaid | |
| added "CLT" abbreviation after "Command Line Tools" in Installation.md doc | |||
| 2016-12-04 | travis: use Xcode 8.1 on Sierra. | Mike McQuaid | |
| For code coverage from `brew test-bot`. | |||
| 2016-12-04 | cask reinstall: download and verify cask before uninstall | Raymond Wanyoike | |
| Closes: caskroom/homebrew-cask#27075 | |||
| 2016-12-04 | added 'CLT' abbreviation after 'Command Line Tools' (so that if someone ↵ | Amber Jain | |
| follows link to footnote#3, the meaning of 'CLT' in footnote is clear) | |||
| 2016-12-03 | tab: remove debugging | Alyssa Ross | |
| 2016-12-03 | tab: include HOMEBREW_VERSION | Alyssa Ross | |
| 2016-12-03 | Merge pull request #1611 from MikeMcQuaid/bash-test-race | Mike McQuaid | |
| bash_test: handle race condition. | |||
| 2016-12-03 | bash_test: handle race condition. | Mike McQuaid | |
| Other tests may delete Bash files (e.g. `shcmd.sh`) while tests are ongoing so ensure this doesn't cause a test failure. | |||
| 2016-12-03 | Merge pull request #1610 from MikeMcQuaid/fs_leak_logger_mkpath | Mike McQuaid | |
| fs_leak_logger: use more permissive mkpath. | |||
| 2016-12-03 | install_test: add HEAD tests | Uladzislau Shablinski | |
| 2016-12-03 | Merge pull request #1608 from MikeMcQuaid/tap-new-latest-travis | Mike McQuaid | |
| tap-new: use latest Travis CI recommended config. | |||
| 2016-12-03 | Merge pull request #1609 from MikeMcQuaid/travis-ci-again | Mike McQuaid | |
| travis.yml: enable macOS builds again. | |||
| 2016-12-03 | fs_leak_logger: use more permissive mkpath. | Mike McQuaid | |
| This avoids a race condition occurring here. | |||
| 2016-12-03 | travis.yml: enable macOS builds again. | Mike McQuaid | |
| 2016-12-03 | tap-new: use latest Travis CI recommended config. | Mike McQuaid | |
| Pretty sure no-one cares about this except me but this works consistently across a variety of different taps and is faster than the old version. | |||
| 2016-12-03 | Merge pull request #1606 from rwhogg/uninstall-testing-env | Mike McQuaid | |
| uninstall_test: require testing_env | |||
| 2016-12-02 | uninstall_test: require testing_env | Bob W. Hogg | |
| 2016-12-03 | Update tests for new install behaviour | Uladzislau Shablinski | |
| 2016-12-03 | cmd/install: allow to install any spec | Uladzislau Shablinski | |
| * installing HEAD keg_only should be possible only if: 1. - Old version installed differs from new one and optlinked - `--force` flag is passed - HEAD is seriously outdated or outdated with `--fetch-HEAD` or 2. - Old version installed differs from new one and not optlinked or 3. - This formula is not installed * installing keg_only should be possible only if: 1. - Old version installed differs from new one and optlinked - `--force` flag is passed or 2. - Old version installed differs from new one and not optlinked or 3. - This formula is not installed * installing HEAD should be possible only if: 1. - Old HEAD is seriously outdated or outdated with `--fetch-HEAD` or 2. - HEAD is not installed * installing stable or devel should be possible only if: - Old version installed differs from new one | |||
| 2016-12-03 | formula: add new methods | Uladzislau Shablinski | |
| * `Formula#linked?` returns true if formula linked * `Formula#optlinked?` returns true if formula linked to opt formula installed to the Cellar * `Formula#prefix_linked?` returns true if linked keg points to the prefix passed as an argument * `Formula#linked_version` to get linked version of the formula | |||
| 2016-12-03 | download_strategy: keep commit short if possible | Uladzislau Shablinski | |
| 2016-12-02 | Merge pull request #1604 from bfontaine/pkill | Mike McQuaid | |
| update.sh: Use full path to pkill | |||
| 2016-12-01 | update.sh: Use full path to pkill | Baptiste Fontaine | |
| Fixes #1600. | |||
| 2016-12-01 | README: update license name. | Mike McQuaid | |
| 2016-12-01 | LICENSE: use more standard BSD 2-Clause text. | Mike McQuaid | |
| 2016-11-30 | ISSUE_TEMPLATE: point people to the right repo. | Mike McQuaid | |
| 2016-11-29 | Fix tests. | Markus Reiter | |
| 2016-11-29 | formula: runtime deps of build deps aren't runtime | Alyssa Ross | |
| Fixes #1554 (but only for new installations) | |||
| 2016-11-28 | Also fail if symlinked artifacts already exist. | Markus Reiter | |
| 2016-11-28 | Warn when overwriting an artifact. | Markus Reiter | |
| 2016-11-28 | Fail if cask source already exists. | Markus Reiter | |
| 2016-11-28 | Merge pull request #1573 from sorin-ionescu/fix-xcode-version-comparison1.1.2 | Mike McQuaid | |
| Fix macOS version comparison | |||
| 2016-11-28 | Merge pull request #1582 from rwhogg/sha1-gone | Mike McQuaid | |
| docs/Checksum_Deprecation.md: Note that SHA-1 now blocks installation | |||
| 2016-11-28 | Merge pull request #1588 from rwhogg/make-deps-public | Mike McQuaid | |
| dependency_collector: Make ant_dep and xz_dep public | |||
