index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cmd
/
postinstall.rb
Age
Commit message (
Expand
)
Author
2017-05-03
Install etc/var files on postinstall.
Mike McQuaid
2016-12-13
postinstall: don't allow writes to prefix itself.
Mike McQuaid
2016-10-11
postinstall: allow write access to cellars in repository.
Mike McQuaid
2016-10-02
Use `module_function` for commands.
Markus Reiter
2016-09-23
sandbox: tweak HOMEBREW_REPOSITORY handling.
Mike McQuaid
2016-09-08
Add `--help` to all developer commands.
Mike McQuaid
2016-08-19
separate build and test logs
Andrew Janke
2016-08-15
cmd/postinstall: use Sandbox.formula? method.
Mike McQuaid
2016-04-18
brew test, install, update-test: add --keep-tmp option
Andrew Janke
2015-10-10
postinstall: sanitize ARGV options
Xu Cheng
2015-08-25
sandbox: permit /var/tmp & DerivedData
Dominyk Tiller
2015-08-18
unnecessary calls to .select simplified
Baptiste Fontaine
2015-08-08
only run post_install if it's defined
Xu Cheng
2015-07-31
print sandbox message
Xu Cheng
2015-07-22
auto disable sandbox for interactive shell
Xu Cheng
2015-05-27
postinstall: use ARGV.resolved_formulae
Xu Cheng
2015-04-29
Let the test environment inject its own load path
Jack Nagel
2015-04-25
Add Formula#logs
Jack Nagel
2015-04-23
sandbox: add deny_write_homebrew_library method
Xu Cheng
2015-04-17
sandbox: record log
Xu Cheng
2015-04-15
sandbox postinstall
Xu Cheng
2015-02-07
Always respect build options when invoking post_install
Jack Nagel
2014-06-19
Remove more unused requires
Jack Nagel
2014-06-19
Only "extend self" once on the Homebrew module
Jack Nagel
2013-09-01
brew-postinstall: add new command.
Mike McQuaid