From b577b12660444f47289c4ce23da8771d10c6f284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 28 Oct 2013 18:09:05 +0100 Subject: [PATCH] daca2: skip boost to avoid hang --- tools/daca2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/daca2.py b/tools/daca2.py index 4cd3efca5..68608e844 100644 --- a/tools/daca2.py +++ b/tools/daca2.py @@ -141,9 +141,9 @@ def scanarchive(filepath): elif filename[-4:] == '.bz2': subprocess.call(['tar', 'xjvf', filename]) - if filename[:5] == 'flite': + if filename[:5] == 'flite' or filename[:5] == 'boost': results = open('results.txt', 'at') - results.write('fixme: the flite package is skipped\n') + results.write('fixme: skipped package to avoid hang\n') results.close() return