[Treepkg-commits] r428 - trunk/contrib/sawmill/web/templates
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 9 17:40:35 CEST 2010
Author: teichmann
Date: 2010-09-09 17:40:34 +0200 (Thu, 09 Sep 2010)
New Revision: 428
Modified:
trunk/contrib/sawmill/web/templates/details.html
Log:
recognize more build states in sawmill
Modified: trunk/contrib/sawmill/web/templates/details.html
===================================================================
--- trunk/contrib/sawmill/web/templates/details.html 2010-09-09 15:13:35 UTC (rev 427)
+++ trunk/contrib/sawmill/web/templates/details.html 2010-09-09 15:40:34 UTC (rev 428)
@@ -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:
More information about the Treepkg-commits
mailing list