15548 Commits

Author SHA1 Message Date
Shaun Jackman
16e5799f86 shims/linux/super/cc: Make changes for Linux 2018-05-17 10:12:23 -07:00
Shaun Jackman
abac6dfaf8 Add shims/linux/super 2018-05-17 10:12:22 -07:00
Markus Reiter
c28f56b7da
Merge pull request #4181 from retokromer/patch-1
better alignement
2018-05-16 20:56:21 +02:00
Markus Reiter
525eb64839
Merge pull request #4180 from reitermarkus/rubocop-cask
Update `rubocop-cask` URL.
2018-05-16 20:54:33 +02:00
Markus Reiter
73bffbaca6
Merge pull request #4178 from dougal/alphabetical-outdated-formulae-listing
Alphabetize the `brew outdated` formula listing.
2018-05-16 19:13:06 +02:00
Markus Reiter
1e6d542092 Update rubocop-cask URL. 2018-05-16 19:07:47 +02:00
Reto Kromer
301aa9cf59
better alignement 2018-05-16 19:07:11 +02:00
Douglas F Shearer
c808424499 Adjust alignment of select and sort. 2018-05-16 13:41:40 +01:00
Douglas F Shearer
18b362aa96 Alphabetize the brew outdated formula listing.
Sorts by `Formula#<=>`.

Includes updated test example.
2018-05-16 13:01:12 +01:00
Mike McQuaid
d8ccdd9f26
Merge pull request #4177 from sjackman/oldest_cpu
oldest_cpu: Bottling architecture of ARM is armv6
2018-05-16 08:53:12 +01:00
Shaun Jackman
5ca7cd3071 oldest_cpu: Bottling architecture of ARM is armv6
armv6 is the oldest supported 32-bit ARM architecture
armv8-a is the oldest 64-bit ARM architecture.

