aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
AgeCommit message (Collapse)Author
2013-10-22brew-pull: fix whitespace handling.Mike McQuaid
2013-10-12brew-test-bot: build --devel if spec exists.Mike McQuaid
2013-10-12brew-test-bot: fix fetch options spacing.Mike McQuaid
2013-10-09brew-test-bot: remove escape characters.Mike McQuaid
2013-10-08brew-test-bot: use REXML to write JUnit file.Mike McQuaid
2013-10-08Revert "brew-test-bot: cleanup junit file with iconv."Mike McQuaid
This reverts commit 5e26584736b310c365d4b9cce99d0dced9a2d309.
2013-10-08brew-test-bot: cleanup junit file with iconv.Mike McQuaid
2013-09-27brew-pull/test-bot: use stricter formula match.Mike McQuaid
2013-09-22Move bottle.rb logic from test-bot to brew bottle.Mike McQuaid
2013-09-17Convert brew-aspell-dictionaries to Ruby and output resourcesJack Nagel
This makes the script much more readable, and also allows us to download the language packs into the cache where they can be used when installing aspell.
2013-09-17make linkapps officialAdam Vandenberg
2013-09-17make brew-linkapps default to /Applicationselliottcable
Also adds support for a new `--local` flag, and documentation for the whole command. Closes #22378. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-14brew-test-bot: don't run git gc.Mike McQuaid
2013-09-14brew-test-bot: run brew test verbosely.Mike McQuaid
2013-09-14brew-test-bot: email subjects contain OS version.Mike McQuaid
2013-09-14brew-test-bot: only squeeze command spaces.Mike McQuaid
2013-09-14brew-test-bot: use OSX name for test prefix.Mike McQuaid
2013-09-14brew-test-bot: strip, squeeze short test name.Mike McQuaid
2013-09-14brew-test-bot: use Jenkins variables when no args.Mike McQuaid
Otherwise specifying arguments means that you can't effectively build just a single commit or pull request as Jenkins will try and override the start commit.
2013-09-14brew-test-bot: pull no args check into a method.Mike McQuaid
2013-09-10brew-test-bot: allow skipping bottle creation.Mike McQuaid
2013-09-10linkapps: overwrite broken app symlinksPhilip Puryear
Closes #22388. Closes #22430. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-07brew-test-bot: run brew uses.Mike McQuaid
2013-09-03gist-logs cmdStefan
Closes #21557. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-08-14unpack: don't attempt to chdir into regular filesJack Nagel
2013-08-14unpack: don't call realpath on potentially non-existent directoryJack Nagel
2013-08-14unpack: extract usageJack Nagel
2013-08-14unpack: use ARGV.valueJack Nagel
2013-08-14unpack: remove dead codeJack Nagel
2013-08-14unpack: ensure $VERBOSE is restoredJack Nagel
2013-07-18brew-test-bot: only install bottle if created OK.Mike McQuaid
2013-07-18brew-test-bot: only force fetch with --cleanup.Mike McQuaid
2013-07-18brew-test-bot: add devel/HEAD install options.Mike McQuaid
2013-07-16brew-test-bot: audit after installation.Mike McQuaid
Enables new post-installation Cellar audit failures. Closes #21242.
2013-07-15brew-test-bot: reset before checkout.Mike McQuaid
2013-07-04brew-test-bot: always force uninstall.Mike McQuaid
Also filter the force flag from pretty output. Closes #20988.
2013-06-29brew-cleanup-installed: add new external command.Mike McQuaid
brew-cleanup-installed: uninstall all non-whitelisted Homebrew formulae. Useful for maintainers/testers who regularly install lots of formulae they don't actually use. Populate ~/.brew-cleanup-installed with the formulae you want to keep installed. All others will be uninstalled when brew-cleanup-installed is run.
2013-06-29brew-test-bot: change default email subject.Mike McQuaid
2013-06-29brew-test-bot: improve JUnit output for Jenkins.Mike McQuaid
2013-06-29brew-test-bot: move command shortening to method.Mike McQuaid
2013-06-29brew-test-bot: fix logs in spaced directories.Mike McQuaid
2013-06-27brew-test-bot: always write something to email file.Mike McQuaid
2013-06-26brew-test-bot: fix email subject filename.Mike McQuaid
2013-06-26brew-test-bot: remove prefix from email subject.Mike McQuaid
2013-06-26brew-test-bot: don't install dependencies first.Mike McQuaid
Now that --build-bottle is filtered we don't need to worry about extra installation time.
2013-06-26brew-test-bot: force fetching formulae.Mike McQuaid
References #20807.
2013-06-24brew-server: fix reference to removed methodJack Nagel
Fixes #20744.
2013-06-22Add Utils::JSON to wrap the JSON implementationJack Nagel
2013-06-22brew-test-bot: generate email subject file.Mike McQuaid
2013-06-20brew-test-bot: uninstall formula if already installed.Mike McQuaid