aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd/brew-server
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-server
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-server')
-rwxr-xr-xLibrary/Contributions/cmd/brew-server7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Contributions/cmd/brew-server b/Library/Contributions/cmd/brew-server
index c8f3b3118..f3b6b9580 100755
--- a/Library/Contributions/cmd/brew-server
+++ b/Library/Contributions/cmd/brew-server
@@ -12,6 +12,13 @@ require 'cmd/search'
require 'rubygems'
+opoo <<-EOS.undent
+ brew server is unsupported and will be removed soon.
+ You should use http://braumeister.org instead.
+ Please feel free volunteer to support it in a tap.
+
+EOS
+
begin
require 'sinatra'
rescue LoadError