[Collab-qa-commits] r2368 - udd/udd

Andreas Tille tille at alioth.debian.org
Fri Jun 8 08:09:15 UTC 2012


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():
   """




More information about the Collab-qa-commits mailing list