6059 Commits

Author SHA1 Message Date
Mike McQuaid
a0e2232b43 test-bot: set debug flag for CI. 2015-02-23 15:10:00 +00:00
Mike McQuaid
07ddf7aab5 pull: only link changed tap formulae. 2015-02-23 14:57:09 +00:00
Mike McQuaid
e50badf11c pull: use link_tap_formula method. 2015-02-23 14:49:10 +00:00
Mike McQuaid
c7363e2d03 pull: backtrace when tap repair fails. 2015-02-23 13:25:06 +00:00
Mike McQuaid
7d99168192 pull: allow tap repair to fail. 2015-02-23 10:45:59 +00:00
Mike McQuaid
04f89a94ba pull: run tap --repair when pulling tap formulae.
This should allow formulae to be found after they are pulled.

Closes Homebrew/homebrew#37043.
2015-02-22 15:59:11 +00:00
Dominyk Tiller
a9332cfeb4 celt: boneyard
Dumps Celt in the Boneyard. Has officially been merged into the Opus
codec, which we already support, and has consequently ceased being
updated entirely at the current website and download link. See the
great big orange banner on http://www.celt-codec.org/ :)

Closes Homebrew/homebrew#37051.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-22 15:52:24 +00:00
Jack Nagel
35860ac60f Switch to string keys
The OpenStruct initializer accepts both symbols and strings, but any
nested hashes will only allow access via string keys, so let's always
construct the object with strings for consistency.
2015-02-21 18:44:04 -05:00
Jack Nagel
a6b16dfa18 Eliminate conditional 2015-02-21 12:26:14 -05:00
Jack Nagel
22cf99094f Set the path on "fake" install receipts 2015-02-21 12:26:14 -05:00
Xu Cheng
202dac2555 bottle: better match for formulea with stable do block
It will only work if the indent is correct.

Closes Homebrew/homebrew#37024.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-22 00:06:45 +08:00
Xu Cheng
1c8323f9cc bottle: revision is digits rather than string in the merge regex
Closes Homebrew/homebrew#37015.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-21 17:01:29 +08:00
Jack Nagel
ac3c5592d8 Compiler is always a string 2015-02-20 21:50:22 -05:00
Xu Cheng
bd408fa51c fixtures: add ps and eps files
Closes Homebrew/homebrew#37001

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-21 01:52:22 +08:00
Mike McQuaid
f60396f64a bottle: ignore go libexec path for stuff using go.
These paths cannot be removed and are just used for debug stacktraces so seem
to not be harmful for us to selectively ignore.

Closes Homebrew/homebrew#36894.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-20 15:39:34 +00:00
Mike McQuaid
15bebd6e7e test-bot: default tap bottles to Bintray. 2015-02-19 19:36:14 +00:00
Mike McQuaid
77d47de3b4 Switch bottle provider over to Bintray. 2015-02-19 16:57:30 +00:00
Mike McQuaid
ca119fe7fe pull: add missing Bintray variable warning. 2015-02-19 16:53:53 +00:00
Mike McQuaid
fb9942a264 test-bot: enable tap Bintray upload again. 2015-02-19 15:35:34 +00:00
Mike McQuaid
a40fcfe342 pull: fix newly added bottles on Bintray. 2015-02-19 15:29:32 +00:00
Mike McQuaid
e773d0c3b9 pull: use Bintray package naming. 2015-02-19 12:58:56 +00:00
Mike McQuaid
e5f145abab test-bot: use Bintray package naming. 2015-02-19 12:58:56 +00:00
Mike McQuaid
cf72e942b6 bottles: add Bintray package naming method. 2015-02-19 12:58:56 +00:00
Mike McQuaid
525e04d8dd test-bot: set bottle args for Bintray testing. 2015-02-19 12:58:55 +00:00
Mike McQuaid
635681401e software_spec: use homebrew Bintray subdomain.
Also: split into two variables so they can be used for taps.
2015-02-19 12:58:53 +00:00
Mike McQuaid
00e6bc98bd test-bot: disable bintray taps temporarily. 2015-02-19 12:21:58 +00:00
Mike McQuaid
2805a62af2 test-bot: cleanup even more in tap directories. 2015-02-19 11:52:04 +00:00
Mike McQuaid
9061daad5e test-bot: fix tap directory variable (again). 2015-02-19 11:50:16 +00:00
Mike McQuaid
6f7c73e8cc test-bot: fix tap directory name variable. 2015-02-19 11:46:55 +00:00
Mike McQuaid
0ce71f33ad test-bot: move reset logic above tapping. 2015-02-19 11:44:56 +00:00
Mike McQuaid
857da689bf test-bot: add flag to reset repository and taps. 2015-02-19 11:37:07 +00:00
Mike McQuaid
b6f9eb0850 bottles: expand Bintray tap repository handling. 2015-02-19 11:24:08 +00:00
Mike McQuaid
31028941a9 test-bot: fix (another) bad variable name. 2015-02-19 11:14:44 +00:00
Mike McQuaid
a0980f05a1 test-bot: fix tap variable naming. 2015-02-19 11:12:07 +00:00
Mike McQuaid
5c7c7a4ce6 pull: support taps, use same version as test-bot. 2015-02-19 11:06:21 +00:00
Mike McQuaid
1acdeb3bb7 test-bot: support taps and use Bintray class.
Also: use curl method where sensible.
2015-02-19 11:06:21 +00:00
Mike McQuaid
e303a97aa7 bottles: add Bintray class.
For some utility functions.
2015-02-19 11:06:20 +00:00
Mike McQuaid
258c4ddefe pull: check bottle commit URL before branching.
Otherwise we annoyingly end up on a branch unnecessarily.
2015-02-19 11:06:20 +00:00
Xu Cheng
40e6426322 audit: give better suggestion on git/hg dependency
Closes Homebrew/homebrew#36959.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-19 18:49:15 +08:00
Mike McQuaid
6dd51ff399 audit: check for setuid in caveats. 2015-02-19 09:29:17 +00:00
Jack Nagel
e92a87179a Use ternary instead of inline rescue 2015-02-18 21:36:48 -05:00
Jack Nagel
4b1028c9e5 Start recording the formula path in the install receipt
Later we can use this information to try and load the formula from the
correct source.
2015-02-18 21:29:17 -05:00
Jack Nagel
1ab384a313 Revert "Start recording the formula path in the install receipt"
This reverts commit f98d1d660c38afe3caf1450b2443a6d5fab8a14b.
2015-02-18 21:08:24 -05:00
Jack Nagel
3158c398af Start recording the formula path in the install receipt
Later we can use this information to try and load the formula from the
correct source.
2015-02-18 20:35:47 -05:00
Xu Cheng
40087e30df ruby 1.8 doesn't have sort_by!
Closes Homebrew/homebrew#36935

Closes Homebrew/homebrew#36936.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-19 02:02:43 +08:00
Mike McQuaid
ce956eda8e cleanup-installed: fix brewdle command name 2015-02-18 14:10:27 +00:00
Mike McQuaid
bf76b71fe9 test-bot: don't repeat creating Bintray packages. 2015-02-18 13:19:13 +00:00
Mike McQuaid
579f288bd2 test-bot: construct formula object correctly. 2015-02-18 13:12:54 +00:00
Mike McQuaid
675991eb61 pull: publish bottles on Bintray. 2015-02-18 13:07:22 +00:00
Mike McQuaid
e9e2be9404 test-bot: autopublish existing bottles on Bintray. 2015-02-18 13:07:22 +00:00