Mercurial > treepkg
changeset 468:0cbf154431db
recognize more build states in sawmill
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 09 Sep 2010 15:40:34 +0000 |
parents | 7fd8af79e652 |
children | b207d63f305a |
files | contrib/sawmill/web/templates/details.html |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/sawmill/web/templates/details.html Thu Sep 09 15:13:35 2010 +0000 +++ b/contrib/sawmill/web/templates/details.html Thu Sep 09 15:40:34 2010 +0000 @@ -109,12 +109,16 @@ STATUS2CLASS = { 'creating_binary_package': 'inprogress', + 'creating_source_package': 'inprogress', + 'source_package_created': 'error', 'binary_package_created': 'finished' } STATUS2MSG = { 'creating_binary_package': 'building binary packages', - 'binary_package_created': 'build successful' + 'creating_source_package': 'building source package', + 'source_package_created': '', + 'binary_package_created': 'build successful' } for track_item in track_items: