aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/postinstall.rb
AgeCommit message (Expand)Author
2017-05-03Install etc/var files on postinstall.Mike McQuaid
2016-12-13postinstall: don't allow writes to prefix itself.Mike McQuaid
2016-10-11postinstall: allow write access to cellars in repository.Mike McQuaid
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-23sandbox: tweak HOMEBREW_REPOSITORY handling.Mike McQuaid
2016-09-08Add `--help` to all developer commands.Mike McQuaid
2016-08-19separate build and test logsAndrew Janke
2016-08-15cmd/postinstall: use Sandbox.formula? method.Mike McQuaid
2016-04-18brew test, install, update-test: add --keep-tmp optionAndrew Janke
2015-10-10postinstall: sanitize ARGV optionsXu Cheng
2015-08-25sandbox: permit /var/tmp & DerivedDataDominyk Tiller
2015-08-18unnecessary calls to .select simplifiedBaptiste Fontaine
2015-08-08only run post_install if it's definedXu Cheng
2015-07-31print sandbox messageXu Cheng
2015-07-22auto disable sandbox for interactive shellXu Cheng
2015-05-27postinstall: use ARGV.resolved_formulaeXu Cheng
2015-04-29Let the test environment inject its own load pathJack Nagel
2015-04-25Add Formula#logsJack Nagel
2015-04-23sandbox: add deny_write_homebrew_library methodXu Cheng
2015-04-17sandbox: record logXu Cheng
2015-04-15sandbox postinstallXu Cheng
2015-02-07Always respect build options when invoking post_installJack Nagel
2014-06-19Remove more unused requiresJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2013-09-01brew-postinstall: add new command.Mike McQuaid