[Collab-qa-commits] r1463 - udd

Lucas Nussbaum lucas at alioth.debian.org
Sat Jun 6 21:18:17 UTC 2009


Author: lucas
Date: 2009-06-06 21:18:17 +0000 (Sat, 06 Jun 2009)
New Revision: 1463

Modified:
   udd/config-org.yaml
Log:
update config: add karmic, update via rsync bugs

Modified: udd/config-org.yaml
===================================================================
--- udd/config-org.yaml	2009-06-06 21:16:36 UTC (rev 1462)
+++ udd/config-org.yaml	2009-06-06 21:18:17 UTC (rev 1463)
@@ -11,7 +11,7 @@
     testing-migrations: module udd.testing_migrations_gatherer
     upload-history: module udd.upload_history_gatherer
     orphaned_packages: module udd.orphaned_packages_gatherer
-    bugs: exec DEBBUGS_CONFIG_FILE=/org/bugs.debian.org/etc/config perl /org/udd.debian.org/udd/udd/bugs_gatherer.pl 
+    bugs: exec DEBBUGS_CONFIG_FILE=/org/udd.debian.org/bugs/bugs.debian.org/etc/config perl /org/udd.debian.org/udd/udd/bugs_gatherer.pl 
     carnivore: module udd.carnivore_gatherer
     lintian: module udd.lintian_gatherer
     debtags: module udd.debtags_gatherer
@@ -246,6 +246,19 @@
   sources-schema: sources
   release: experimental
 
+ubuntu-karmic:
+  type: src-pkg
+  archs: [amd64, i386]
+  directory: /org/mirrors/ubuntu.com/ftp/dists/karmic/
+  components: [main, multiverse, universe, restricted]
+  distribution: ubuntu
+  release: karmic
+  packages-table: ubuntu_packages
+  sources-table: ubuntu_sources
+  uploaders-table: ubuntu_uploaders
+  packages-schema: packages
+  sources-schema: sources
+
 ubuntu-jaunty:
   type: src-pkg
   archs: [amd64, i386]
@@ -324,6 +337,7 @@
   packages-table: packages
   usertags-table: bugs_usertags
   sources-table: sources
+  update-command: cd /org/udd.debian.org/bugs ; ./bugsync
 
 bugs-archive:
   type: bugs
@@ -334,6 +348,7 @@
   packages-table: packages
   usertags-table: bugs_usertags
   sources-table: sources
+  update-command: cd /org/udd.debian.org/bugs ; ./bugsync
 
 orphaned_packages:
   type: orphaned_packages




More information about the Collab-qa-commits mailing list