aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
AgeCommit message (Collapse)Author
2013-12-12brew-pull: add --bottle to pull from BrewTestBot.Mike McQuaid
2013-12-11brew-bundle: update usage info and move to --help functionLarry Shaffer
Follow-up to 6697ff6c9d0d4301adfbb7c76628808a63f1324b Closes Homebrew/homebrew#25130. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-10brew-test-bot: fix rsync for bottles with a revision numberJack Nagel
2013-12-10brew-test-bot: remember to pull the PR.Mike McQuaid
2013-12-10brew-test-bot: only merge bottles if copy succeeds.Mike McQuaid
2013-12-10brew-test-bot: fix testing job tag numbering.Mike McQuaid
2013-12-10brew-test-bot: change upload job approach.Mike McQuaid
2013-12-10brew-test-bot: upload job fixes.Mike McQuaid
2013-12-10brew-test-bot: use global cache again.Mike McQuaid
2013-12-10brew-test-bot: move logic from Jenkins to Ruby.Mike McQuaid
2013-12-09Silence some Ruby 2.1 warningsJack Nagel
2013-12-09brew-bundle: exit on command failureLarry Shaffer
Closes Homebrew/homebrew#25053. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-19brew-bundle: clarify path requirements.Wil Moore III
Closes Homebrew/homebrew#24463. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-17brew-bundle: cleanup path handling.Mike McQuaid
2013-11-17brew-bundle: add path support.Christian Bundy
Closes Homebrew/homebrew#24384. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-16brew-pull: run `git am --abort` on failure.Mike McQuaid
2013-11-16Move brew-leaves into coreJack Nagel
Closes Homebrew/homebrew#24371.
2013-11-16Make brew-leaves respect optional depsJack Nagel
2013-11-16Greatly simplify the implementation of brew-leavesJack Nagel
2013-11-15brew-pull/test-bot: fix PR filename matching.Mike McQuaid
2013-11-11brew-bundle: general cleanup.Mike McQuaid
2013-11-11brew-bundle: add new command to support Brewfiles.ChristianBundy
Closes Homebrew/homebrew#24107. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-30Cleanup use of some global constants.Mike McQuaid
2013-10-26brew-unpack: use #length == 1, not #one?Misty De Meo
Array#one? wasn't yet defined in Ruby 1.8.6. In this case the block form isn't being used, so Array.length == 1 is a simple replacement. Fixes mistydemeo/tigerbrew#123.
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 Homebrew/homebrew#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 Homebrew/homebrew#22388. Closes Homebrew/homebrew#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 Homebrew/homebrew#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