aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-05-03Merge pull request #2531 from GauthamGoli/audit_cops_options_refactorMike McQuaid
audit: Allow skipping/selective running of cops and cops refactor
2017-05-03Merge pull request #2406 from sjackman/install-bottle-urlMike McQuaid
Install a bottle from an URL
2017-05-03Merge pull request #2577 from DomT4/keg_only_style_tweaksMike McQuaid
caveats: tweak keg_only style
2017-05-03Add `--only-cops`,`--except-cops` options for brew style and simplify cop namesGautham Goli
2017-05-03Merge pull request #2579 from MikeMcQuaid/install-etc-var-postinstallMike McQuaid
Install etc/var files on postinstall.
2017-05-03Remove `existing` from PATH when adding `Gem.bindir`.Markus Reiter
2017-05-03Merge pull request #2578 from MikeMcQuaid/utils-gem-dir-createMike McQuaid
utils: create GEM_HOME when installing Gems.
2017-05-03Install etc/var files on postinstall.Mike McQuaid
Also, don't delete them after that. This means that `brew postinstall` becomes a way to easily reinstall configuration files for any formula without needing any changes to any bottles or requiring a reinstall.
2017-05-03utils: create GEM_HOME when installing Gems.Mike McQuaid
It may not exist before Gem installation which means that the resulting installed gem will not be found in the PATH.
2017-05-03Merge pull request #2560 from reitermarkus/PATH-refactoringMarkus Reiter
Refactor PATH generation.
2017-05-02audit_spec: add keg_only_style testsDominyk Tiller
2017-05-02audit: match start of string, not lineDominyk Tiller
2017-05-02audit: whitelist 'Firefox' in keg_only_styleDominyk Tiller
2017-05-02caveats: chomp keg_only reasonDominyk Tiller
2017-05-02Add `--only-cops`,`--except-cops` options for brew auditGautham Goli
Also refactor audit cops into two "departments" - FormulaAudit - FormulaAuditStrict
2017-05-02Let cops run without --strict flagGautham Goli
2017-05-02Merge pull request #2472 from DomT4/keg_onlyMike McQuaid
caveats: tweak keg_only wording
2017-05-01move before GitHub tarballsReto Kromer
2017-05-01README: update hosting providers.Mike McQuaid
2017-05-01formula_support: keg_only style harmonisationDominyk Tiller
2017-05-01audit: add audit_keg_only_styleDominyk Tiller
2017-05-01Install a bottle from an URLShaun Jackman
2017-05-01caveats: tweak keg_only wordingDominyk Tiller
Current: ``` This formula is keg-only, which means it was not symlinked into /usr/local. Qt has CMake issues when linked ``` After: ``` This formula is keg-only, which means it was not symlinked into /usr/local, because Qt has CMake issues when linked. ```
2017-05-01Merge pull request #2571 from danielmartin/revert-2517-fix-select-blocking1.2.0Markus Reiter
Revert "Fix `IO#select` blocking."
2017-05-01Revert "Fix `IO#select` blocking."Daniel Martín
2017-04-30Add test and comment for `PATH#existing`.Markus Reiter
2017-04-30Add tests for `PATH#select` and `PATH#reject`.Markus Reiter
2017-04-30Simplify `PATH#parse`.Markus Reiter
2017-04-30Use `PATH#select`.Markus Reiter
2017-04-30Rename `PATH#validate` to `PATH#existing`.Markus Reiter
2017-04-30Make `PATH` enumerable.Markus Reiter
2017-04-30Make sure duplicates are remove from `PATH`.Markus Reiter
2017-04-30Remove `PATH#inspect`.Markus Reiter
2017-04-30Make `PATH#validate` return `nil` if empty.Markus Reiter
2017-04-30Don’t implement `PATH#eql?`.Markus Reiter
2017-04-30Use `PATH` where possible.Markus Reiter
2017-04-30Remove `Array#to_path_s`.Markus Reiter
2017-04-30Add `PATH` class.Markus Reiter
2017-04-30Use `to_path_s` in `install_gem_setup_path!`.Markus Reiter
2017-04-30Use `to_path_s` for `determine_pkg_config_libdir`.Markus Reiter
2017-04-30Merge pull request #2562 from DomT4/you_shall_not_pass_go_getMike McQuaid
audit: formally ban go get usage
2017-04-30Merge pull request #2566 from zmwangx/pull-fix-check-bintray-mirrorMike McQuaid
pull: fix status code check in check_bintray_mirror
2017-04-30Interesting Taps and Forks: fix typo.Mike McQuaid
2017-04-29pull: fix status code check in check_bintray_mirrorZhiming Wang
The status code of the last redirect should be 2xx to be deemed successful.
2017-04-29Merge pull request #2563 from reitermarkus/plistMarkus Reiter
Update `plist` to 3.3.0.
2017-04-28Update `plist` to 3.3.0.Markus Reiter
2017-04-28audit_spec: test go get banDominyk Tiller
2017-04-28audit: formally ban go get usageDominyk Tiller
There's been an informal ban for a while but let's be punchier because this crops up still.
2017-04-28Taps and Forks: remove mailing list mention.Mike McQuaid
2017-04-27Merge pull request #2554 from MikeMcQuaid/audit-dependency-option-tweakMike McQuaid
audit: tweak dependency option audit.