[Collab-qa-commits] r1108 - udd/src
lucas at alioth.debian.org
lucas at alioth.debian.org
Sun Aug 17 12:57:47 UTC 2008
Author: lucas
Date: 2008-08-17 12:57:46 +0000 (Sun, 17 Aug 2008)
New Revision: 1108
Added:
udd/src/config.yaml
Modified:
udd/src/test.yaml
Log:
synchronized configs, commited production config
Added: udd/src/config.yaml
===================================================================
--- udd/src/config.yaml (rev 0)
+++ udd/src/config.yaml 2008-08-17 12:57:46 UTC (rev 1108)
@@ -0,0 +1,202 @@
+general:
+ dbname: udd
+ types:
+ sources: module udd.sources_gatherer
+ packages: module udd.packages_gatherer
+ setup: exec python db_manager.py
+ delete: exec python db_manager.py
+ src-pkg: module udd.src_and_pkg_gatherer
+ popcon: module udd.popcon_gatherer
+ 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/udd.debian.net/mirrors/bugs.debian.org/etc/config perl /org/udd.debian.net/udd/src/udd/bugs_gatherer.pl
+ carnivore: module udd.carnivore_gatherer
+ lintian: module udd.lintian_gatherer
+ debug: 1
+ timestamp-folder: /org/udd.debian.net/timestamps/
+ schema-dir: /org/udd.debian.net/udd/src/schema
+ lock-dir: /org/udd.debian.net/locks
+
+ archs:
+ [alpha, amd64, arm, armeb, armel, hppa, hurd-i386,
+ i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
+ mipsel, powerpc, ppc64, s390, sparc, all, any, lpia, m32r, s390x, sh3,
+ sh3eb, sh4, sh4eb, sh, knetbsd-i386, netbsd-alpha, sparc64,
+ netbsd-i386, hurd-powerpc, kfreebsd-powerpc, netbsd-powerpc, hurd-sparc,
+ kfreebsd-sparc, netbsd-sparc, darwin-i386, freebsd-i386, openbsd-i386, darwin-powerpc]
+
+debian-lenny:
+ type: src-pkg
+ archs: [alpha, amd64, arm, armel, hppa,
+ i386, ia64, mips,
+ mipsel, powerpc, s390, sparc]
+ directory: /org/ftp.debian.org/dists/lenny/
+ components: [main, contrib, non-free]
+ distribution: debian
+ packages-table: packages
+ sources-table: sources
+ packages-schema: packages
+ sources-schema: sources
+ release: lenny
+
+debian-sid:
+ type: src-pkg
+ archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
+ i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
+ mipsel, powerpc, ppc64, s390, sparc]
+ directory: /org/ftp.debian.org/dists/sid/
+ components: [main, contrib, non-free]
+ distribution: debian
+ packages-table: packages
+ sources-table: sources
+ packages-schema: packages
+ sources-schema: sources
+ release: sid
+
+debian-etch:
+ type: src-pkg
+ archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
+ i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
+ mipsel, powerpc, ppc64, s390, sparc]
+ directory: /org/ftp.debian.org/dists/etch/
+ components: [main, contrib, non-free]
+ distribution: debian
+ packages-table: packages
+ sources-table: sources
+ packages-schema: packages
+ sources-schema: sources
+ release: etch
+
+debian-backports-etch:
+ type: src-pkg
+ archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
+ i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
+ mipsel, powerpc, ppc64, s390, sparc]
+ directory: /org/ftp.backports.org/dists/etch-backports/
+ components: [main, contrib, non-free]
+ distribution: debian-backports
+ packages-table: packages
+ sources-table: sources
+ packages-schema: packages
+ sources-schema: sources
+ release: etch
+
+debian-volatile-etch:
+ type: src-pkg
+ archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
+ i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
+ mipsel, powerpc, ppc64, s390, sparc]
+ directory: /org/volatile.debian.org/dists/etch/volatile/
+ components: [main, contrib, non-free]
+ distribution: debian-volatile
+ packages-table: packages
+ sources-table: sources
+ packages-schema: packages
+ sources-schema: sources
+ release: etch
+
+ubuntu-intrepid:
+ type: src-pkg
+ archs: [amd64, i386]
+ directory: /org/udd.debian.net/mirrors/ubuntu/intrepid/
+ components: [main, multiverse, universe, restricted]
+ distribution: ubuntu
+ release: intrepid
+ packages-table: ubuntu_packages
+ sources-table: ubuntu_sources
+ packages-schema: packages
+ sources-schema: sources
+ update-command: /org/udd.debian.net/mirrors/ubuntu-rsync intrepid /org/udd.debian.net/mirrors/ubuntu
+
+ubuntu-hardy:
+ type: src-pkg
+ archs: [amd64, i386]
+ directory: /org/udd.debian.net/mirrors/ubuntu/hardy/
+ components: [main, multiverse, universe, restricted]
+ distribution: ubuntu
+ release: hardy
+ packages-table: ubuntu_packages
+ sources-table: ubuntu_sources
+ packages-schema: packages
+ sources-schema: sources
+ update-command: /org/udd.debian.net/mirrors/ubuntu-rsync hardy /org/udd.debian.net/mirrors/ubuntu
+
+
+debian-popcon:
+ type: popcon
+ path: /org/udd.debian.net/tmp/all-popcon-results.txt.gz
+ update-command: wget -O /org/udd.debian.net/tmp/all-popcon-results.txt.gz http://popcon.debian.org/all-popcon-results.txt.gz
+ table: popcon
+ schema: popcon
+ packages-table: packages
+
+ubuntu-popcon:
+ type: popcon
+ path: /org/udd.debian.net/tmp/ubuntu-popcon-results.txt.gz
+ update-command: wget -O /org/udd.debian.net/tmp/ubuntu-popcon-results.txt.gz http://popcon.ubuntu.com/all-popcon-results.txt.gz
+ table: ubuntu_popcon
+ schema: popcon
+ packages-table: ubuntu_packages
+
+testing-migrations:
+ type: testing-migrations
+ path: /org/udd.debian.net/tmp/migrations
+ update-command: wget -O /org/udd.debian.net/tmp/migrations 'http://qa.debian.org/~lucas/testing-status.raw'
+ schema: testing_migrations
+ table: migrations
+
+upload-history:
+ type: upload-history
+ path: /org/udd.debian.net/tmp/upload-history
+ update-command: if [ ! -e /org/udd.debian.net/tmp/upload-history/ ]; then mkdir /org/udd.debian.net/tmp/upload-history/; fi; rm -rf /org/udd.debian.net/tmp/upload-history/*; wget -r --no-parent -nd -A debian-devel-* -P /org/udd.debian.net/tmp/upload-history http://qa.debian.org/~filippo/ddc/
+ schema: upload_history
+ table: upload_history
+
+bugs:
+ type: bugs
+ archived: false
+ update-command: /org/udd.debian.net/mirrors/sync-bugs.debian.org
+ table: bugs
+ schema: bugs
+ archived-table: archived_bugs
+ packages-table: packages
+ usertags-table: bugs_usertags
+ sources-table: sources
+ debug: false
+
+bugs-archive:
+ type: bugs
+ archived: true
+ table: bugs
+ schema: bugs
+ archived-table: archived_bugs
+ packages-table: packages
+ usertags-table: bugs_usertags
+ sources-table: sources
+ update-command: /org/udd.debian.net/mirrors/sync-bugs.debian.org
+
+orphaned_packages:
+ type: orphaned_packages
+ table: orphaned_packages
+ setup: orphaned_packages
+ unarchived-table: bugs
+ schema: orphaned_packages
+ bugs-path: /org/bugs.debian.org
+
+carnivore:
+ type: carnivore
+ update-command: /org/udd.debian.net/mirrors/sync-carnivore
+ path: /org/udd.debian.net/mirrors/qa.debian.org/carnivore/report
+ emails-table: carnivore_emails
+ names-table: carnivore_names
+ keys-table: carnivore_keys
+ login-table: carnivore_login
+ schema: carnivore
+
+lintian:
+ type: lintian
+ update-command: rm -f /org/udd.debian.net/mirrors/lintian.log && wget http://lintian.debian.org/lintian.log -O /org/udd.debian.net/mirrors/lintian.log
+ path: /org/udd.debian.net/mirrors/lintian.log
+ table: lintian
+ schema: lintian
Modified: udd/src/test.yaml
===================================================================
--- udd/src/test.yaml 2008-08-17 12:43:03 UTC (rev 1107)
+++ udd/src/test.yaml 2008-08-17 12:57:46 UTC (rev 1108)
@@ -9,15 +9,14 @@
popcon: module udd.popcon_gatherer
testing-migrations: module udd.testing_migrations_gatherer
upload-history: module udd.upload_history_gatherer
- bugs: exec DEBBUGS_CONFIG_FILE=/org/udd.debian.net/mirrors/bugs.debian.org/etc/config perl ./udd/bugs_gatherer.pl
+ orphaned_packages: module udd.orphaned_packages_gatherer
+ bugs: exec DEBBUGS_CONFIG_FILE=/org/udd.debian.net/mirrors/bugs.debian.org/etc/config perl /org/udd.debian.net/udd/src/udd/bugs_gatherer.pl
carnivore: module udd.carnivore_gatherer
lintian: module udd.lintian_gatherer
- #src-pkg: module udd.packages_gatherer
- #src-pkg: python sources_gatherer.py
debug: 1
- update-timestamp-folder: ./timestamps/
- schema-dir: ./schema/
- lock-dir: ./locks/
+ timestamp-folder: /org/udd.debian.net/timestamps/
+ schema-dir: /org/udd.debian.net/udd/src/schema
+ lock-dir: /org/udd.debian.net/locks
archs:
[alpha, amd64, arm, armeb, armel, hppa, hurd-i386,
@@ -34,11 +33,11 @@
mipsel, powerpc, s390, sparc]
directory: /org/ftp.debian.org/dists/lenny/
components: [main, contrib, non-free]
- packages-schema: packages
- sources-schema: sources
+ distribution: debian
packages-table: packages
sources-table: sources
- distribution: debian
+ packages-schema: packages
+ sources-schema: sources
release: lenny
debian-sid:
@@ -48,11 +47,11 @@
mipsel, powerpc, ppc64, s390, sparc]
directory: /org/ftp.debian.org/dists/sid/
components: [main, contrib, non-free]
- packages-schema: packages
- sources-schema: sources
+ distribution: debian
packages-table: packages
sources-table: sources
- distribution: debian
+ packages-schema: packages
+ sources-schema: sources
release: sid
debian-etch:
@@ -63,10 +62,10 @@
directory: /org/ftp.debian.org/dists/etch/
components: [main, contrib, non-free]
distribution: debian
- packages-schema: packages
- sources-schema: sources
packages-table: packages
sources-table: sources
+ packages-schema: packages
+ sources-schema: sources
release: etch
debian-backports-etch:
@@ -77,10 +76,10 @@
directory: /org/ftp.backports.org/dists/etch-backports/
components: [main, contrib, non-free]
distribution: debian-backports
- packages-schema: packages
- sources-schema: sources
packages-table: packages
sources-table: sources
+ packages-schema: packages
+ sources-schema: sources
release: etch
debian-volatile-etch:
@@ -90,99 +89,81 @@
mipsel, powerpc, ppc64, s390, sparc]
directory: /org/volatile.debian.org/dists/etch/volatile/
components: [main, contrib, non-free]
- packages-schema: packages
- sources-schema: sources
+ distribution: debian-volatile
packages-table: packages
sources-table: sources
- distribution: debian-volatile
+ packages-schema: packages
+ sources-schema: sources
release: etch
ubuntu-intrepid:
type: src-pkg
archs: [amd64, i386]
- directory: ./ubuntu/intrepid/
+ directory: /org/udd.debian.net/mirrors/ubuntu/intrepid/
components: [main, multiverse, universe, restricted]
distribution: ubuntu
release: intrepid
- packages-schema: packages
- sources-schema: sources
packages-table: ubuntu_packages
sources-table: ubuntu_sources
- update-command: ./ubuntu-rsync intrepid ./ubuntu
+ packages-schema: packages
+ sources-schema: sources
+ update-command: /org/udd.debian.net/mirrors/ubuntu-rsync intrepid /org/udd.debian.net/mirrors/ubuntu
ubuntu-hardy:
type: src-pkg
archs: [amd64, i386]
- directory: ./ubuntu/hardy/
+ directory: /org/udd.debian.net/mirrors/ubuntu/hardy/
components: [main, multiverse, universe, restricted]
distribution: ubuntu
release: hardy
- packages-schema: packages
- sources-schema: sources
packages-table: ubuntu_packages
sources-table: ubuntu_sources
- update-command: ./ubuntu-rsync hardy ./ubuntu
+ packages-schema: packages
+ sources-schema: sources
+ update-command: /org/udd.debian.net/mirrors/ubuntu-rsync hardy /org/udd.debian.net/mirrors/ubuntu
-test-src:
- type: sources
- directory: /org/ftp.debian.org/dists/lenny/
- components: [main, contrib, non-free]
- distribution: test
- release: test
-
-test-pkg:
- type: packages
- directory: /org/ftp.debian.org/dists/lenny/
- components: [main, contrib, non-free]
- distribution: test
- release: test
- archs:
- [alpha, amd64, arm, armeb, armel, hppa, hurd-i386,
- i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
- mipsel, powerpc, ppc64, s390, sparc, all, any]
-
debian-popcon:
type: popcon
- path: ./all-popcon-results.txt.gz
- update-command: wget -O ./all-popcon-results.txt.gz http://popcon.debian.org/all-popcon-results.txt.gz
+ path: /org/udd.debian.net/tmp/all-popcon-results.txt.gz
+ update-command: wget -O /org/udd.debian.net/tmp/all-popcon-results.txt.gz http://popcon.debian.org/all-popcon-results.txt.gz
table: popcon
schema: popcon
packages-table: packages
ubuntu-popcon:
type: popcon
- path: /tmp/udd-test/ubuntu-popcon-results.txt.gz
- update-command: wget -O /tmp/udd-test/ubuntu-popcon-results.txt.gz http://popcon.ubuntu.com/all-popcon-results.txt.gz
+ path: /org/udd.debian.net/tmp/ubuntu-popcon-results.txt.gz
+ update-command: wget -O /org/udd.debian.net/tmp/ubuntu-popcon-results.txt.gz http://popcon.ubuntu.com/all-popcon-results.txt.gz
table: ubuntu_popcon
schema: popcon
packages-table: ubuntu_packages
testing-migrations:
type: testing-migrations
- path: /tmp/migrations
+ path: /org/udd.debian.net/tmp/migrations
+ update-command: wget -O /org/udd.debian.net/tmp/migrations 'http://qa.debian.org/~lucas/testing-status.raw'
schema: testing_migrations
table: migrations
- update-command: wget -O /tmp/migrations 'http://qa.debian.org/~lucas/testing-status.raw'
upload-history:
type: upload-history
- path: /tmp/upload-history
+ path: /org/udd.debian.net/tmp/upload-history
+ update-command: if [ ! -e /org/udd.debian.net/tmp/upload-history/ ]; then mkdir /org/udd.debian.net/tmp/upload-history/; fi; rm -rf /org/udd.debian.net/tmp/upload-history/*; wget -r --no-parent -nd -A debian-devel-* -P /org/udd.debian.net/tmp/upload-history http://qa.debian.org/~filippo/ddc/
schema: upload_history
table: upload_history
- update-command: if [ ! -e /tmp/upload-history/ ]; then mkdir /tmp/upload-history/; fi; rm -rf /tmp/upload-history/*; wget -r --no-parent -nd -A debian-devel-* -P /tmp/upload-history http://qa.debian.org/~filippo/ddc/
bugs:
type: bugs
archived: false
+ update-command: /org/udd.debian.net/mirrors/sync-bugs.debian.org
table: bugs
schema: bugs
- debug: 1
archived-table: archived_bugs
packages-table: packages
usertags-table: bugs_usertags
sources-table: sources
- update-command: /org/udd.debian.net/mirrors/sync-bugs.debian.org
+ debug: false
bugs-archive:
type: bugs
@@ -191,10 +172,18 @@
schema: bugs
archived-table: archived_bugs
packages-table: packages
- sources-table: sources
usertags-table: bugs_usertags
+ sources-table: sources
update-command: /org/udd.debian.net/mirrors/sync-bugs.debian.org
+orphaned_packages:
+ type: orphaned_packages
+ table: orphaned_packages
+ setup: orphaned_packages
+ unarchived-table: bugs
+ schema: orphaned_packages
+ bugs-path: /org/bugs.debian.org
+
carnivore:
type: carnivore
update-command: /org/udd.debian.net/mirrors/sync-carnivore
@@ -209,5 +198,5 @@
type: lintian
update-command: rm -f /org/udd.debian.net/mirrors/lintian.log && wget http://lintian.debian.org/lintian.log -O /org/udd.debian.net/mirrors/lintian.log
path: /org/udd.debian.net/mirrors/lintian.log
- schema: lintian
table: lintian
+ schema: lintian
More information about the Collab-qa-commits
mailing list