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

Contents of /udd/src/test.yaml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 945 - (show annotations) (download)
Sun Jul 27 12:53:57 2008 UTC (4 years, 9 months ago) by neronus-guest
File size: 5006 byte(s)
Added possibility to import archived bugs
renamed bugs.affects_testings to bugs.affects_testing
1 general:
2 dbname: udd-test
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 bugs: exec DEBBUGS_CONFIG_FILE=/org/udd.debian.net/mirrors/bugs.debian.org/etc/config perl ./udd/bugs_gatherer.pl
13 #src-pkg: python sources_gatherer.py
14 debug: 1
15
16 archs:
17 [alpha, amd64, arm, armeb, armel, hppa, hurd-i386,
18 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
19 mipsel, powerpc, ppc64, s390, sparc, all, any, lpia, m32r, s390x, sh3,
20 sh3eb, sh4, sh4eb, sh, knetbsd-i386, netbsd-alpha, sparc64,
21 netbsd-i386, hurd-powerpc, kfreebsd-powerpc, netbsd-powerpc, hurd-sparc,
22 kfreebsd-sparc, netbsd-sparc, darwin-i386, freebsd-i386, openbsd-i386, darwin-powerpc]
23
24 delete:
25 type: delete
26
27 setup:
28 type: setup
29 script: setup-db.sql
30
31 debian-lenny:
32 type: src-pkg
33 archs: [alpha, amd64, arm, armel, hppa,
34 i386, ia64, mips,
35 mipsel, powerpc, s390, sparc]
36 directory: /org/ftp.debian.org/dists/lenny/
37 components: [main, contrib, non-free]
38 distribution: debian
39 release: lenny
40
41 debian-sid:
42 type: src-pkg
43 archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
44 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
45 mipsel, powerpc, ppc64, s390, sparc]
46 directory: /org/ftp.debian.org/dists/sid/
47 components: [main, contrib, non-free]
48 distribution: debian
49 release: sid
50
51 debian-etch:
52 type: src-pkg
53 archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
54 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
55 mipsel, powerpc, ppc64, s390, sparc]
56 directory: /org/ftp.debian.org/dists/etch/
57 components: [main, contrib, non-free]
58 distribution: debian
59 release: etch
60
61 debian-backports-etch:
62 type: src-pkg
63 archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
64 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
65 mipsel, powerpc, ppc64, s390, sparc]
66 directory: /org/ftp.backports.org/dists/etch-backports/
67 components: [main, contrib, non-free]
68 distribution: debian-backports
69 release: etch
70
71 debian-volatile-etch:
72 type: src-pkg
73 archs: [alpha, amd64, arm, armel, hppa, hurd-i386,
74 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
75 mipsel, powerpc, ppc64, s390, sparc]
76 directory: /org/volatile.debian.org/dists/etch/volatile/
77 components: [main, contrib, non-free]
78 distribution: debian-volatile
79 release: etch
80
81 ubuntu-intrepid:
82 type: src-pkg
83 archs: [amd64, i386]
84 directory: ./ubuntu/intrepid/
85 components: [main, multiverse, universe, restricted]
86 distribution: ubuntu
87 release: intrepid
88 update-command: ./ubuntu-rsync intrepid ./ubuntu
89
90 ubuntu-hardy:
91 type: src-pkg
92 archs: [amd64, i386]
93 directory: ./ubuntu/hardy/
94 components: [main, multiverse, universe, restricted]
95 distribution: ubuntu
96 release: hardy
97 update-command: ./ubuntu-rsync hardy ./ubuntu
98
99
100 test-src:
101 type: sources
102 directory: /org/ftp.debian.org/dists/lenny/
103 components: [main, contrib, non-free]
104 distribution: test
105 release: test
106
107 test-pkg:
108 type: packages
109 directory: /org/ftp.debian.org/dists/lenny/
110 components: [main, contrib, non-free]
111 distribution: test
112 release: test
113 archs:
114 [alpha, amd64, arm, armeb, armel, hppa, hurd-i386,
115 i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips,
116 mipsel, powerpc, ppc64, s390, sparc, all, any]
117
118 debian-popcon:
119 type: popcon
120 path: /tmp/all-popcon-results.txt.gz
121 update-command: wget -O /tmp/all-popcon-results.txt.gz http://popcon.debian.org/all-popcon-results.txt.gz
122 distribution: debian
123
124 ubuntu-popcon:
125 type: popcon
126 path: /tmp/ubuntu-popcon-results.txt.gz
127 update-command: wget -O /tmp/ubuntu-popcon-results.txt.gz http://popcon.ubuntu.com/all-popcon-results.txt.gz
128 distribution: ubuntu
129
130 testing-migrations:
131 type: testing-migrations
132 path: /tmp/migrations
133 update-command: wget -O /tmp/migrations 'http://qa.debian.org/~lucas/testing-status.raw'
134
135 upload-history:
136 type: upload-history
137 path: /tmp/upload-history
138 #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/
139 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/
140
141 bugs:
142 type: bugs
143 archived: false
144 update-command: /org/udd.debian.org/mirrors/sync-bugs.debian.org
145
146 bugs-archive:
147 type: bugs
148 archived: true
149 update-command: /org/udd.debian.org/mirrors/sync-bugs.debian.org

  ViewVC Help
Powered by ViewVC 1.1.5