aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2014-09-07Fix file descriptor leak in Formula#systemJack Nagel
2014-09-07Make sure redirected stdout and stderr share the same offsetJack Nagel
This fixes broken output like this: Error: No such file or directory - non_existent_file ee/src/tree-1.7.0.tgz Already downloaded: /Library/Caches/Homebrew/tree-1.7.0.tgz ==> Verifying tree-1.7.0.tgz checksum tar xf /Library/Caches/Homebrew/tree-1.7.0.tgz
2014-09-07Move gnunet to the boneyardJack Nagel
Closes Homebrew/homebrew#30418.
2014-09-07Fix brew list when combining --pinned and --versionsMichael Hackner
Fixes Homebrew/homebrew#32067 Closes Homebrew/homebrew#32099. Closes Homebrew/homebrew#32134. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-07Clear GOBIN in environment setupJack Nagel
Closes Homebrew/homebrew#32014.
2014-09-07gist-logs: send an Accept header with the requestJack Nagel
2014-09-07gist-logs: extract methodsJack Nagel
2014-09-07gist-logs: always post config and doctor outputJack Nagel
Closes Homebrew/homebrew#32145.
2014-09-07gist-logs: remove unnecessary exception classJack Nagel
2014-09-07gist-logs: pull ternary out of hash literalJack Nagel
2014-09-07gist-logs: simplify setting the post pathJack Nagel
2014-09-07Use Formula#tap to get the repository nameJack Nagel
2014-09-07Simplify getting the list of doctor checksJack Nagel
2014-09-07Avoid intermediate arrayJack Nagel
2014-09-07Avoid intermediate arrayJack Nagel
2014-09-07brew-test-bot: check for hg in requirementsJack Nagel
2014-09-07Fix typoJack Nagel
2014-09-07brew-test-bot: install hg before fetching if necessaryJack Nagel
2014-09-07brew-test-bot: less code in begin blockJack Nagel
2014-09-06Fix comma splice in outdated brew messageJosh Larson
Closes Homebrew/homebrew#32123. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-05Remove unnecessary closed? guardJack Nagel
The debugger can't jump back to this point, so we don't have to worry about this code executing twice.
2014-09-05Less code in begin blockJack Nagel
2014-09-05Ensure log file is closedJack Nagel
2014-09-05Flush log stream before execJack Nagel
2014-09-05Cache result of ARGV.verbose? on the stackJack Nagel
2014-09-05Reduce branches and effective scope of some variablesJack Nagel
2014-09-05Skip allocating a pipe entirely in non-verbose modeJack Nagel
2014-09-05Don't pass the read end of the pipe to exec_cmdJack Nagel
2014-09-05Log directly to the log file in non-verbose modeJack Nagel
2014-09-05Promote log stream to a localJack Nagel
2014-09-05Reduce effective scope of pipe variablesJack Nagel
2014-09-05Extract body of child process to a methodJack Nagel
2014-09-05Make logging cheaper in the non-verbose caseJack Nagel
2014-09-05Add timestamp and argument list to log filesJack Nagel
2014-09-04doctor: print values of DYLD_* env varsJack Nagel
2014-09-04Hack around Zlib constant conflictJack Nagel
2014-09-02audit: fix line number typo.Mike McQuaid
Closes Homebrew/homebrew#32031.
2014-09-01audit: fix line number off-by-oneJack Nagel
2014-09-01Add Go language module, resourcesMisty De Meo
This introduces a new GoResource category of resource. GoResources have a specialized stage method which allows a resource to stage itself into a gopath. The new Go language module provides a one-liner to stage all GoResources present in the formula.
2014-09-01resource: escape slashes from download_nameMisty De Meo
This is useful to be able to write go resources using their package name as the resource name
2014-08-31Rewrite fails_with tests as tests for CompilerFailureJack Nagel
2014-08-31plist_caveats: simplify the block and add a commentXu Cheng
Closes Homebrew/homebrew#30630. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-31plist_caveats: remove `launchctl list` as it requires sudo for root servicesXu Cheng
2014-08-31brew-services: mkpath first if destination dir not existedXu Cheng
2014-08-30Use the accessors to update the test doubleJack Nagel
2014-08-30Test CompilerSelector against a SoftwareSpec instanceJack Nagel
2014-08-30Remove unnecessary empty blockJack Nagel
2014-08-30Test fails_with against spec objectsJack Nagel
2014-08-30Test against real CompilerFailure objectsJack Nagel
2014-08-30Remove obsolete nil checkJack Nagel