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

Diff of /udd/test.yaml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 916 by neronus-guest, Sat Jul 12 17:32:38 2008 UTC revision 1068 by neronus-guest, Mon Aug 11 13:33:24 2008 UTC
# Line 1  Line 1 
1  general:  general:
2    dbname: udd    dbname: udd-test
3    types:    types:
4      sources: module udd.sources_gatherer      sources: module udd.sources_gatherer
5      packages: module udd.packages_gatherer      packages: module udd.packages_gatherer
# Line 8  general: Line 8  general:
8      src-pkg: module udd.src_and_pkg_gatherer      src-pkg: module udd.src_and_pkg_gatherer
9      popcon: module udd.popcon_gatherer      popcon: module udd.popcon_gatherer
10      testing-migrations: module udd.testing_migrations_gatherer      testing-migrations: module udd.testing_migrations_gatherer
11        upload-history: module udd.upload_history_gatherer
12        bugs: exec DEBBUGS_CONFIG_FILE=/org/udd.debian.net/mirrors/bugs.debian.org/etc/config perl ./udd/bugs_gatherer.pl
13        carnivore: module udd.carnivore_gatherer
14        lintian: module udd.lintian_gatherer
15        #src-pkg: module udd.packages_gatherer
16      #src-pkg: python sources_gatherer.py      #src-pkg: python sources_gatherer.py
17    debug: 1    debug: 1
18      update-timestamp-folder: ./timestamps/
19      schema-dir: ./schema/
20    
21    archs:    archs:
22     [alpha, amd64, arm, armeb, armel, hppa, hurd-i386,     [alpha, amd64, arm, armeb, armel, hppa, hurd-i386,
# Line 33  debian-lenny: Line 40  debian-lenny:
40            mipsel, powerpc, s390, sparc]            mipsel, powerpc, s390, sparc]
41    directory: /org/ftp.debian.org/dists/lenny/    directory: /org/ftp.debian.org/dists/lenny/
42    components: [main, contrib, non-free]    components: [main, contrib, non-free]
43      packages-schema: packages
44      sources-schema: sources
45      packages-table: packages
46      sources-table: sources
47    distribution: debian    distribution: debian
48    release: lenny    release: lenny
49    
# Line 43  debian-sid: Line 54  debian-sid:
54            mipsel, powerpc, ppc64, s390, sparc]            mipsel, powerpc, ppc64, s390, sparc]
55    directory: /org/ftp.debian.org/dists/sid/    directory: /org/ftp.debian.org/dists/sid/
56    components: [main, contrib, non-free]    components: [main, contrib, non-free]
57      packages-schema: packages
58      sources-schema: sources
59      packages-table: packages
60      sources-table: sources
61    distribution: debian    distribution: debian
62    release: sid    release: sid
63    
# Line 54  debian-etch: Line 69  debian-etch:
69    directory: /org/ftp.debian.org/dists/etch/    directory: /org/ftp.debian.org/dists/etch/
70    components: [main, contrib, non-free]    components: [main, contrib, non-free]
71    distribution: debian    distribution: debian
72      packages-schema: packages
73      sources-schema: sources
74      packages-table: packages
75      sources-table: sources
76    release: etch    release: etch
77    
78  debian-backports-etch:  debian-backports-etch:
# Line 64  debian-backports-etch: Line 83  debian-backports-etch:
83    directory: /org/ftp.backports.org/dists/etch-backports/    directory: /org/ftp.backports.org/dists/etch-backports/
84    components: [main, contrib, non-free]    components: [main, contrib, non-free]
85    distribution: debian-backports    distribution: debian-backports
86      packages-schema: packages
87      sources-schema: sources
88      packages-table: packages
89      sources-table: sources
90    release: etch    release: etch
91    
92  debian-volatile-etch:  debian-volatile-etch:
# Line 73  debian-volatile-etch: Line 96  debian-volatile-etch:
96            mipsel, powerpc, ppc64, s390, sparc]            mipsel, powerpc, ppc64, s390, sparc]
97    directory: /org/volatile.debian.org/dists/etch/volatile/    directory: /org/volatile.debian.org/dists/etch/volatile/
98    components: [main, contrib, non-free]    components: [main, contrib, non-free]
99      packages-schema: packages
100      sources-schema: sources
101      packages-table: packages
102      sources-table: sources
103    distribution: debian-volatile    distribution: debian-volatile
104    release: etch    release: etch
105    
# Line 83  ubuntu-intrepid: Line 110  ubuntu-intrepid:
110    components: [main, multiverse, universe, restricted]    components: [main, multiverse, universe, restricted]
111    distribution: ubuntu    distribution: ubuntu
112    release: intrepid    release: intrepid
113      packages-schema: packages
114      sources-schema: sources
115      packages-table: ubuntu_packages
116      sources-table: ubuntu_sources
117    update-command: ./ubuntu-rsync intrepid ./ubuntu    update-command: ./ubuntu-rsync intrepid ./ubuntu
118    
119  ubuntu-hardy:  ubuntu-hardy:
# Line 92  ubuntu-hardy: Line 123  ubuntu-hardy:
123    components: [main, multiverse, universe, restricted]    components: [main, multiverse, universe, restricted]
124    distribution: ubuntu    distribution: ubuntu
125    release: hardy    release: hardy
126      packages-schema: packages
127      sources-schema: sources
128      packages-table: ubuntu_packages
129      sources-table: ubuntu_sources
130    update-command: ./ubuntu-rsync hardy ./ubuntu    update-command: ./ubuntu-rsync hardy ./ubuntu
131    
132    
# Line 115  test-pkg: Line 150  test-pkg:
150    
151  debian-popcon:  debian-popcon:
152    type: popcon    type: popcon
153    path: /tmp/all-popcon-results.txt.gz    path: ./all-popcon-results.txt.gz
154    update-command: wget -O /tmp/all-popcon-results.txt.gz http://popcon.debian.org/all-popcon-results.txt.gz    update-command: wget -O ./all-popcon-results.txt.gz http://popcon.debian.org/all-popcon-results.txt.gz
155    distribution: debian    table: popcon
156      schema: popcon
157      packages-table: packages
158    
159  ubuntu-popcon:  ubuntu-popcon:
160    type: popcon    type: popcon
161    path: /tmp/ubuntu-popcon-results.txt.gz    path: /tmp/udd-test/ubuntu-popcon-results.txt.gz
162    update-command: wget -O /tmp/ubuntu-popcon-results.txt.gz http://popcon.ubuntu.com/all-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
163    distribution: ubuntu    table: ubuntu_popcon
164      schema: popcon
165      packages-table: ubuntu_packages
166    
167  testing-migrations:  testing-migrations:
168    type: testing-migrations    type: testing-migrations
169    path: /tmp/migrations    path: /tmp/migrations
170    update-command: echo "test"; wget -O /tmp/migrations 'http://qa.debian.org/~lucas/testing-status.raw'    schema: testing_migrations
171      table: migrations
172      update-command: wget -O /tmp/migrations 'http://qa.debian.org/~lucas/testing-status.raw'
173    
174    upload-history:
175      type: upload-history
176      path: /tmp/upload-history
177      schema: upload_history
178      table: upload_history
179      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://giunched.web.cs.unibo.it/nokeys/
180    
181    bugs:
182      type: bugs
183      archived: false
184      table: bugs
185      schema: bugs
186      archived-table: archived_bugs
187      packages-table: packages
188      usertags-table: bugs_usertags
189      sources-table: sources
190      update-command: /org/udd.debian.net/mirrors/sync-bugs.debian.org
191    
192    bugs-archive:
193      type: bugs
194      archived: true
195      table: bugs
196      schema: bugs
197      archived-table: archived_bugs
198      packages-table: packages
199      sources-table: sources
200      usertags-table: bugs_usertags
201      update-command: /org/udd.debian.net/mirrors/sync-bugs.debian.org
202    
203    carnivore:
204      type: carnivore
205      update-command: /org/udd.debian.net/mirrors/sync-carnivore
206      path: /org/udd.debian.net/mirrors/qa.debian.org/carnivore/report
207      emails-table: carnivore_emails
208      names-table: carnivore_names
209      keys-table: carnivore_keys
210      login-table: carnivore_login
211      schema: carnivore
212    
213    lintian:
214      type: lintian
215      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
216      path: /org/udd.debian.net/mirrors/lintian.log
217      schema: lintian
218      table: lintian

Legend:
Removed from v.916  
changed lines
  Added in v.1068

  ViewVC Help
Powered by ViewVC 1.1.5