1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 13:48:43 +02:00

add missing build status symbols

This commit is contained in:
2009-07-20 09:43:01 +00:00
parent 9f8c7398b4
commit 0094d86316

View File

@@ -183,6 +183,8 @@ buildstatus_symbols = {'succeeded': '.',
'building': '%',
'finished': 'f',
'scheduled': 's',
'excluded': 'x',
'dispatching': 'd',
}
# os.path.samefile is available only under Unix