From bad30523725258c8460768be3239a8b02d4e35eb Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 13 Aug 2019 14:49:47 -0400 Subject: [PATCH] Delete crunch-dispatch.rb stub as requested by ops refs #15133 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- services/api/script/crunch-dispatch.rb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 services/api/script/crunch-dispatch.rb diff --git a/services/api/script/crunch-dispatch.rb b/services/api/script/crunch-dispatch.rb deleted file mode 100755 index 08032486c2..0000000000 --- a/services/api/script/crunch-dispatch.rb +++ /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 -- 2.30.2