[csw-devel] SF.net SVN: gar:[16036] csw/mgar/gar/v2/lib/python/models.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Oct 30 10:57:30 CET 2011


Revision: 16036
          http://gar.svn.sourceforge.net/gar/?rev=16036&view=rev
Author:   wahwah
Date:     2011-10-30 09:57:30 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
pkgdb: comment: maintainer status field

It would be good to have maintainer status as one of the fields.

It requires some sort of integration with another (mantis?) database.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/models.py

Modified: csw/mgar/gar/v2/lib/python/models.py
===================================================================
--- csw/mgar/gar/v2/lib/python/models.py	2011-10-30 09:07:13 UTC (rev 16035)
+++ csw/mgar/gar/v2/lib/python/models.py	2011-10-30 09:57:30 UTC (rev 16036)
@@ -48,6 +48,10 @@
   """The maintainer of the package, identified by the e-mail address."""
   email = sqlobject.UnicodeCol(length=255, unique=True, notNone=True)
   full_name = sqlobject.UnicodeCol(length=255, default=None)
+  # TODO: Add more fields: status (active/retired/unregistered)
+  # There are some emails that are just errors, it would be good to
+  # distinguish emails that once were velid @opencsw.org addresses from pure
+  # bugs, e.g. "someone at opencsw.or".
 
   def ObfuscatedEmail(self):
     username, domain = self.email.split("@")

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list