Author: tille
Date: 2012-06-08 08:09:15 +0000 (Fri, 08 Jun 2012)
New Revision: 2368

Modified:
   udd/udd/bibref_gatherer.py
Log:
Do not warn about usage of some defined values


Modified: udd/udd/bibref_gatherer.py
===================================================================
--- udd/udd/bibref_gatherer.py  2012-06-08 03:01:00 UTC (rev 2367)
+++ udd/udd/bibref_gatherer.py  2012-06-08 08:09:15 UTC (rev 2368)
@@ -60,7 +60,21 @@
       return(True, errstring)
   return(True, errstring)
 
-other_known_keys = ('Archive', 'Contact', 'CRAN', 'Donation', 'Download', 
'Help', 'Homepage', 'Name', 'Watch', 'Webservice')
+other_known_keys = ('Archive',
+                    'Bug-Database',
+                    'Cite-As',
+                    'Contact',
+                    'CRAN',
+                    'Donation',
+                    'Download',
+                    'Help',
+                    'Homepage',
+                    'Name',
+                    'Repository',
+                    'Repository-Browse',
+                    'Screenshots',
+                    'Watch',
+                    'Webservice')
 
 class upstream_reader():
   """


_______________________________________________
Collab-qa-commits mailing list
Collab-qa-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/collab-qa-commits

Reply via email to