aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
AgeCommit message (Collapse)Author
2017-09-24audit: also skip homebrew/science duplicates found by search_tapsilovezfs
Follow-up to #3202.
2017-09-23audit: don't check for homebrew/science duplicatesilovezfs
It's just noise to turn the migration PRs red over expected duplicates.
2017-09-23audit: hack around El Capitan audit failure.Mike McQuaid
2017-09-16Tweaks for older Mac OS X versions.Mike McQuaid
- `brew update` should try to install `curl` before `git` on older versions of Mac OS X where it is needed for accessing modern SSL certificates. - We don't need an HTTP mirror for `git` because `curl` will already be installed before it is downloaded. - Don't recommend GCC on Mac OS X versions where it can't be built with the default system compiler. - Start using the Homebrew `curl` on Mac OS X versions where it is needed as soon as it is installed.
2017-09-15audit: fix check_http_content args.Mike McQuaid
2017-09-14Require more HTTP mirrors for old OS X versions.Mike McQuaid
This allows the bootstrap of `curl` and `git` on versions of Mac OS X that cannot reliably download from HTTPS servers any longer. Once these are both installed users are able to update Homebrew and download files securely. Also, as we're doing this, don't point 10.5 users to Tigerbrew as they are already given caveats for using Homebrew itself.
2017-09-12Merge pull request #3126 from DomT4/curl_auditMike McQuaid
audit: stop demanding a HTTP HEAD mirror for curl
2017-09-08Merge pull request #3061 from mislav/hub-fork-forward-compatMike McQuaid
bump-formula-pr: forward compatibility with `hub fork`
2017-09-05Merge pull request #3091 from GauthamGoli/audit_line_rubocop_part_3Mike McQuaid
audit: Port line_problems to rubocop and add tests part 3
2017-09-05audit: stop demanding a HTTP HEAD mirror for curlDominyk Tiller
Not sure if this is how you want to handle it but having a HEAD mirror for `curl` is just silliness. Ref: https://github.com/Homebrew/homebrew-core/commit/e36b95849ae38ade30605155d75cf6e731b4e38f
2017-09-04audit: Add a global flag to silent warning when auditingGautham Goli
2017-09-04audit: Port audit_class to rubocop, add tests and autocorrectGautham Goli
2017-09-04audit: Port rules from line_problems to rubocop part 3Gautham Goli
2017-09-04Merge pull request #3119 from MikeMcQuaid/audit-subversion-url-fixMike McQuaid
audit: fix subversion remote check logic.
2017-09-03Merge pull request #3096 from vszakats/urlchk1Mike McQuaid
audit: Add some heuristics to https upgrade checks
2017-09-03audit: fix subversion remote check logic.Mike McQuaid
Stop flagging invalid URLs as valid and vice-versa. Fixes #3118.
2017-09-01cleanup range checkViktor Szakats
2017-08-31audit: add a nudge to remove ENV.java_cacheDominyk Tiller
2017-08-29fix length ratio rangeViktor Szakats
2017-08-29limit some heuristics to strict modeViktor Szakats
2017-08-29review follow-up #1Viktor Szakats
2017-08-29url skipped if svn not available when auditing urlsmansimarkaur
2017-08-29Added check for svn availabilitymansimarkaur
2017-08-27try addressing style issues #2Viktor Szakats
2017-08-27try addressing style issuesViktor Szakats
2017-08-27add some heuristics to https upgrade checkViktor Szakats
2017-08-24Merge pull request #3086 from MikeMcQuaid/audit-taps-shushMike McQuaid
audit: don't output when searching taps.
2017-08-23Merge pull request #2995 from GauthamGoli/audit_line_rubocop_part_2JCount
audit: Port line_problems to rubocop and add tests part 2
2017-08-23audit: don't output when searching taps.Mike McQuaid
This messaging was added for the `brew search` command and having it in audit is annoying: (https://github.com/Homebrew/brew/pull/3059#issuecomment-323638672) As a side note: this is why randomly including `cmd/*` is a bad idea.
2017-08-21Fix `pull`.Markus Reiter
2017-08-15bump-formula-pr: forward compatibility with `hub fork`Mislav Marohnić
Due to limitations of `hub fork` in hub 2.2, scripts had to repeat the command at least two times; the 2nd time was to read the fork name from the "fatal: remote MYNAME already exists" message output from git. In upcoming hub 2.3, the `hub fork` command is improved to always output the remote name, regardless of whether one already existed or not. With this approach, only one `hub fork` call will ever be necessary when hub is up to date.
2017-08-09Merge pull request #3031 from JCount/audit-fix-tap-versioned-aliasesMike McQuaid
audit: fix mismatch in versioned alias names in non-core taps
2017-08-08dev-cmd/bump-formula-pr: search for tarBob W. Hogg
We first search for gtar in PATH, then check if Homebrew's gtar is available, then finally search for tar in PATH. Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2017-08-08audit: fix mismatch in versioned alias names in non-core tapsJCount
Fixes #3022
2017-08-08Simplify CurlDownloadStrategy.Markus Reiter
2017-08-07Revert "Refactor SVN and cURL download strategies."ilovezfs
2017-08-07Simplify CurlDownloadStrategy.Markus Reiter
2017-08-07sandbox: stop printing message.Mike McQuaid
We’re always using the sandbox where possible now so this is just noise for the vast majority of our users.
2017-08-06audit: Port FileUtils, inreplace audit rules in audit_lines to rubocopGautham Goli
2017-08-06audit: Port classname and template comments audit rules from line_problems ↵Gautham Goli
method to rubocop
2017-08-05audit: Port patches audit code to a rubocopGautham Goli
2017-08-01Merge pull request #2975 from GauthamGoli/audit_urls_rubocop_strictMike McQuaid
audit: Port audit_urls strict rules to rubocop, add tests, autocorrect
2017-08-01Merge pull request #2980 from GauthamGoli/audit_style_check_bug_fixMike McQuaid
audit: fix bug where `brew audit foo` runs every style check.
2017-08-01Merge pull request #2964 from GauthamGoli/audit_line_rubocop_part_1Mike McQuaid
audit: Port dependency rules from line_problems to rubocop and add tests
2017-07-30audit: fix bug where `brew audit foo` runs every style check.Gautham Goli
2017-07-30audit: Port audit_urls strict rules to rubocop, add tests and autocorrectGautham Goli
2017-07-29audit: Port dependency rules from line_problems to rubocop and add testsGautham Goli
2017-07-28audit: Check for style violations when `--new-formula` is passedGautham Goli
2017-07-27Use https for all docs.brew.sh links.Mike McQuaid
May as well use the more secure link when possible.
2017-07-25audit: Update Urls Cop with more rules of audit_urls and corresponding testsGautham Goli