See https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
and https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html
2018-05-15 17:20:51 -07:00
commitay
7b31a3d024
Merge pull request #4172 from commitay/license-caveat
cask caveats dsl: add license
2018-05-15 20:09:17 +10:00
commitay
47fc8cb039 cask caveats dsl: add license 2018-05-15 19:56:07 +10:00
Mike McQuaid
549d4d8d4f
Merge pull request #4171 from Homebrew/dependabot/bundler/Library/Homebrew/test/rspec-retry-0.6.0
Bump rspec-retry from 0.5.7 to 0.6.0 in /Library/Homebrew/test
2018-05-15 09:36:23 +01:00
dependabot[bot]
a8bf1f7028
Bump rspec-retry from 0.5.7 to 0.6.0 in /Library/Homebrew/test
Bumps [rspec-retry](https://github.com/noredink/rspec-retry) from 0.5.7 to 0.6.0.
- [Release notes](https://github.com/noredink/rspec-retry/releases)
- [Changelog](https://github.com/NoRedInk/rspec-retry/blob/master/changelog.md)
- [Commits](https://github.com/noredink/rspec-retry/compare/v0.5.7...v0.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-15 07:51:40 +00:00
Mike McQuaid
8ab71de3e9 docs/_config.yml: use brew.sh theme name.
This has been updated now we have a newer version of
jekyll-remote-theme.
2018-05-14 18:43:15 +01:00
Mike McQuaid
f5e2f07a64
Merge pull request #4168 from Homebrew/dependabot/bundler/docs/github-pages-185
Bump github-pages from 183 to 185 in /docs
2018-05-14 18:40:26 +01:00
dependabot[bot]
9dbb390b8c
Bump github-pages from 183 to 185 in /docs
Bumps [github-pages](https://github.com/github/pages-gem) from 183 to 185.
- [Release notes](https://github.com/github/pages-gem/releases)
- [Commits](https://github.com/github/pages-gem/compare/v183...v185)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-14 15:34:22 +00:00
Mike McQuaid
2a44f8e71b
Merge pull request #4036 from maxim-belkin/diagnostiks
Cross-platform diagnostic
2018-05-14 16:23:35 +01:00
Maxim Belkin
7b99ac58ab
Remove ~ from UNSAFE_SHELL_CHAR 2018-05-14 04:45:59 -05:00
Maxim Belkin
e5435dfeb7
Cross-platform diagnostics. 2018-05-14 04:44:15 -05:00
Mike McQuaid
5616dca1e4
Merge pull request #4163 from commitay/issue-template
reproducible-bug-report.md: update cask url
2018-05-13 09:39:44 -04:00
Mike McQuaid
a3d652c263
Merge pull request #4164 from commitay/default-template
add .github/issue_template.md
2018-05-13 09:39:15 -04:00
commitay
66914ac58a reproducible-bug-report.md: update cask url 2018-05-13 12:11:41 +10:00
commitay
e61120ae90 add .github/issue_template.md 2018-05-13 12:08:55 +10:00
Mike McQuaid
a3d639dc49
Merge pull request #4160 from MikeMcQuaid/reorder-hash
formula: improve to_hash output.
2018-05-12 15:14:26 -04:00
Mike McQuaid
11c7b08a34 formula: add versioned_formulae to to_hash. 2018-05-12 15:02:29 -04:00
Mike McQuaid
840c97c1cc formula: add versioned formulae method. 2018-05-12 15:02:29 -04:00
Mike McQuaid
524379e897 formula: improve dependencies hash output.
It doesn't really make any sense for the `dependencies` hash to include
all optional, recommended and build dependencies when these are already
separately output.
2018-05-12 14:28:08 -04:00
Mike McQuaid
0797a3e19e formula: reorder to_hash.
Let's reorder this to more closely match the ordering in a formula file.
This makes `to_hash` (and our JSON output) more useful and easily
readable for people used to formula files.
2018-05-12 14:28:08 -04:00
Mike McQuaid
4ebccf79a8
Merge pull request #4159 from mrfoto/move-post-installer
Move post_install from cmd to FormulaInstaller
2018-05-12 09:50:29 -04:00
Mike McQuaid
9e3dc19838
Merge pull request #4158 from mrfoto/remove-prune-cmd-requirement
Remove cmd/tap requirement because it's no longer used
2018-05-12 09:38:37 -04:00
Miha Rekar
ca141caec2
Move post_install from cmd to FormulaInstaller 2018-05-12 14:03:37 +02:00
Miha Rekar
ae64e242c0
Remove cmd/tap requirement because it's no longer used 2018-05-12 13:06:11 +02:00
commitay
2b6f477143
Merge pull request #4116 from commitay/zap-force
Fix `zap --force` for uninstalled casks
2018-05-11 08:42:03 +10:00
Mike McQuaid
af578f53a4
Merge pull request #4154 from MikeMcQuaid/new-issue-template
Use new GitHub issue template format
2018-05-08 19:41:25 -04:00
Mike McQuaid
276109f1ed Use new GitHub issue template format 2018-05-07 09:53:49 -04:00
Mike McQuaid
9c3043cb61
Merge pull request #4149 from sjackman/portable-ruby-arm
vendor-install: Add portable-ruby bottle for ARM
2018-05-06 16:08:39 +01:00
Mike McQuaid
2d9cc7ea1c
Merge pull request #4152 from GauthamGoli/lines-cop-depends-audit
lines_cop: Add deprected options audit for depends_on
2018-05-06 16:08:08 +01:00
Gautham Goli
efec2fa0c5 lines_cop: Add deprected options audit for depends_on 2018-05-06 15:42:51 +05:30
Shaun Jackman
1d4862c846 vendor-install: Add portable-ruby bottle for ARM 2018-05-05 22:26:57 -07:00
Shaun Jackman
23ac5949d0 vendor-install: Fix portable-ruby bottle filename 2018-05-05 22:26:57 -07:00
Mike McQuaid
e7db10c928
Merge pull request #4148 from MikeMcQuaid/issue-template-newlines
.github/ISSUE_TEMPLATE: fix newlines.
2018-05-04 10:15:39 +01:00
Mike McQuaid
bf8ff31301
Merge pull request #4144 from MikeMcQuaid/more-probots
Add more Probots
2018-05-04 09:21:47 +01:00
Mike McQuaid
1ec12ebbf8 Add more Probots
We're already using the stale bot which seems to work quite well for us.
Let's also add:

- [No Response](https://probot.github.io/apps/no-response/) (replacing
[github-snooze-button](https://github.com/tdsmith/github-snooze-button))
- [Move Issues](https://probot.github.io/apps/move/)
- [Support Requests](https://probot.github.io/apps/support/)
- [Lock Threads](https://probot.github.io/apps/lock/)
2018-05-04 09:08:12 +01:00
Mike McQuaid
43eb91f82b .github/ISSUE_TEMPLATE: fix newlines.
Use LF endings rather than CRLF endings.
2018-05-04 09:02:24 +01:00
Mike McQuaid
62890c6dc1
Merge pull request #4145 from MikeMcQuaid/bump-formula-force
bump-formula-pr: rename @args.
2018-05-03 15:19:46 +01:00
Mike McQuaid
c6f21f1dc1 bump-formula-pr: rename @args.
This shadows the Homebrew variable so let's rename it for now so that
`--force` works again.
2018-05-03 14:24:37 +01:00
Mike McQuaid
d14d0c25d6
Merge pull request #4143 from MikeMcQuaid/portable-ruby-2.3.3_2
portable-ruby 2.3.3_2
1.6.3
2018-05-03 09:26:06 +01:00
Mike McQuaid
d0cc8823b4 portable-ruby 2.3.3_2
Now with a working DBM on Linux.
2018-05-03 09:06:32 +01:00