Mercurial > treepkg
changeset 472:d760c6cd2abf
Source package created means we are still progressing
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 10 Sep 2010 10:18:31 +0000 |
parents | 5fa4b938a939 |
children | d8012571f9e1 |
files | contrib/sawmill/web/templates/details.html |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/sawmill/web/templates/details.html Fri Sep 10 09:53:18 2010 +0000 +++ b/contrib/sawmill/web/templates/details.html Fri Sep 10 10:18:31 2010 +0000 @@ -110,15 +110,15 @@ STATUS2CLASS = { 'creating_binary_package': 'inprogress', 'creating_source_package': 'inprogress', - 'source_package_created': 'error', + 'source_package_created': 'inprogress', 'binary_package_created': 'finished' } STATUS2MSG = { 'creating_binary_package': 'building binary packages', 'creating_source_package': 'building source package', - 'source_package_created': '', - 'binary_package_created': 'build successful' + 'source_package_created': 'preparing build envrionment', + 'binary_package_created': 'build successful' } for track_item in track_items: