Shaun Jackman
e2db288340
bottle --merge: Fix bug with cellar :any
...
When merging cellar, :any ought to have higher priority than
:any_skip_relocation.
The variables first and second are strings, not tags.
2020-07-10 09:46:05 -07:00
Rylan Polster
a720d45bd0
cleanup audit file
2020-07-10 11:17:37 -04:00
Rylan Polster
9e52712b08
style: don't need require "formula"
2020-07-10 11:17:37 -04:00
Rylan Polster
e0b5c2093a
style: refactor OptionDeclarations cop
2020-07-10 11:17:37 -04:00
Rylan Polster
1859162735
style: use pkgshare instead of share/foo
2020-07-10 11:17:37 -04:00
Rylan Polster
792533462a
style: don't use prefix + directory
2020-07-10 11:17:37 -04:00
Rylan Polster
b4a9565b8b
style: require java dependency for JAVA_HOME
2020-07-10 11:17:37 -04:00
Rylan Polster
9ad342eba0
style: don't concatenate in string interpolation
2020-07-10 11:17:37 -04:00
Rylan Polster
63b81d847a
style: env :userpaths is deprecated
2020-07-10 11:17:37 -04:00
Rylan Polster
1e943d7b6f
style: env :std deprecated in homebrew-core
2020-07-10 11:17:37 -04:00
Rylan Polster
bd8805b14f
style: separate make commands
2020-07-10 11:17:37 -04:00
Mike McQuaid
f951ea83d4
Fix brew style
.
2020-07-07 12:23:29 +01:00
Dawid Dziurla
9cce4c5be3
Merge pull request #7920 from dawidd6/pr-upload-keep-old
...
dev-cmd/pr-upload: add --keep-old flag
2020-07-06 21:16:35 +02:00
Dawid Dziurla
8a1ff9275c
dev-cmd/pr-upload: add --keep-old flag
2020-07-06 17:41:07 +02:00
Mike McQuaid
6211d0da13
Merge pull request #7691 from Rylan12/popen_read-audit
...
style: separate shell command arguments
2020-07-06 09:15:52 +01:00
Jonathan Chang
c6e9cff125
dev-cmd: add brew-sponsors.rb
2020-07-05 15:45:36 +10:00
Dawid Dziurla
8f59a5749e
dev-cmd/audit: don't error out if no license is detected by GitHub
2020-07-04 13:18:57 +02:00
Rui Chen
31aac4dfbb
throttle gatsby-cli to every 10 rel on multiple of 10
2020-07-03 09:57:27 -04:00
Mike McQuaid
6a7e5f2e9d
dev-cmd/audit: tweak checksum audit.
...
Compare against the latest `origin/master` checksum rather than
whatever the previous one was.
2020-07-03 09:21:53 +01:00
Dawid Dziurla
77a1bc22d7
dev-cmd/pr-*: allow to run on other taps too
2020-07-02 22:47:55 +02:00
Bo Anderson
4411764aa1
dev-cmd/update-license-data: don't use partial downloading
2020-07-02 18:59:10 +01:00
Bo Anderson
2970d2e4f9
dev-cmd/update-license-data: fix --fail-if-changed
2020-07-02 18:58:00 +01:00
Bo Anderson
c1cbf1a1cb
Merge pull request #7875 from Bo98/license-bottle-block
...
dev-cmd/bottle: fix positioning of bottle block in some cases
2020-07-02 18:11:08 +01:00
Mike McQuaid
7596108bd2
Bottle extract and fetch fixes
...
- Make `brew extract` strip out bottle blocks
- Make `brew extract` output the path in a readable fashion
- Warn about building from source before fetching (not installing)
- If fetching a bottle fails, refetch and build from source.
2020-07-02 11:57:11 +01:00
Mike McQuaid
97f68e6a3a
Revert "disable license check for new formulae"
2020-07-02 09:04:58 +01:00
Bo Anderson
0e3f22e1df
dev-cmd/bottle: fix positioning of bottle block in some cases
2020-07-01 23:51:23 +01:00
Rui Chen
8ff1ca644d
disable license check for new formulae
...
return when license is blank
Co-authored-by: Bo Anderson <mail@boanderson.me>
2020-07-01 17:22:07 -04:00
Jonathan Chang
204e56d01e
pr-pull, pr-upload: add --warn-on-upload-failure
2020-07-02 00:11:55 +10:00
Jonathan Chang
21c903c133
pr-pull, pr-upload: use safe_system to call brew
2020-07-01 23:59:07 +10:00
Jonathan Chang
b57290b23f
Merge pull request #7844 from jonchang/signoff-approving-reviews
...
pr-pull: add commit message trailers for pull requests with approved reviews
2020-07-01 19:18:27 +10:00
Lionell
fb4db63e3b
Merge branch 'master' into license
2020-06-30 22:25:17 +08:00
Pranas Ziaukas
455633f7d2
Throttle balena-cli version bumps
...
Discussion in Homebrew/homebrew-core#57082
2020-06-30 12:12:34 +03:00
Lionell
da2a426ec8
update-license-data: use curl_download instead of curl
2020-06-30 15:18:10 +08:00
lionellloh
4dcbe8790f
update-license-data: use of unlink to remove existing file
2020-06-30 01:29:45 +08:00
Rylan Polster
d921e94a2b
rubocop: separate args for shell commands
...
Use `system "foo", "bar"` instead of `system "foo bar"`. Also applies to
`Utils.popen_read` and `Utils.popen_write` commands. RuboCop can
automatically fix these problems.
2020-06-29 13:26:58 -04:00
lionellloh
5b3ac1fcb2
update-license-data: modify arguments when calling methods
2020-06-30 01:14:05 +08:00
lionellloh
074f66f912
write .stdout instead of SystemCommand::Result
2020-06-30 01:08:29 +08:00
Lionell Loh Jian An
da007134c4
Apply suggestions from code review
...
Code review changes
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-29 16:20:07 +08:00
Lionell
688a9ade0d
change .nil? to .blank?
2020-06-29 16:12:05 +08:00
Mike McQuaid
61b4e7c414
Merge pull request #7745 from dtrodrigues/bump-pr-dupes
...
bump-formula-pr: search for closed dupe PRs
2020-06-29 08:39:30 +01:00
Jonathan Chang
bada8dd759
pr-pull: add review approval trailers on signoff
2020-06-29 12:53:03 +10:00
Lionell
5f6917ae7c
Merge branch 'master' into license
2020-06-28 02:07:53 +08:00
lionellloh
4d4f6a8fac
audit: remove unnecessary nil assignment
2020-06-28 02:07:32 +08:00
Lionell Loh Jian An
759708fae7
Apply suggestions from code review
...
Code Review Changes
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-28 01:54:41 +08:00
Dustin Rodrigues
f684a59fa5
bump-formula-pr: search for closed dupe PRs
2020-06-27 12:50:43 -04:00
Mike McQuaid
58de51f2ce
Merge pull request #7837 from FTLam11/7392-migrate-audit-rules-to-rubocop
...
audit: Move patch checks from brew audit to rubocop
2020-06-27 13:11:51 +01:00
Frank Lam
b2eafdf11d
Remove patch checks from audit
2020-06-27 02:37:57 +08:00
Eric Knibbe
db998860f1
Merge pull request #7831 from EricFromCanada/fix-help-output
...
docs: fixes for help output
2020-06-25 13:08:48 -04:00
Dario Vladovic
519c339261
create: add --crystal option
2020-06-25 18:23:06 +02:00
EricFromCanada
910c85f782
docs: improve commands' help output
2020-06-25 12:01:52 -04:00