[Collab-qa-commits] r1062 - udd/src

lucas at alioth.debian.org lucas at alioth.debian.org
Mon Aug 11 03:05:49 UTC 2008


Author: lucas
Date: 2008-08-11 03:05:48 +0000 (Mon, 11 Aug 2008)
New Revision: 1062

Modified:
   udd/src/db_manager.py
Log:
added packages_summary

Modified: udd/src/db_manager.py
===================================================================
--- udd/src/db_manager.py	2008-08-11 03:05:00 UTC (rev 1061)
+++ udd/src/db_manager.py	2008-08-11 03:05:48 UTC (rev 1062)
@@ -10,7 +10,7 @@
     'ubuntu_popcon_src_average', 'ubuntu_popcon_src', 'ubuntu_popcon',
     'sources', 'packages', 'ubuntu_sources', 'ubuntu_packages', 'migrations',
     'bugs_archived', 'bugs', 'bug_merged_with', 'bug_user_tags',
-    'bug_found_in', 'bug_fixed_in', 'bug_tags', 'upload_history', 'carnivore_emails', 'carnivore_keys', 'carnivore_login', 'carnivore_names', 'lintian', 'orphaned_packages')
+    'bug_found_in', 'bug_fixed_in', 'bug_tags', 'upload_history', 'carnivore_emails', 'carnivore_keys', 'carnivore_login', 'carnivore_names', 'lintian', 'orphaned_packages', 'packages_summary', 'ubuntu_packages_summary')
 VIEWS = ('bugs_both',)
 
 def print_help():




More information about the Collab-qa-commits mailing list