aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd/brew-server
diff options
context:
space:
mode:
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