aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/fileutils.rb
AgeCommit message (Expand)Author
2017-10-29Tweak use of with_envMike McQuaid
2017-10-13fileutils: deprecate rake DSLilovezfs
2017-08-22upgrade more urls to httpsViktor Szakats
2017-07-15FileUtils.make: don't bypass superenvMisty De Meo
2017-07-12Revert "FileUtils.make: don't bypass superenv"ilovezfs
2017-07-07FileUtils.make: don't bypass superenvMisty De Meo
2017-01-23fileutils: update Ruby documentation URLAlyssa Ross
2016-09-24Merge branch 'master' into mkdir_with_intermediatesMike McQuaid
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-09-20Make mkdir wrapper use mkdir_p to create intermediate directoriesMarc Savy
2016-09-13extend/fileutils: fix Rubocop warnings.Mike McQuaid
2016-08-18remove ruby 1.8 compatible codesXu Cheng
2016-08-17extend/fileutils: assume Ruby 2.Mike McQuaid
2016-05-03Fix a variable name in error message (#190)Toru Tanaka
2016-04-22Add a helper to determine make path on TigerMisty De Meo
2016-04-22stage: fix block signature back-compatibility under Ruby 1.8.7Andrew Janke
2016-04-18brew test, install, update-test: add --keep-tmp optionAndrew Janke
2016-04-05Merge pull request #27 from apjanke/test-bot-xml-filterAndrew Janke
2016-04-05FileUtils::mktemp pass gid to Etc.getgrgid as intilovezfs
2016-02-21FileUtils::mktemp fix for OS X 10.6.7 and earlierilovezfs
2016-02-06make HOMEBREW_BREW_FILE a Pathname objectXu Cheng
2016-02-05Don't accidentally inherit group "wheel" from /tmpilovezfs
2015-08-29More API documentation.Mike McQuaid
2015-08-03Core files style updates.BrewTestBot
2015-05-01fileutils: use rm_rf to clean temp dirXu Cheng
2015-03-14Use Dir.mktmpdir instead of shelling out to mktempJack Nagel
2015-03-10Reduce scope of ensure block, remove conditionalsJack Nagel
2014-08-14Fix mktmp to be generic as-per SUS/BSD.xxxajk
2014-06-09Fix visibility of FileUtils extension methodsJack Nagel
2014-06-09Stop exposing mktemp as a public method on formula objectsJack Nagel
2014-03-14Use Formula#system and existing error handling in scons helperJack Nagel
2014-02-28move scons helper to fileutilsAdam Vandenberg
2014-02-27Add an xcodebuild helper and deprecate system "xcodebuild"Jack Nagel
2013-12-14Extract HOMEBREW_TEMP constantJack Nagel
2013-10-06FileUtils#copy_metadata: update comment, versionMisty De Meo
2013-10-02Pass the mktemp prefix as an argumentJack Nagel
2013-10-02Fix mktemp directory namingJack Nagel
2013-03-28extend/fileutils: suppress discarded method definition warningsJack Nagel
2013-03-11Add with_system_path to run using system PATHs.Mike McQuaid
2013-03-11Add current Ruby globals.Mike McQuaid
2013-02-02Move ruby methods to FileUtils extensionJack Nagel
2012-09-27FileUtils: backport #copy_metadata fixMisty De Meo
2012-09-25Clean up and improve build-error output and logsMax Howell
2012-08-29Don't catch build errorsMax Howell
2012-08-29Block form of chdir can only be used onceMax Howell
2012-08-29Ensure mktemp cleans up after itselfMax Howell
2012-05-01Fix Ruby warnings.Mike McQuaid
2012-03-06Extend FileUtils rather than include itJack Nagel
2012-03-05Move path utils out of formula.rbAdam Vandenberg