[ARVADOS] updated: 1.3.0-833-g7e1ff5f3b
Git user
git at public.curoverse.com
Wed May 1 20:39:27 UTC 2019
Summary of changes:
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%)
via 7e1ff5f3b44cb5698e490297d08d708138518569 (commit)
from 163acd6733a4af2969875ef72ad8c3b225a11e02 (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 7e1ff5f3b44cb5698e490297d08d708138518569
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Wed May 1 16:39:06 2019 -0400
15112: Rename since it doesn't rerun anything
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
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 a497dc8c3..c5e382cd5 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):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list