aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-09-12Merge pull request #924 from MikeMcQuaid/test-rubocopMike McQuaid
Fix Library/Homebrew/test RuboCop warnings
2016-09-12Fix cask installation from untapped Tap not working.Markus Reiter
2016-09-12Merge pull request #917 from DomT4/keg_only_pkg_configDominyk Tiller
caveats: highlight PKG_CONFIG_PATH if exists
2016-09-12keg: make guile's site-dir persistentDominyk Tiller
Things that install Guile scheme objects should be doing so in HOMEBREW_PREFIX/share/guile/site, which should be persistent rather than a symlink to any formulae's Cellar, not even guile's necessarily as https://github.com/Homebrew/homebrew-core/commit/f061d864d99da4064a763ba51a37ecf3cff8943c managed to expose. I believe guile isn't actually configured correctly to expect this directory, but since absolutely nobody has complained to date as far as I can find & `gnutls` seems to be the only formula using it this way the temptation is to leave it misconfigured & use this directory for site schemes. I don't really know the deeper issues around messing with Guile's configuration so going for a minimal fix seems the safest option.
2016-09-11test/test_tab: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_shell: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_resource: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_os_mac_language: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_integration_cmds: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_formula_installer: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_formula: fix Rubocop warnings.Mike McQuaid
2016-09-11test/test_dependency_collector: fix Rubocop warnings.Mike McQuaid
2016-09-11test-bot: handle more Jenkins configurations.Mike McQuaid
Used in trying to use a `Jenkinsfile`.
2016-09-11Update brew-cask zsh completions headerJoshua McKinney
2016-09-11Add brew-cask arg descriptions to zsh completionJoshua McKinney
2016-09-11Add missing brew-cask commands to zsh completionJoshua McKinney
2016-09-11Refactor brew-cask zsh completion to functionsJoshua McKinney
2016-09-11Add Homebrew Cask completionsJoshua McKinney
This completion was originally sourced from the oh-my-zsh brew cask plugin. (https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/brew-cask/brew-cask.plugin.zsh) The rationale for splitting this from the original omz plugin is to address the following issues: 1. it is part of oh-my-zsh which some have chosen not to use (e.g. zprezto users) 2. it acts as a script overriding the existing brew completion rather than as a standard autoloadable file, this means it must be manually installed rather than automatically installed as part of compinit, and may cause issues with future commands added to homebrew. The changes from the plugin are to fix item 2, as well as update the commands to those current in homebrew cask.
2016-09-11dev-cmd/test-bot: fix Rubocop warnings.Mike McQuaid
2016-09-11dev-cmd/pull: fix Rubocop warnings.Mike McQuaid
2016-09-11dev-cmd/man: fix Rubocop warnings.Mike McQuaid
2016-09-11dev-cmd/edit: fix Rubocop warnings.Mike McQuaid
2016-09-11dev-cmd/create: fix Rubocop warnings.Mike McQuaid
2016-09-11dev-cmd/bump-formula-pr: fix Rubocop warnings.Mike McQuaid
2016-09-11dev-cmd/bottle: fix Rubocop warnings.Mike McQuaid
2016-09-11dev-cmd/audit: fix Rubocop warnings.Mike McQuaid
2016-09-11utils/shell:Mike McQuaid
2016-09-11utils/shell: fix Rubocop warnings.Mike McQuaid
2016-09-11utils/inreplace: fix Rubocop warnings.Mike McQuaid
2016-09-11utils/hash: fix Rubocop warnings.Mike McQuaid
2016-09-11utils/github: fix Rubocop warnings.Mike McQuaid
2016-09-11utils/curl: fix Rubocop warnings.Mike McQuaid
2016-09-11utils: fix Rubocop warnings.Mike McQuaid
2016-09-11Merge pull request #926 from MikeMcQuaid/os-rubocopMike McQuaid
Fix Library/Homebrew/os* RuboCop warnings
2016-09-11Merge pull request #928 from MikeMcQuaid/requirements-rubocopMike McQuaid
Fix Library/Homebrew/requirements RuboCop warnings
2016-09-11Merge pull request #910 from MikeMcQuaid/cmd-rubocopMike McQuaid
Fix Library/Homebrew/cmd RuboCop warnings
2016-09-11dev-cmd/aspell-dictionaries: fix Rubocop warnings.Mike McQuaid
2016-09-11Merge pull request #923 from MikeMcQuaid/bottle-block-tapMike McQuaid
bottle: set bottle block tap.
2016-09-11cmd/uses: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/upgrade: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/update-report: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/unpack: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/unlinkapps: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/uninstall: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/tap-info: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/search: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/prune: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/missing: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/log: fix Rubocop warnings.Mike McQuaid
2016-09-11cmd/list: fix Rubocop warnings.Mike McQuaid