aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-03-19Show messages when (un)installing CasksJoshua McKinney
Addresses an issue where it can be unclear at times exactly which part of the (un|re)installation processes is reporting an error. See https://github.com/caskroom/homebrew-cask/issues/30968
2017-03-19Refactor brew cask reinstallJoshua McKinney
The implementation of the reinstall command was the same as Installer#install, aside from the uninstall of the existing cask. Moved this within the class to DRY up the implementation.
2017-03-19Merge pull request #2363 from EricFromCanada/masterMike McQuaid
docs: grammar edits, sentence-case secondary headings
2017-03-19docs: grammar edits, sentence-case secondary headingsEricFromCanada
Also changes some heading levels so only one primary heading appears per page.
2017-03-18Merge pull request #2338 from JCount/audit-online-file-downloadJCount
audit: online - limit download time based on HTTPS determination
2017-03-18Merge pull request #2353 from kareman/patch-1Mike McQuaid
Fix small typos in How-to-Create-and-Maintain-a-Tap.md
2017-03-17Remove double space.Kare Morstol
2017-03-17upgrade: keg_only before non-keg_only formulaeilovezfs
Avoids unnecessary conflicts when a previously non-keg_only formula is in the way by prioritizing keg_only before non-keg_only formulae. This change is motivated by the upgrade of gnupg 2.0 to 2.1, since the latter no longer depends on the gpg-agent formula, which, even if made keg_only, still causes the link step to fail for 2.1, as gpg-agent's non-keg version won't have been upgraded to the keg_only version at that point (alphabetically gnupg precedes gpg-agent).
2017-03-17Merge pull request #2337 from sjackman/linux-system-configMike McQuaid
Add extend/os/linux/system_config.rb
2017-03-17Merge pull request #2279 from sjackman/determine_pathMike McQuaid
determine_path: Fix tests FormulaUnavailableError
2017-03-16Add extend/os/linux/system_config.rbShaun Jackman
Report the Linux kernel, OS, and gcc versions.
2017-03-17Fix small typos in How-to-Create-and-Maintain-a-Tap.mdKare Morstol
2017-03-16Merge pull request #2325 from reitermarkus/better-cask-loadingMarkus Reiter
Use a `Formulary`-like approach to load Casks.
2017-03-16audit: online - limit download time based on HTTPS determinationJCount
Previously, the http_content_headers_and_checksum method always downloaded the entire url, including headers. These downloads periodically hang, outputting false positives or wreaking havoc on the CI. Therefore, use curl's --max-time arg to prevent this by setting a hard limit of 600 seconds when the entire file is going to be used to detect whether the url can be changed to use the HTTPS protocol instead of HTTP. Otherwise, if the url already is HTTPS, limit the download time to 25 seconds since only the headers, not contents, matter.
2017-03-16Replace `Hbc.load` with `CaskLoader.load`.Markus Reiter
2017-03-16Replace `Hbc.path` with `CaskLoader.path`.Markus Reiter
2017-03-16Use a `Formulary`-like approach to load Casks.Markus Reiter
2017-03-16Merge pull request #2309 from axiac/cask-outdatedMarkus Reiter
add command 'cask outdated'
2017-03-16Merge pull request #2350 from reitermarkus/test-help-stringsMarkus Reiter
Add test for command help strings.
2017-03-16Add test for command help strings.Markus Reiter
2017-03-16Merge pull request #2347 from reitermarkus/fix-each_artifactVítor Galvão
Remove `sort` from `each_artifact`.
2017-03-15add command 'cask outdated'Valentin VĂLCIU
2017-03-15gpg2_requirement: set default_formula to gnupg (2.1.x)JCount
2017-03-15gpg2_requirement: indicate 2.1.x "modern" series is supported as wellJCount
2017-03-15gpg: add the 2.1.x series as a recognized GnuPG versionJCount
2017-03-15Remove `sort` from `each_artifact`.Markus Reiter
2017-03-15formula_installer: need up to date req formulae.Mike McQuaid
This makes them behave consistently to other dependencies. Otherwise other checks for them being `installed?` will fail. Fixes #2333 Closes #2302 Fixes https://github.com/Homebrew/homebrew-science/issues/5247
2017-03-15Merge pull request #2326 from vszakats/sprotMike McQuaid
secure urls + remove -k from in-doc curl command
2017-03-15Merge pull request #2311 from nath/highlightInstalledCasksMarkus Reiter
Added highlighting of installed casks to cask search
2017-03-14Merge pull request #2342 from reitermarkus/cask-dsl-paramMarkus Reiter
Remove `dsl` parameter from `Cask::new`.
2017-03-14Merge pull request #2341 from reitermarkus/rubocop-caskMarkus Reiter
Update RuboCop-Cask to 0.12.0.
2017-03-14secure urls + remove -k from in-doc curl commandViktor Szakats
2017-03-14Remove `dsl` parameter from `Cask::new`.Markus Reiter
2017-03-14Update RuboCop-Cask to 0.12.0.Markus Reiter
2017-03-14Merge pull request #2339 from Homebrew/neutric-patch-1Mike McQuaid
Querying-Brew.md: directors => directories
2017-03-14Querying-Brew.md: directors => directoriesneutric
2017-03-14Merge pull request #2336 from sjackman/hardware-penryn-nativeMike McQuaid
OPTIMIZATION_FLAGS: Use -march=native for Penryn
2017-03-13Fixed test case wordingNath Tumlin
2017-03-13Style changesNath Tumlin
2017-03-14Merge pull request #2330 from reitermarkus/sudo-falseMarkus Reiter
Default to `sudo: false` for `installer/uninstall :script`.
2017-03-13OPTIMIZATION_FLAGS: Use -march=native for PenrynShaun Jackman
Use -march=native for Penryn as for other systems rather than -march=core2 -msse4.1.
2017-03-13Added tests for highlight installed and fixed style errorsNath Tumlin
2017-03-13Default to `sudo: false` for `installer/uninstall :script`.Markus Reiter
2017-03-13Merge pull request #2331 from EricFromCanada/masterMike McQuaid
docs: add markers to ordered lists and sublists
2017-03-13Merge pull request #2329 from Homebrew/revert-1877-audit-wine-deps-exemptionMike McQuaid
Revert "audit: exempt wine's deps from the universal deprecation"
2017-03-12docs: add markers to ordered lists and sublistsEricFromCanada
While GitHub allows a single space to denote a sublist, Jekyll is not so lenient. It also seems unable to handle ordered sublists.
2017-03-12Merge pull request #2328 from reitermarkus/installed-caskfileMarkus Reiter
Add `#installed_caskfile` method to `Cask` class.
2017-03-12Merge pull request #2327 from reitermarkus/auditorMarkus Reiter
Use `CaskLoader.load_from_file` in `Auditor`.
2017-03-12Merge pull request #2324 from woodruffw/skip-pointless-relocationsWilliam Woodruff
keg: Skip relocation when dylib ID/install name doesn't change.
2017-03-12Revert "audit: exempt wine's deps from the universal deprecation"ilovezfs