Delete crunch-dispatch.rb stub as requested by ops refs #15133
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Tue, 13 Aug 2019 18:49:47 +0000 (14:49 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Tue, 13 Aug 2019 18:49:47 +0000 (14:49 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

services/api/script/crunch-dispatch.rb [deleted file]

diff --git a/services/api/script/crunch-dispatch.rb b/services/api/script/crunch-dispatch.rb
deleted file mode 100755 (executable)
index 0803248..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env ruby
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-puts "**************************************
-The jobs API (crunch v1) is no longer supported.  This is a stub
-script that exists only to assist in a smooth upgrade.  You should
-remove crunch-dispatch.rb from your init configuration.  This script
-will now sleep forever.
-**************************************
-"
-
-while true do
-  sleep 10
-end