[ARVADOS] updated: 1.3.0-1477-gd7a5e6e37
Git user
git at public.curoverse.com
Mon Aug 12 14:33:55 UTC 2019
Summary of changes:
services/api/script/crunch-dispatch.rb | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100755 services/api/script/crunch-dispatch.rb
via d7a5e6e37e9e9251177f9fad98d867f477e69537 (commit)
from 22de1507bc49617b02aa219302cecb830694adb5 (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 d7a5e6e37e9e9251177f9fad98d867f477e69537
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Mon Aug 12 10:31:35 2019 -0400
15133: Re-add a stub crunch-dispatch.rb to make upgrade smoother
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
new file mode 100755
index 000000000..08032486c
--- /dev/null
+++ b/services/api/script/crunch-dispatch.rb
@@ -0,0 +1,16 @@
+#!/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