comparison contrib/sawmill/web/templates/details.html @ 479:fa8a5205698c

sawmill: s/build successful/success/ because its more symmetrical to "error" and it reduces the size of the generated detail page.
author Sascha Teichmann <teichmann@intevation.de>
date Fri, 17 Sep 2010 06:33:43 +0000
parents 7504ed4437e1
children e97e8dd52a0c
comparison
equal deleted inserted replaced
478:7504ed4437e1 479:fa8a5205698c
139 139
140 STATUS2MSG = { 140 STATUS2MSG = {
141 'creating_binary_package': 'building binary packages', 141 'creating_binary_package': 'building binary packages',
142 'creating_source_package': 'building source package', 142 'creating_source_package': 'building source package',
143 'source_package_created': 'preparing build envrionment', 143 'source_package_created': 'preparing build envrionment',
144 'binary_package_created': 'build successful' 144 'binary_package_created': 'success'
145 } 145 }
146 146
147 for track_item in track_items: 147 for track_item in track_items:
148 # for all track items 148 # for all track items
149 curr_date = date_from_datetime(track_item.build_start) 149 curr_date = date_from_datetime(track_item.build_start)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)