aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
AgeCommit message (Collapse)Author
2013-06-15Add brew-profile to contribJack Nagel
This command loads all formulae and dumps an HTML profile report to stdout. So e.g. `brew profile >/tmp/report.html`
2013-06-15brew-test-bot: further tweak pull request handling.Mike McQuaid
2013-06-15brew-test-bot: fix testing pull request handling.Mike McQuaid
2013-06-15brew-test-bot: handle Jenkins pull request plugin.Mike McQuaid
2013-06-15brew-test-bot: run Homebrew tests every time.Mike McQuaid
2013-06-09Updated `brew graph`Matt Torok
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 #18282. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-08brew-test-bot: write bottle metadata files.Mike McQuaid
2013-06-06linkapps: replace #max_by with #maxMisty De Meo
Enumerable#max_by didn't exist in 1.8.6, so linkapps failed on Leopard.
2013-06-03aspell: fix audit warningJack Nagel
Closes #19731.
2013-06-03brew-test-bot: skip unresolvable dependencies.Mike McQuaid
2013-06-02brew-test-bot: improve long command output.Mike McQuaid
2013-06-02brew-test-bot: better name hash and url builds.Mike McQuaid
2013-06-02Update pull request regex name to include commits.Mike McQuaid
2013-05-31Add `brew tap-readme <name>` external command.Adam Vandenberg
Closes #17935.
2013-05-26brew-test-bot: don't repeat SHA-1 if identical.Mike McQuaid
2013-05-26brew-test-bot: shorten Jenkins env SHA-1s.Mike McQuaid
2013-05-26brew-test-bot: use Jenkins env, add step.passed?Mike McQuaid
2013-05-26brew-test-bot: fix Jenkins JUnit package detection.Mike McQuaid
2013-05-26brew-test-bot: more JUnit fixes.Mike McQuaid
2013-05-25brew-test-bot: add times, cleanup JUnit output.Mike McQuaid
2013-05-25brew-test-bot: improve JUnit output.Mike McQuaid
2013-05-25brew-test-bot: add missing xml.erb file.Mike McQuaid
2013-05-25brew-test-bot: add optional JUnit support.Mike McQuaid
2013-05-22Remove unnecessary rescue-all exception handlingDaniel Lee Harple
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-22Check GitHub API rate limit instead of silently failingDaniel Lee Harple
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-22Pass a User-Agent when fetching data from the GitHub APIDaniel Lee Harple
See <http://developer.github.com/v3/#user-agent-required>. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-22unpack: s/allready/already/Misty De Meo
2013-05-19brew-switch: simplify implementationJack Nagel
2013-05-19brew-dirty: simplify implementationJack Nagel
2013-05-19brew-leaves: use Formula.installedJack Nagel
2013-05-19brew-leaves: resolve dependency graph for installed formulae onlyTroels Thomsen
Closes #19870. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-16CurlDownloadStrategy: remove "tarball_path" accessorJack Nagel
This information is already exposed as "cached_location", which is common to all download strategies.
2013-05-16linkapps: deal only with kegs, not formulaeJack Nagel
Fixes #19873.
2013-05-03superenv: svn should provide a list, not a stringAdam Vandenberg
Closes #19601.
2013-05-03brew-test-bot: fix output handling.Mike McQuaid
2013-05-03brew-test-bot: handle empty log files.Mike McQuaid
2013-05-02brew-test-bot: force checkout master with cleanup.Mike McQuaid
2013-04-26brew-tests: install deps before tests.Mike McQuaid
2013-04-21Remove global methods from formulaeSimon Sigurdhsson
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 #19331. Closes #19343. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11Make brew services use the correct filenameChad Catlett
Closes #19050. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-03brew-server: clean upJack Nagel
2013-04-03brew-server: add Bootstrap stylingJan-Henrik Bruhn
Closes #18041. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-28brew-readall: remove unused variableJack Nagel
2013-03-14add brew linkapps --systemIain Beeston
Added an option to linkapps to allow linking to /Applications rather than ~/Applications Closes #18196. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12brew switch: change optlinks for keg-only formulaeMisty De Meo
2013-03-03brew-test-bot: fix bottle function name.Mike McQuaid
2013-03-03brew-switch: don't link keg-only brewsAdam Vandenberg
Closes #18169.
2013-02-18brew-mirror-check: fix error handlingJack Nagel
2013-02-18Rename Library/Contributions/cmds -> cmd.Mike McQuaid