Skip to content

Commit 9bdc696

Browse files
bertiethorpeMaxBed4d
authored andcommitted
Update extract_logs.py
1 parent cfee7b6 commit 9bdc696

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dev/extract_logs.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
#!/usr/bin/env python
12

3+
"""
4+
Process packer build workflow logs into CSV. Useful for timing
5+
dissemination.
26
7+
Usage:
8+
extract_logs.py <logs.txt>
9+
10+
Where logs.txt is the name of the workflow log downloaded.
11+
It will list task name, against task directory path, against time to complete.
12+
"""
313

414
import csv
515
import re

0 commit comments

Comments
 (0)