From: Peter Amstutz Date: Wed, 1 May 2019 20:39:06 +0000 (-0400) Subject: 15112: Rename since it doesn't rerun anything X-Git-Tag: 1.4.0~39^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/7e1ff5f3b44cb5698e490297d08d708138518569 15112: Rename since it doesn't rerun anything Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- 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):