[Treepkg-commits] r439 - trunk/contrib/sawmill/web/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Sep 17 08:33:44 CEST 2010


Author: teichmann
Date: 2010-09-17 08:33:43 +0200 (Fri, 17 Sep 2010)
New Revision: 439

Modified:
   trunk/contrib/sawmill/web/templates/details.html
Log:
sawmill: s/build successful/success/ because its more symmetrical to "error" and it reduces the size of the generated detail page.

Modified: trunk/contrib/sawmill/web/templates/details.html
===================================================================
--- trunk/contrib/sawmill/web/templates/details.html	2010-09-16 20:24:54 UTC (rev 438)
+++ trunk/contrib/sawmill/web/templates/details.html	2010-09-17 06:33:43 UTC (rev 439)
@@ -141,7 +141,7 @@
     'creating_binary_package': 'building binary packages',
     'creating_source_package': 'building source package',
     'source_package_created':  'preparing build envrionment',
-    'binary_package_created':  'build successful'
+    'binary_package_created':  'success'
 }
 
 for track_item in track_items:



More information about the Treepkg-commits mailing list