comparison treepkg/status.py @ 259:27824d3add92

Add a tags field to the revision status to keep track of which tags apply to that build
author Bernhard Herzog <bh@intevation.de>
date Fri, 24 Apr 2009 17:55:29 +0000
parents b3f9cc956acc
children 5fda6768bef6
comparison
equal deleted inserted replaced
258:bb98e728f25b 259:27824d3add92
197 status.add("unknown", "unknown", default=True) 197 status.add("unknown", "unknown", default=True)
198 198
199 start = DateFieldDesc(default=None) 199 start = DateFieldDesc(default=None)
200 stop = DateFieldDesc(default=None) 200 stop = DateFieldDesc(default=None)
201 201
202 tags = StringFieldDesc(default="")
203
202 notification_mail = EnumFieldDesc() 204 notification_mail = EnumFieldDesc()
203 notification_mail.add("notification_sent", 205 notification_mail.add("notification_sent",
204 "notification mail has been sent", default=True) 206 "notification mail has been sent", default=True)
205 notification_mail.add("notification_pending", 207 notification_mail.add("notification_pending",
206 "notification mail still needs to be sent") 208 "notification mail still needs to be sent")
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)