[ARVADOS] updated: dc140f2c277a7571669f5bdf492bac6448a0fba0
Git user
git at public.curoverse.com
Tue Aug 15 18:50:49 EDT 2017
Summary of changes:
tools/crunchstat-summary/crunchstat_summary/summarizer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via dc140f2c277a7571669f5bdf492bac6448a0fba0 (commit)
from cd42a47667cb6876acf7a557d1cde96fc214bf47 (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 dc140f2c277a7571669f5bdf492bac6448a0fba0
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Aug 15 18:50:10 2017 -0400
11309: Drop parent container name from labels.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curoverse.com>
diff --git a/tools/crunchstat-summary/crunchstat_summary/summarizer.py b/tools/crunchstat-summary/crunchstat_summary/summarizer.py
index e8a842d..2879a61 100644
--- a/tools/crunchstat-summary/crunchstat_summary/summarizer.py
+++ b/tools/crunchstat-summary/crunchstat_summary/summarizer.py
@@ -555,7 +555,7 @@ class ContainerTreeSummarizer(MultiSummarizer):
for cr in items:
if cr['container_uuid']:
logger.debug('%s: container req %s', current['uuid'], cr['uuid'])
- cr['name'] = label + ' / ' + (cr.get('name') or cr['uuid'])
+ cr['name'] = cr.get('name') or cr['uuid']
todo.append(cr)
super(ContainerTreeSummarizer, self).__init__(
children=children,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list