aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmds
AgeCommit message (Collapse)Author
2013-02-18Rename Library/Contributions/cmds -> cmd.Mike McQuaid
2013-02-05brew-pull: fix third-party tapsEashwar Ranganathan
Closes #17588. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-30Remove MD5 support.Mike McQuaid
Closes #17317.
2013-01-29brew-linkapps creates symlinks againAdam Vandenberg
Revert "Prevent linkapps from creating duplicate aliases" Revert "linkapp: create Finder aliases" This reverts commit e1a68f1ffbac9dc8209cc9ac2c8f2e34d11867af. This reverts commit bf2e6023d1bac08739b4562e19e07db448f0aba3. Closes #15308.
2013-01-26We use formulae as the plural of formula.Mike McQuaid
2013-01-26brew-mirror-check: Not using MD5 any more.Mike McQuaid
2013-01-26brew-test-bot: don't use stash --all; too new.Mike McQuaid
2013-01-07Fix brew-test-bot for new test DSL.Mike McQuaid
2013-01-02brew-pull: add missing require.Mike McQuaid
2013-01-02brew-pull: cleanup installation options.Mike McQuaid
2012-12-25brew-test-bot: don't return success from git functionMike McQuaid
2012-12-22brew-test-bot: more Jenkins fixes and cleanup.Mike McQuaid
* Remove the unused HTML and commenting features. * Return a good status code. * Print command output on failure. * Test bottle installation.
2012-12-19brew-pull: Don't pipe diff stats through the pagerCharlie Sharpsteen
Pass the `--no-pager` flag to git when grabbing a diff summary for a patch as there is no good reason to invoke a pager for ~2-10 lines that the user must then exit manually.
2012-12-16brew test-bot: handle dependencies better.Mike McQuaid
2012-12-04brew-services: fix by using formula.plist_name.Aaron Suggs
Fixes errors like: ``` $ brew services restart mysql Error: Formula `mysql` not installed, #startup_plist not implemented or no plist file found ``` Closes #16378. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-12-01brew-test-bot: fix building hashes and cleanup.Mike McQuaid
2012-11-25brew-test-bot: fetch before install.Mike McQuaid
2012-11-25brew-test-bot: don't cleanup HOMEBREW_PREFIX.Mike McQuaid
2012-11-25brew-test-bot: general cleanup.Mike McQuaid
2012-11-25brew-test-bot: support commits as arguments.Mike McQuaid
2012-11-10brew-test-bot: general cleanup.Mike McQuaid
2012-11-10brew-test-bot: Cleanup and improve documentation.Mike McQuaid
2012-11-10brew-test-bot: Change directory only for Git commands.Mike McQuaid
2012-11-10brew-test-bot: --cleanup (not --clean) and fetch origin.Mike McQuaid
2012-11-10brew-test-bot: print bottle output with --log.Mike McQuaid
2012-11-10brew-test-bot: add skip cleanup, setup options.Mike McQuaid
2012-10-19Sanity checkAdam Vandenberg
2012-10-16brew-unpack: don't attempt to mv the build directoryJack Nagel
When the current working directory is the root of the build tree, copy it instead of moving it, otherwise an exception will be raised when we try to clean up the build tree later. Noticed when unpacking the vim source tree from a mercurial checkout. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-23Always unpack the source tarball, not the bottleMax Howell
2012-09-23brew unpack: support -gpfMax Howell
-g sets up git repo. -f forces even if already there. I found these useful.
2012-09-15Prevent linkapps from creating duplicate aliasesChristian Höltje
`brew linkapps` was creating `MacVim` on the first run, then `MacVim alias` on the second run. Closes #14955. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09linkapp: create Finder aliasesOri Peleg
Symlinks to apps don't play well with Spotlight, but Finder alises do, so let's create them instead. Closes #14821. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03brew-aspell-dictionaries: handle mirrorsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03brew-aspell-dictionaries - generate aspell formulaeAlexis Hildebrandt
This script fetches the current list of aspell dictionaries from the gnu server and generates formulae that can then be included into the aspell formula. This makes updating current dictionaries and adding new ones easier. Tweaked by Mike to generate SHA1s instead of MD5s. Closes #12180. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-09-03Add script to convert formulae from MD5 to SHA1.Mike McQuaid
2012-09-03brew-test-bot: Only run brew-test if test defined.Mike McQuaid
2012-08-29Always find git and svn without trying hardMax Howell
Two wrapper scripts that find git and svn using the ENV variables we support and then searching through the PATH and looking inside Xcode.app if necessary. Now just calling git or svn in Homebrew code will find and exec the right tool and we can stop fussing. Apologies to @adamv who is probably unimpressed that the cmds directory has non-commands in it now. If it's consolation these are temporary pending some more work on superenv whereby some more directories are created under the superenv root.
2012-08-25brew-test-bot: add missing 'formula' require.Mike McQuaid
2012-08-21Formula.EnumerableMax Howell
Deprecated Formula.all, replaced usage with more appropriate enumerable options. Just check out how much nicer `brew audit` runs now.
2012-08-18brew-mirror-check: update for new specs APIJack Nagel
This was missed as part of the specs refactor. Fixes #14280. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-06Fix issues with writable? detection in brew doctorBrandon Black
Closes #13689. Signed-off-by: Max Howell <mxcl@me.com> There are subtle distinctions between writable? and writable_real? we don't understand precisely why we need this, but it fixes the bugs :/
2012-07-18brew-test-bot: move html and css into subdirectoryMisty De Meo
Also updates the bash-completion to ignore subdirectories, rather than specific filename patterns.
2012-06-12Fix doctor's use of missing.Adam Vandenberg
`brew doctor` shelled to `brew missing` and parsed the results. When VERBOSE was true, this caused an error as extra, unexpected output is generated. Make missing an internal command, and give it a programmatic interface.
2012-06-12Use "legacy" search API when completing tap namesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07brew-linkapps: note where symlinks are installedRanmocy
Closes #12619. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-01Replace /usr/bin/ruby with full Framework pathMisty De Meo
Rationale: some users insist on replacing the /usr/bin/ruby symlink to point to another ruby on their system, which may break homebrew. Use the full Framework path instead, which is less likely to be tampered with. This also reorganizes the brew --config checks to reflect the different path. Fixes #12009. Closes #12333. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-05-01Add brew services command: a wrapper for launchctllukas
If a formula implements startup_plist it has out-of-the-box support by brew services. If not it's possible to specify the path to a plist file: `brew services couchdb-lucence /usr/local/Cellar/..../couchdb-lucene.plist`. Fixes #3422. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-04-30Add ofail command and fix bottle command output.Mike McQuaid
2012-04-24Add Brew Test Bot for comprehensive testing.Mike McQuaid
Closes #11642.
2012-04-16tests: replace tests script with rake-based runnerJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>