diff 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
line wrap: on
line diff
--- a/treepkg/status.py	Fri Apr 17 18:48:58 2009 +0000
+++ b/treepkg/status.py	Fri Apr 24 17:55:29 2009 +0000
@@ -199,6 +199,8 @@
     start = DateFieldDesc(default=None)
     stop = DateFieldDesc(default=None)
 
+    tags = StringFieldDesc(default="")
+
     notification_mail = EnumFieldDesc()
     notification_mail.add("notification_sent",
                           "notification mail has been sent", default=True)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)