7196 Commits

Author SHA1 Message Date
Baptiste Fontaine
04508b0c4d brew style: --fix to auto-correct issues.
Closes Homebrew/homebrew#37670.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-13 13:21:15 +00:00
Xu Cheng
6dc9506edc java overridable_java_home_env
Closes Homebrew/homebrew#37622
2015-03-13 18:43:42 +08:00
Mike McQuaid
83080be4c1 Use https for issue URL. 2015-03-12 15:19:02 +00:00
chdiza
21314474cd audit: Clarify GNU url warning message
"ftpmirror.gnu.org" must have a protocol prefix of "http", not
"https".

Closes Homebrew/homebrew#37567.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-12 08:19:37 +00:00
Tim D. Smith
4057a68e6e add bottle? method to Tab
Closes Homebrew/homebrew#37621.
2015-03-11 21:08:54 -07:00
Xu Cheng
b136a0acdf install: refactoring blacklist check
Closes Homebrew/homebrew#37590.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-11 17:27:49 +08:00
Dominyk Tiller
c19c355226 xar: migrate to dupes
Related: https://github.com/Homebrew/homebrew-dupes/pull/420

Closes Homebrew/homebrew#37588.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-11 08:16:04 +00:00
Jack Nagel
316d8d756c Reduce scope of ensure block, remove conditionals 2015-03-10 23:26:54 -04:00
Jack Nagel
b149580632 Silence method redefinition warning 2015-03-10 23:25:31 -04:00
Misty De Meo
f3e4b563d4 Remove fish completion
fish already ships more comprehensive completions which are enabled by
default.

Closes Homebrew/homebrew#37582.
2015-03-10 13:33:35 -07:00
Dominyk Tiller
1c189cfc48 os: support xcode 6.2
Presume this will need to wait for the bots to be updated, but Xcode
6.2 has landed.

Closes Homebrew/homebrew#37549.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-10 08:33:08 +00:00
rstata-verticloud
7ec71c4542 Update AWS SDK dependency of S3DownloadStrategy
Closes Homebrew/homebrew#37470.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-09 21:54:36 -04:00
Xu Cheng
7d7081a18b audit: whitelist pipe, redirect etc in the system check
Closes Homebrew/homebrew#37523.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-10 00:57:21 +08:00
Geoff Nixon
f9ec5c5e62 Move coremod to the boneyard, replaced by libxmp-lite
Closes Homebrew/homebrew#37055.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08 16:23:30 -04:00
Geoff Nixon
18b05c8776 Move tcpurify to the boneyard
Closes Homebrew/homebrew#37069.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08 16:23:30 -04:00
Geoff Nixon
12d2d08b9b Move pathfinder to the boneyard
Closes Homebrew/homebrew#37066.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08 16:23:30 -04:00
Geoff Nixon
511c921581 Move dbslayer to the boneyard
Closes Homebrew/homebrew#37056.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-08 16:23:30 -04:00
Mike McQuaid
68a8d1a5e7 test-bot: check syntax with readall.
Closes Homebrew/homebrew#37471.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-08 11:13:34 +00:00
Mike McQuaid
d5f55334f1 cmd/readall: add --syntax to check for valid Ruby. 2015-03-08 11:13:33 +00:00
Mike McQuaid
3b15382029 audit: git tags should also specify revisions. 2015-03-08 10:48:58 +00:00
Mike McQuaid
b6a0105b7e download_strategy: raise on wrong tag revision.
Adds some added security to Git tags so we are able to provide an
effective checksum rather than letting them be changed without our
knowing.

Also:

