From a4f675a0fb16126e98c8406b4e1f5939fb97bcaa Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 16 Feb 2015 18:49:16 +0000 Subject: cleanup-installed: deprecate command. --- Library/Homebrew/cmd/cleanup-installed.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/cleanup-installed.rb b/Library/Homebrew/cmd/cleanup-installed.rb index 9c54a772f..de5a63fdc 100644 --- a/Library/Homebrew/cmd/cleanup-installed.rb +++ b/Library/Homebrew/cmd/cleanup-installed.rb @@ -1,3 +1,5 @@ +# DEPRECATED in favour of https://github.com/Homebrew/homebrew-brewdler +# # brew-cleanup-installed: uninstall all non-whitelisted Homebrew formulae. # # Useful for maintainers/testers who regularly install lots of formulae @@ -8,6 +10,12 @@ module Homebrew def cleanup_installed + opoo <<-EOS.undent + brew cleanup-installed is deprecated and will be removed soon! + + Please consider using the `brew brewdler dump` and `brew brewdler cleanup` + commands from https://github.com/Homebrew/homebrew-brewdler + EOS cleanup_file = Pathname.new "#{ENV["HOME"]}/.brew-cleanup-installed" return unless cleanup_file.exist? -- cgit v1.2.3