aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd/brew-bundle-dir.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-07-09 16:59:16 -0700
committerMike McQuaid2014-07-10 10:24:17 -0700
commit07f0f60908f8bd40b7032ebaadcf16371f2f2136 (patch)
treea84df1dd300109b93b162f5781e495a3c3baa2d2 /Library/Contributions/cmd/brew-bundle-dir.rb
parent5fee415d45272fd19f9007271f58dae9f3b6ee7c (diff)
downloadbrew-07f0f60908f8bd40b7032ebaadcf16371f2f2136.tar.bz2
Deprecate some contributions.
This is just a starting point to start discussion. I think we have a few options with contributions: - Stop accepting them altogether and move the ones we need/use/support into core commands - Accept them on an unsupported basis and require they be added manually to the PATH - Actively support and fix bugs in them all Closes Homebrew/homebrew#30749. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Contributions/cmd/brew-bundle-dir.rb')
-rwxr-xr-xLibrary/Contributions/cmd/brew-bundle-dir.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Contributions/cmd/brew-bundle-dir.rb b/Library/Contributions/cmd/brew-bundle-dir.rb
index 80d662cd7..c2c6f3a54 100755
--- a/Library/Contributions/cmd/brew-bundle-dir.rb
+++ b/Library/Contributions/cmd/brew-bundle-dir.rb
@@ -44,6 +44,12 @@ Usage: brew #{NAME}
USAGE
end
+opoo <<-EOS.undent
+ brew bundle-dir is unsupported and will be removed soon.
+ Please feel free volunteer to support it in a tap.
+
+EOS
+
# command.
command = ARGV.first