Mercurial > treepkg
comparison contrib/sawmill/web/templates/details.html @ 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 | 0cbf154431db |
children | d8012571f9e1 |
comparison
equal
deleted
inserted
replaced
471:5fa4b938a939 | 472:d760c6cd2abf |
---|---|
108 last_date = None | 108 last_date = None |
109 | 109 |
110 STATUS2CLASS = { | 110 STATUS2CLASS = { |
111 'creating_binary_package': 'inprogress', | 111 'creating_binary_package': 'inprogress', |
112 'creating_source_package': 'inprogress', | 112 'creating_source_package': 'inprogress', |
113 'source_package_created': 'error', | 113 'source_package_created': 'inprogress', |
114 'binary_package_created': 'finished' | 114 'binary_package_created': 'finished' |
115 } | 115 } |
116 | 116 |
117 STATUS2MSG = { | 117 STATUS2MSG = { |
118 'creating_binary_package': 'building binary packages', | 118 'creating_binary_package': 'building binary packages', |
119 'creating_source_package': 'building source package', | 119 'creating_source_package': 'building source package', |
120 'source_package_created': '', | 120 'source_package_created': 'preparing build envrionment', |
121 'binary_package_created': 'build successful' | 121 'binary_package_created': 'build successful' |
122 } | 122 } |
123 | 123 |
124 for track_item in track_items: | 124 for track_item in track_items: |
125 # for all track items | 125 # for all track items |
126 curr_date = date_from_datetime(track_item.build_start) | 126 curr_date = date_from_datetime(track_item.build_start) |