15112: Rename since it doesn't rerun anything
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Wed, 1 May 2019 20:39:06 +0000 (16:39 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Wed, 1 May 2019 20:39:06 +0000 (16:39 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

tools/keep-xref/keep-xref.py [moved from tools/rerun/keep-rerun.py with 95% similarity]

similarity index 95%
rename from tools/rerun/keep-rerun.py
rename to tools/keep-xref/keep-xref.py
index a497dc8c33ed1ce1ec5123e424eaf6a606265308..c5e382cd593c4b697a7382962f9f3d160a62c182 100755 (executable)
@@ -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):