aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/hooks
AgeCommit message (Collapse)Author
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-29Allow tests to reset bottle hooks on teardownJack Nagel
This avoids polluting other tests that might invoke the installer, thus executing any registered hooks.
2014-04-10Add hooks for pouring bottles.Mike McQuaid
This should give us a bit of control over what e.g. Boxen are doing whilst at the same time stopping us from accidentally breaking each other's stuff every so often. I'm aware this may be somewhat controversial so I'm open to other approaches.