- Reprioritise ref_types. Tag should take priority over branch and revisions over a single one.
- Add current_revision method. Used to verify the current repository revision matches the specified
revision. Currently only implemented for Git.
2015-03-08 10:48:58 +00:00
Mike McQuaid
5206a2523e test-bot: rename variable to avoid shadowing.
Closes Homebrew/homebrew#37487.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-08 09:39:16 +00:00
Mike McQuaid
fb99393422 test-bot: fix ambiguous arguments. 2015-03-08 09:39:15 +00:00
Mike McQuaid
36b7bae93c test-bot: remove unused variables. 2015-03-08 09:39:15 +00:00
Mike McQuaid
95a8a50aa0 install_renamed: ignore unused parameter. 2015-03-08 09:39:15 +00:00
Mike McQuaid
80714aaa7c uses: remove unused variable. 2015-03-08 09:39:15 +00:00
Mike McQuaid
1308070e66 pull: remove unused variable. 2015-03-08 09:39:15 +00:00
Mike McQuaid
2f4c02e106 pull: rename variable to avoid shadowing. 2015-03-08 09:39:14 +00:00
Mike McQuaid
57336ea68b commands: move argument to fix warning. 2015-03-08 09:39:14 +00:00
Mike McQuaid
3d71826e6d bottle: remove unused variable. 2015-03-08 09:39:14 +00:00
Xu Cheng
87a35e3580 doctor: $PATH should be insert as it is
Closes Homebrew/homebrew#37500.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-08 17:35:54 +08:00
Xu Cheng
b9c002a7cf doctor: export command should use double quotes
Closes Homebrew/homebrew#37496

Closes Homebrew/homebrew#37497.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-08 16:01:17 +08:00
Jack Nagel
eadf7de61b Decouple the install receipt from ARGV 2015-03-07 23:53:33 -05:00
Mike McQuaid
d57d63ad62 outdated: further fix tap version handling.
Closes Homebrew/homebrew#37317.

Closes Homebrew/homebrew#37480.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-07 16:26:29 +00:00
Xu Cheng
89325bbb19 cleanup: optimize perfermance
Only remove .DS_Store files from whitelisted directories.

Closes Homebrew/homebrew#37409.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-07 12:03:36 +08:00
Xu Cheng
11defcf847 formula_versions: use Utils.popen_read instead of backticks
Closes Homebrew/homebrew#37446.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-07 12:03:27 +08:00
Xu Cheng
144453368e test-bot pathname: use Utils.popen_read instead of backticks
Closes Homebrew/homebrew#37418.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-06 22:19:24 +08:00
Jack Nagel
4d5c152666 Remove unnecessary nil check
The backticks will either return a string or raise an exception, so
`executable` cannot be nil.
2015-03-05 20:48:47 -05:00
Jack Nagel
db772eee8a Use env DSL 2015-03-05 20:39:57 -05:00
Mike McQuaid
03d3f9d292 cmd/install: add force/debug/verbose to cask.
Closes Homebrew/homebrew#37217.
2015-03-05 15:36:40 +00:00
Dominyk Tiller
12861686b8 checksums: switch to sha256 for bottles and new formulae
Closes Homebrew/homebrew#37164.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-05 14:45:39 +00:00
Xu Cheng
c8835afead move formula_specialties to compat
Closes Homebrew/homebrew#37365.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-04 23:20:13 +08:00
Jack Nagel
cdb407435b Move git-flow-clone to the boneyard
Closes Homebrew/homebrew#32701.
2015-03-03 21:30:51 -05:00
Jack Nagel
162716f3fb Always output formula information on build errors 2015-03-03 21:11:00 -05:00
Xu Cheng
ce5d4a3b03 audit: deprecate ScriptFileFormula
Closes Homebrew/homebrew#37356.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-04 00:34:21 +08:00
Tim D. Smith
b1d9169ae6 language/python: add package_available? helper
Add helper to check whether a module is importable.

Closes Homebrew/homebrew#37345.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-03 06:31:29 -08:00
Xu Cheng
67554a7338 audit: deprecate AmazonWebServicesFormula
Closes Homebrew/homebrew#37355.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-03 21:18:01 +08:00
Viktor Szakáts
10d5c4f97b brew audit: req https for archive.apache.org urls
Closes Homebrew/homebrew#37313.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-02 11:53:53 +00:00
Jack Nagel
091ec41357 Update minitest 2015-02-27 22:06:10 -05:00
Jack Nagel
383929f336 Include more features in Hardware::CPU.features 2015-02-27 20:38:01 -05:00