From 7e1ff5f3b44cb5698e490297d08d708138518569 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 1 May 2019 16:39:06 -0400 Subject: [PATCH] 15112: Rename since it doesn't rerun anything Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- tools/{rerun/keep-rerun.py => keep-xref/keep-xref.py} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename tools/{rerun/keep-rerun.py => keep-xref/keep-xref.py} (95%) diff --git a/tools/rerun/keep-rerun.py b/tools/keep-xref/keep-xref.py similarity index 95% rename from tools/rerun/keep-rerun.py rename to tools/keep-xref/keep-xref.py index a497dc8c33..c5e382cd59 100755 --- a/tools/rerun/keep-rerun.py +++ b/tools/keep-xref/keep-xref.py @@ -13,8 +13,9 @@ import csv import sys """ -Given a list of collections missing blocks (as produced by -keep-balance), delete the collections and re-run associated containers. + Given a list of collections missing blocks (as produced by +keep-balance), produce a report listing affected collections and +container requests. """ def rerun_request(arv, container_requests_to_rerun, ct): -- 2.30.2