197 Commits

Author SHA1 Message Date
Mike McQuaid
52a935d5bc brew-test-bot: fix testing pull request handling. 2013-06-15 11:00:32 +01:00
Mike McQuaid
66cefb7be6 brew-test-bot: handle Jenkins pull request plugin. 2013-06-15 10:44:29 +01:00
Mike McQuaid
731d4016f7 brew-test-bot: run Homebrew tests every time. 2013-06-15 10:44:29 +01:00
Matt Torok
14e3c77f60 Updated brew graph
Changed 'graph' command to show only installed by default. Prettified
resulting graph.

By default, the `brew graph` command would output a dependency graph for every
formula it knew about. Now it only outputs a dependency graph the for formulas
installed. If you want to see the graph for all formulas, use `brew graph
--all`.

Additionally, the old version of the graph command would filter out any
formulas without depdency connections. The updated version now only does this
if calculating dependencies for all formulas via the `--all` flag.

Finally, the resulting graph has been redesigned to be simpler to read. All
formulas which have no other formulas depending on them (i.e., root nodes) are
aligned to the left. They are also outlined in a light grey box, which is
labelled "Safe to Remove". As implied, all of the formulas in this box can be
safely removed without breaking other installed formulas; all formulas outside
this box have at least one installed formula depending on them. This new graph
style is surpressed if the `--all` flag is used.

Closes Homebrew/homebrew#18282.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-09 08:21:44 -07:00
Mike McQuaid
dbccff4d80 brew-test-bot: write bottle metadata files. 2013-06-08 16:41:44 +01:00
Misty De Meo
92d65aace7 linkapps: replace #max_by with #max
Enumerable#max_by didn't exist in 1.8.6, so linkapps failed on Leopard.
2013-06-06 09:26:40 -05:00
Jack Nagel
d38b369497 aspell: fix audit warning
Closes Homebrew/homebrew#19731.
2013-06-03 19:02:38 -05:00
Mike McQuaid
ee22ae3a56 brew-test-bot: skip unresolvable dependencies. 2013-06-03 20:53:00 +01:00
Mike McQuaid
347c905a7f brew-test-bot: improve long command output. 2013-06-02 13:01:20 +01:00
Mike McQuaid
4f3d1f029e brew-test-bot: better name hash and url builds. 2013-06-02 13:01:02 +01:00
Mike McQuaid
bec7ff9807 Update pull request regex name to include commits. 2013-06-02 12:49:37 +01:00
Adam Vandenberg
fa05fc2451 Add brew tap-readme <name> external command.
Closes Homebrew/homebrew#17935.
2013-05-31 14:45:43 -07:00
Mike McQuaid
aecdcf768b brew-test-bot: don't repeat SHA-1 if identical. 2013-05-26 01:39:59 +01:00
Mike McQuaid
1856f8eadf brew-test-bot: shorten Jenkins env SHA-1s. 2013-05-26 01:34:32 +01:00
Mike McQuaid
fafa62d1d2 brew-test-bot: use Jenkins env, add step.passed? 2013-05-26 01:11:47 +01:00
Mike McQuaid
95834ca588 brew-test-bot: fix Jenkins JUnit package detection. 2013-05-26 00:45:11 +01:00
Mike McQuaid
ca39bbfd52 brew-test-bot: more JUnit fixes. 2013-05-26 00:19:07 +01:00
Mike McQuaid
f0008a7e8f brew-test-bot: add times, cleanup JUnit output. 2013-05-25 22:58:02 +01:00
Mike McQuaid
892d601465 brew-test-bot: improve JUnit output. 2013-05-25 22:07:28 +01:00
Mike McQuaid
052293f22c brew-test-bot: add missing xml.erb file. 2013-05-25 21:36:43 +01:00
Mike McQuaid
b1f00c5757 brew-test-bot: add optional JUnit support. 2013-05-25 21:32:56 +01:00
Daniel Lee Harple
471502bc06 Remove unnecessary rescue-all exception handling
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-22 19:53:05 -05:00
Daniel Lee Harple
0fa5c47d7f Check GitHub API rate limit instead of silently failing
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-22 19:53:04 -05:00
Daniel Lee Harple
222f96d37b Pass a User-Agent when fetching data from the GitHub API
See <http://developer.github.com/v3/#user-agent-required>.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-22 19:53:01 -05:00
Misty De Meo
a69552a57d unpack: s/allready/already/ 2013-05-22 10:03:22 -05:00
Jack Nagel
cd35fc3bbd brew-switch: simplify implementation 2013-05-19 20:25:11 -05:00
Jack Nagel
6fa64da7f3 brew-dirty: simplify implementation 2013-05-19 20:22:46 -05:00
Jack Nagel
26b301c348 brew-leaves: use Formula.installed 2013-05-19 18:47:56 -05:00
Troels Thomsen
ebedd3d57f brew-leaves: resolve dependency graph for installed formulae only
Closes Homebrew/homebrew#19870.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-19 18:41:49 -05:00
Jack Nagel
65775e4318 CurlDownloadStrategy: remove "tarball_path" accessor
This information is already exposed as "cached_location", which is
common to all download strategies.
2013-05-16 15:26:25 -05:00
Jack Nagel
e8997c8a5a linkapps: deal only with kegs, not formulae
Fixes Homebrew/homebrew#19873.
2013-05-16 14:57:29 -05:00
Adam Vandenberg
9f853973d7 superenv: svn should provide a list, not a string
Closes Homebrew/homebrew#19601.
2013-05-03 15:53:45 -07:00
Mike McQuaid
c479c680b8 brew-test-bot: fix output handling. 2013-05-03 17:17:12 +01:00
Mike McQuaid
a70c44993f brew-test-bot: handle empty log files. 2013-05-03 16:39:14 +01:00
Mike McQuaid
80a73bea79 brew-test-bot: force checkout master with cleanup. 2013-05-02 22:02:28 +01:00
Mike McQuaid
7b7d4d2f1b brew-tests: install deps before tests. 2013-04-26 22:32:26 +01:00
Simon Sigurdhsson
4f45077fde Remove global methods from formulae
Removes any global methods from formulae, and moves #kext_prefix (which
seems to be at least somewhat abstractable) into the Formula class. The
only formula with global methods is now aspell; it (and its generating
script in contrib) has been changed to prefix that method with
`aspell_`, to minimize the risk of name collisions.

