daca2: skip boost to avoid hang

This commit is contained in:
Daniel Marjamäki 2013-10-28 18:09:05 +01:00
parent 30984ff649
commit b577b12660
1 changed files with 2 additions and 2 deletions

View File

@ -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