[ARVADOS] updated: 1.3.0-1524-gbad305237
Git user
git at public.curoverse.com
Tue Aug 13 18:50:10 UTC 2019
Summary of changes:
services/api/script/crunch-dispatch.rb | 16 ----------------
1 file changed, 16 deletions(-)
delete mode 100755 services/api/script/crunch-dispatch.rb
via bad30523725258c8460768be3239a8b02d4e35eb (commit)
from 18de568b068818cebbd708e2a3f39d2c5a65c6ee (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit bad30523725258c8460768be3239a8b02d4e35eb
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Tue Aug 13 14:49:47 2019 -0400
Delete crunch-dispatch.rb stub as requested by ops refs #15133
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/api/script/crunch-dispatch.rb b/services/api/script/crunch-dispatch.rb
deleted file mode 100755
index 08032486c..000000000
--- 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list