| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-14 | Fix mktmp to be generic as-per SUS/BSD. | xxxajk | |
| Closes #31586. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-06-09 | Fix visibility of FileUtils extension methods | Jack Nagel | |
| 2014-06-09 | Stop exposing mktemp as a public method on formula objects | Jack Nagel | |
| 2014-03-14 | Use Formula#system and existing error handling in scons helper | Jack Nagel | |
| Fixes #27553. | |||
| 2014-02-28 | move scons helper to fileutils | Adam Vandenberg | |
| 2014-02-27 | Add an xcodebuild helper and deprecate system "xcodebuild" | Jack Nagel | |
| In the future we can remove the ENV munging branch from Formula#system. Closes #27081. | |||
| 2013-12-14 | Extract HOMEBREW_TEMP constant | Jack Nagel | |
| 2013-10-06 | FileUtils#copy_metadata: update comment, version | Misty De Meo | |
| 2013-10-02 | Pass the mktemp prefix as an argument | Jack Nagel | |
| 2013-10-02 | Fix mktemp directory naming | Jack Nagel | |
| 2013-03-28 | extend/fileutils: suppress discarded method definition warnings | Jack Nagel | |
| 2013-03-11 | Add with_system_path to run using system PATHs. | Mike McQuaid | |
| Needed for Linux compatibility. | |||
| 2013-03-11 | Add current Ruby globals. | Mike McQuaid | |
| Allows access to the Ruby path. Needed for Linux porting. | |||
| 2013-02-02 | Move ruby methods to FileUtils extension | Jack Nagel | |
| 2012-09-27 | FileUtils: backport #copy_metadata fix | Misty De Meo | |
| Entry_#copy_metadata has a nasty bug that makes copying symlinks across filesystems fail. This lasted all the way through 1.9.3p194 before *finally* being fixed. This backports the official fix. Fixes #14710. | |||
| 2012-09-25 | Clean up and improve build-error output and logs | Max Howell | |
| All logs are now stored from each command executed in Formula.install. Error output is truncated to five lines in an attempt to not overwhelm the user and to encourage users to read the error output and report the bug properly. Maybe we can get that figure up from 70% to 90%. | |||
| 2012-08-29 | Don't catch build errors | Max Howell | |
| 2012-08-29 | Block form of chdir can only be used once | Max Howell | |
| If you nest them, the library complains. So let's not do that. /cc @jacknagel | |||
| 2012-08-29 | Ensure mktemp cleans up after itself | Max Howell | |
| Ignore interrupts. | |||
| 2012-05-01 | Fix Ruby warnings. | Mike McQuaid | |
| Fixes #11966. | |||
| 2012-03-06 | Extend FileUtils rather than include it | Jack Nagel | |
| Fixes #10729. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-03-05 | Move path utils out of formula.rb | Adam Vandenberg | |
| Make a new module for our FileUtils extensions and use that instead. | |||
