Mike McQuaid
90cc6ef1a5
Merge pull request #3271 from EricFromCanada/master
...
docs: update list of taps
2017-10-06 04:33:10 +01:00
Cody Lewis
53e66d950e
Fixing link to CODE_OF_CONDUCT.md within README.md
2017-10-05 21:00:09 -05:00
Mike McQuaid
4f8af059df
os/mac: ignore apps found in Time Machine backups.
...
These can introduce confusion on e.g. outdated Xcode versions when they
are the only (or first) versions that are found.
2017-10-05 21:47:26 +01:00
EricFromCanada
fcf0c7db6c
docs: update list of taps
...
- the official homebrew/apache tap was removed
- besport/ocaml was deprecated and now points at the OPAM package
manager
- added sidaf/pentest & osrf/simulation
- improved description for homebrew/nginx & homebrew/php
2017-10-05 16:11:11 -04:00
Mike McQuaid
1d82197546
Merge pull request #3264 from mgol/name-update
...
Update my name in Kickstarter-Supporters, add .mailmap
2017-10-05 09:25:34 +01:00
Mike McQuaid
9bbb6cccfa
Merge pull request #3266 from pseudocody/master
...
Fixing link to CODE_OF_CONDUCT.md within CONTRIBUTING.md
2017-10-05 09:25:20 +01:00
Dominyk Tiller
4e957165d1
audit: prefer assert/refute_predicate over File.exist?
2017-10-05 02:52:21 +01:00
Cody Lewis
8e82c2ba94
fixed link to CODE_OF_CONDUCT.md within CONTRIBUTING.md
...
fixed link url to navigate to main brew repo instead of forked repo
2017-10-04 14:57:24 -05:00
Michał Gołębiowski-Owczarek
32c69ed789
Update my name in Kickstarter-Supporters
2017-10-04 18:55:49 +02:00
Markus Reiter
e9c587d751
Refactor tests.
2017-10-04 18:52:34 +02:00
Markus Reiter
02362259a5
Don’t reorder “basic” artifacts.
2017-10-04 18:47:55 +02:00
Markus Reiter
51a0de6368
Directly save artifacts in DSL.
2017-10-04 18:47:55 +02:00
Markus Reiter
2c7ef064e4
Refactor DSL and Artifacts.
2017-10-04 18:47:55 +02:00
Mike McQuaid
57035b3ba4
Merge pull request #3265 from MikeMcQuaid/rename-code-of-conduct
...
CODE_OF_CONDUCT: rename from CODEOFCONDUCT.
2017-10-04 16:51:47 +01:00
Mike McQuaid
a9f5c175c7
CODE_OF_CONDUCT: rename from CODEOFCONDUCT.
...
So GitHub can detect it.
2017-10-04 16:39:49 +01:00
Mike McQuaid
113e5da55e
Merge pull request #3263 from MikeMcQuaid/formulary-unreadable-bottle-formula
...
formulary: handle unreadable bottle formula.
2017-10-04 11:38:36 +01:00
Markus Reiter
0fbcbc7864
Merge pull request #3259 from reitermarkus/underscore_supporting_uri
...
Remove `UnderscoreSupportingURI`.
2017-10-04 11:40:38 +02:00
Markus Reiter
67afb6ea68
Merge pull request #3260 from reitermarkus/cask-cli-specs
...
Refactor `cask/cli` specs.
2017-10-04 11:40:03 +02:00
Mike McQuaid
83e2049636
formulary: handle unreadable bottle formula.
...
This occurs for any formulae that use relative `require` to files that
are inside of e.g. a tap to use abstract formulae.
2017-10-04 10:14:06 +01:00
Kevin Abel
4f55565677
Add test for php version in URL middle
2017-10-03 23:39:14 -05:00
Kevin Abel
9d36096d68
Add version detection support for php URL
...
Pulls a semver from anywhere in the URL (not just stem).
2017-10-03 23:29:33 -05:00
Markus Reiter
7ee86cfe77
Merge pull request #3256 from claui/pkg-unshadow-options
...
Unshadow `allow_untrusted` option for pkg artifact
2017-10-03 18:25:59 +02:00
Markus Reiter
643b2a168c
Refactor cask/cli
specs.
2017-10-03 10:56:40 +02:00
Markus Reiter
ec0d8fa7ba
Merge pull request #3220 from yzguy/yzguy/cask_available_languages_to_info
...
add available languages to cask info command
2017-10-03 08:31:56 +02:00
Markus Reiter
a92b6318eb
Remove UnderscoreSupportingURI
.
2017-10-03 08:29:20 +02:00
Adam Smith
270bf0506a
stylistic changes for cask info tests
2017-10-02 11:34:50 -07:00
Markus Reiter
e322663836
Merge pull request #3255 from reitermarkus/summarize
...
Add missing `summarize` method.
2017-10-02 14:21:45 +02:00
Markus Reiter
23da0aa7fb
Merge pull request #3247 from reitermarkus/fix-trash
...
Fix `brew tests` leaving last file in trash.
2017-10-02 14:02:24 +02:00
Claudia
fbd526ffe6
Unshadow allow_untrusted
option for pkg artifact
...
The pkg stanza has an option called `allow_untrusted`, which is
supposed to cause `/usr/sbin/installer` to be called with the
`-allowUntrusted` switch.
PR #3141 seems to have renamed the `pkg_install_opts` field to
`options`. At the same time, it introduces an `options` parameter for
the `run_installer` method, which shadows the `options` getter
method, causing the `allow_untrusted` option to be silently ignored.
The issue affects just the `pkg` stanza because `Hbc::Artifact::Pkg`
is the only artifact class that has an `options` method.
This commit removes the shadowing by renaming the field to
`stanza_options`; in one case, it uses `_options` for a parameter
name (instead of the more canonical `_`) for the sake of clarity.
2017-10-02 13:34:57 +02:00
Mike McQuaid
e7cf509cfb
Merge pull request #3257 from sjackman/text-files
...
text_files: Skip the formula in .brew/formula.rb
2017-10-02 09:28:50 +01:00
Shaun Jackman
03ae6aae3b
text_files: Skip the formula in .brew/formula.rb
2017-10-01 18:27:05 -07:00
Markus Reiter
da66e06068
Add missing summarize
method.
2017-10-01 23:33:52 +02:00
Markus Reiter
e86c79fbc0
Merge pull request #3248 from reitermarkus/audit-warning
...
Add audit warning if previous Cask version cannot be read.
2017-10-01 22:27:53 +02:00
Markus Reiter
3bb89f5440
Only run trash test when collecting coverage.
2017-10-01 22:26:04 +02:00
Markus Reiter
965ca01596
Fix brew tests
leaving last file in trash.
2017-10-01 22:19:07 +02:00
Mike McQuaid
55dd44efad
Merge pull request #3254 from MikeMcQuaid/travis-no-clone-core
...
travis.yml: avoid cloning Homebrew/homebrew-core.
2017-10-01 20:33:43 +01:00
Mike McQuaid
fe5674d943
travis.yml: avoid cloning Homebrew/homebrew-core.
...
Rearrange the test-bot clones so that the Homebrew/homebrew-core move
can be successful to avoid the later clone.
2017-10-01 19:53:19 +01:00
Mike McQuaid
a8ca47d294
diagnostic: remove unnecessary blank line.
2017-10-01 19:07:10 +01:00
ilovezfs
533ea9d255
Merge pull request #3252 from MikeMcQuaid/no-export-default-make
...
shims/super/make: don't export MAKE=make.
2017-10-01 05:49:05 -07:00
Mike McQuaid
3343d79b9f
shims/super/make: don't export MAKE=make.
...
This is redundant and breaks Handbrake:
https://github.com/HandBrake/HandBrake/issues/872
2017-10-01 12:36:13 +01:00
ilovezfs
d62d496e36
Merge pull request #3250 from sjackman/pour-bottle
...
pour_bottle?: Check bottle.compatible_cellar?
2017-09-30 19:25:01 -07:00
Shaun Jackman
a4838d22f4
pour_bottle?: Check bottle.compatible_cellar?
...
formula.bottled? is false when the bottle has no sha256,
as with a local bottle.
2017-09-30 18:25:23 -07:00
Adam Smith
92311901c9
add available languages to cask info command
...
add language tests for dsl
add fixtures, tests for languages info output
add extra lines
2017-09-30 18:25:12 -07:00
Markus Reiter
d9a474ed0e
Add audit warning if previous Cask version cannot be read.
2017-10-01 02:13:53 +02:00
Markus Reiter
700300a76b
Merge pull request #3243 from reitermarkus/PATH
...
Use `PATH` where possible.
2017-09-30 10:20:04 +02:00
Markus Reiter
7cadff0a33
Use PATH
where possible.
2017-09-29 22:18:24 +02:00
Mike McQuaid
ffb582b5a6
Merge pull request #3240 from MikeMcQuaid/update-handle-ruby-changes
...
brew: handle Ruby 2.3 more gracefully.
2017-09-29 20:39:59 +01:00
Mike McQuaid
bcca2a7c6b
brew: handle Ruby 2.3 more gracefully.
...
- `brew.rb` needed updated to fail unless on Ruby 2.3
- `brew update` should unset `HOMEBREW_RUBY_PATH` to ensure that this
doesn't "stick" on a Ruby 2.0 version after a portable Ruby has been
installed.
2017-09-29 19:53:50 +01:00
Mike McQuaid
3883382a50
Merge pull request #3241 from MikeMcQuaid/travis-xcode
...
travis.yml: update Xcode version.
2017-09-29 19:38:35 +01:00
Vítor Galvão
03e37faea4
Merge pull request #3234 from reitermarkus/locale
...
Support UN M.49 region codes.
2017-09-29 19:23:50 +01:00