Closes Homebrew/homebrew#19331.
Closes Homebrew/homebrew#19343.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-21 23:48:50 -05:00
Chad Catlett
873226e741 Make brew services use the correct filename
Closes Homebrew/homebrew#19050.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11 23:47:45 -05:00
Jack Nagel
d25b4e40c1 brew-server: clean up 2013-04-03 18:15:12 -05:00
Jan-Henrik Bruhn
e8503e9354 brew-server: add Bootstrap styling
Closes Homebrew/homebrew#18041.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-03 17:59:25 -05:00
Jack Nagel
c3c4a8b913 brew-readall: remove unused variable 2013-03-28 17:51:55 -05:00
Iain Beeston
cda83428a6 add brew linkapps --system
Added an option to linkapps to allow linking to /Applications rather
than ~/Applications

Closes Homebrew/homebrew#18196.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-14 11:32:13 -07:00
Misty De Meo
10d5ed56f1 brew switch: change optlinks for keg-only formulae 2013-03-12 08:18:06 -05:00
Mike McQuaid
5306ef08d6 brew-test-bot: fix bottle function name. 2013-03-03 23:24:08 +00:00
Adam Vandenberg
8aaa58095a brew-switch: don't link keg-only brews
Closes Homebrew/homebrew#18169.
2013-03-03 13:32:28 -08:00
Jack Nagel
3701081b65 brew-mirror-check: fix error handling 2013-02-18 18:12:14 -06:00
Mike McQuaid
4a281cd5cf Rename Library/Contributions/cmds -> cmd. 2013-02-18 10:42:44 +00:00