aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
AgeCommit message (Collapse)Author
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 Homebrew/homebrew#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 Homebrew/homebrew#19873.
2013-05-03superenv: svn should provide a list, not a stringAdam Vandenberg
Closes Homebrew/homebrew#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 Homebrew/homebrew#19331. Closes Homebrew/homebrew#19343. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11Make brew services use the correct filenameChad Catlett
Closes Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#18169.
2013-02-18brew-mirror-check: fix error handlingJack Nagel
2013-02-18Rename Library/Contributions/cmds -> cmd.Mike McQuaid