diff contrib/sawmill/web/templates/details.html @ 468:0cbf154431db

recognize more build states in sawmill
author Sascha Teichmann <teichmann@intevation.de>
date Thu, 09 Sep 2010 15:40:34 +0000
parents 10d4cbffcc07
children d760c6cd2abf
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:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)