/[collab-qa]/udd/config.yaml
ViewVC logotype

Contents of /udd/config.yaml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1225 - (show annotations) (download)
Sun Sep 7 19:12:24 2008 UTC (4 years, 8 months ago) by lucas
File size: 6902 byte(s)
update default config
1 general:
2 dbname: udd
3 types:
4 sources: module udd.sources_gatherer
5 packages: module udd.packages_gatherer
6 setup: exec python db_manager.py
7 delete: exec python db_manager.py
8 src-pkg: module udd.src_and_pkg_gatherer
9 popcon: module udd.popcon_gatherer
10 testing-migrations: module udd.testing_migrations_gatherer
11 upload-history: module udd.upload_history_gatherer
12 orphaned_packages: module udd.orphaned_packages_gatherer
13 bugs: exec DEBBUGS_CONFIG_FILE=/org/udd.debian.net/mirrors/bugs.debian.org/etc/config perl /org/udd.debian.net/udd/udd/bugs_gatherer.pl
14 carnivore: module udd.carnivore_gatherer
15 lintian: module udd.lintian_gatherer
16 debug: 1
17 timestamp-dir: /org/udd.debian.net/timestamps
18 lock-dir: /org/udd.debian.net/locks
19
20 archs:
21 [alpha, amd64, arm, armeb, armel, hppa, hurd-i386,
22 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
23 mipsel, powerpc, ppc64, s390, sparc, all, any, lpia, m32r, s390x, sh3,
24 sh3eb, sh4, sh4eb, sh, knetbsd-i386, netbsd-alpha, sparc64,
25 netbsd-i386, hurd-powerpc, kfreebsd-powerpc, netbsd-powerpc, hurd-sparc,
26 kfreebsd-sparc, netbsd-sparc, darwin-i386, freebsd-i386, openbsd-i386, darwin-powerpc]
27
28 debian-lenny:
29 type: src-pkg
30 archs: [alpha, amd64, arm, armel, hppa,
31 i386, ia64, mips,
32 mipsel, powerpc, s390, sparc]
33 directory: /org/ftp.debian.org/dists/lenny/
34 components: [main, contrib, non-free]
35 distribution: debian
36 packages-table: packages
37 sources-table: sources
38 packages-schema: packages
39 sources-schema: sources
40 release: lenny
41
42 debian-sid:
43 type: src-pkg
44 archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
45 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
46 mipsel, powerpc, ppc64, s390, sparc]
47 directory: /org/ftp.debian.org/dists/sid/
48 components: [main, contrib, non-free]
49 distribution: debian
50 packages-table: packages
51 sources-table: sources
52 packages-schema: packages
53 sources-schema: sources
54 release: sid
55
56 debian-etch:
57 type: src-pkg
58 archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
59 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
60 mipsel, powerpc, ppc64, s390, sparc]
61 directory: /org/ftp.debian.org/dists/etch/
62 components: [main, contrib, non-free]
63 distribution: debian
64 packages-table: packages
65 sources-table: sources
66 packages-schema: packages
67 sources-schema: sources
68 release: etch
69
70 debian-backports-etch:
71 type: src-pkg
72 archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
73 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
74 mipsel, powerpc, ppc64, s390, sparc]
75 directory: /org/ftp.backports.org/dists/etch-backports/
76 components: [main, contrib, non-free]
77 distribution: debian-backports
78 packages-table: packages
79 sources-table: sources
80 packages-schema: packages
81 sources-schema: sources
82 release: etch
83
84 debian-volatile-etch:
85 type: src-pkg
86 archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
87 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
88 mipsel, powerpc, ppc64, s390, sparc]
89 directory: /org/volatile.debian.org/dists/etch/volatile/
90 components: [main, contrib, non-free]
91 distribution: debian-volatile
92 packages-table: packages
93 sources-table: sources
94 packages-schema: packages
95 sources-schema: sources
96 release: etch
97
98 ubuntu-intrepid:
99 type: src-pkg
100 archs: [amd64, i386]
101 directory: /org/udd.debian.net/mirrors/ubuntu/intrepid/
102 components: [main, multiverse, universe, restricted]
103 distribution: ubuntu
104 release: intrepid
105 packages-table: ubuntu_packages
106 sources-table: ubuntu_sources
107 packages-schema: packages
108 sources-schema: sources
109 update-command: /org/udd.debian.net/udd/scripts/sync-dist.sh archive.ubuntu.com::ubuntu/dists/intrepid /org/udd.debian.net/mirrors/ubuntu/intrepid
110
111 ubuntu-hardy:
112 type: src-pkg
113 archs: [amd64, i386]
114 directory: /org/udd.debian.net/mirrors/ubuntu/hardy/
115 components: [main, multiverse, universe, restricted]
116 distribution: ubuntu
117 release: hardy
118 packages-table: ubuntu_packages
119 sources-table: ubuntu_sources
120 packages-schema: packages
121 sources-schema: sources
122 update-command: /org/udd.debian.net/udd/scripts/sync-dist.sh archive.ubuntu.com::ubuntu/dists/hardy /org/udd.debian.net/mirrors/ubuntu/hardy
123
124 debian-popcon:
125 type: popcon
126 path: /org/udd.debian.net/tmp/all-popcon-results.txt.gz
127 update-command: wget -q -O /org/udd.debian.net/tmp/all-popcon-results.txt.gz http://popcon.debian.org/all-popcon-results.txt.gz
128 table: popcon
129 schema: popcon
130 packages-table: packages
131
132 ubuntu-popcon:
133 type: popcon
134 path: /org/udd.debian.net/tmp/ubuntu-popcon-results.txt.gz
135 update-command: wget -q -O /org/udd.debian.net/tmp/ubuntu-popcon-results.txt.gz http://popcon.ubuntu.com/all-popcon-results.txt.gz
136 table: ubuntu_popcon
137 schema: popcon
138 packages-table: ubuntu_packages
139
140 testing-migrations:
141 type: testing-migrations
142 path: /org/udd.debian.net/tmp/migrations
143 update-command: wget -q -O /org/udd.debian.net/tmp/migrations 'http://qa.debian.org/~lucas/testing-status.raw'
144 schema: testing_migrations
145 table: migrations
146
147 upload-history:
148 type: upload-history
149 path: /org/udd.debian.net/tmp/upload-history
150 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 -q -r --no-parent -nd -A debian-devel-* -P /org/udd.debian.net/tmp/upload-history http://qa.debian.org/~filippo/ddc/
151 schema: upload_history
152 table: upload_history
153
154 bugs:
155 type: bugs
156 archived: false
157 update-command: /org/udd.debian.net/mirrors/sync-bugs.debian.org
158 table: bugs
159 schema: bugs
160 archived-table: archived_bugs
161 packages-table: packages
162 usertags-table: bugs_usertags
163 sources-table: sources
164 debug: false
165
166 bugs-archive:
167 type: bugs
168 archived: true
169 table: bugs
170 schema: bugs
171 archived-table: archived_bugs
172 packages-table: packages
173 usertags-table: bugs_usertags
174 sources-table: sources
175 update-command: /org/udd.debian.net/mirrors/sync-bugs.debian.org
176
177 orphaned_packages:
178 type: orphaned_packages
179 table: orphaned_packages
180 setup: orphaned_packages
181 unarchived-table: bugs
182 schema: orphaned_packages
183 bugs-path: /org/bugs.debian.org
184
185 carnivore:
186 type: carnivore
187 update-command: /org/udd.debian.net/mirrors/sync-carnivore
188 path: /org/udd.debian.net/mirrors/qa.debian.org/carnivore/report
189 emails-table: carnivore_emails
190 names-table: carnivore_names
191 keys-table: carnivore_keys
192 login-table: carnivore_login
193 schema: carnivore
194
195 lintian:
196 type: lintian
197 update-command: rm -f /org/udd.debian.net/mirrors/lintian.log && wget -q http://lintian.debian.org/lintian.log -O /org/udd.debian.net/mirrors/lintian.log
198 path: /org/udd.debian.net/mirrors/lintian.log
199 table: lintian
200 schema: lintian

  ViewVC Help
Powered by ViewVC 1.1.5