| 1 |
general: |
general: |
| 2 |
dbname: udd |
dbname: udd-test |
| 3 |
types: |
types: |
| 4 |
sources: python sources_gatherer.py |
sources: module udd.sources_gatherer |
| 5 |
packages: python packages_gatherer.py |
packages: module udd.packages_gatherer |
| 6 |
setup: python db_manager.py |
setup: exec python db_manager.py |
| 7 |
delete: python db_manager.py |
delete: exec python db_manager.py |
| 8 |
src-pkg: python srcs_and_pkgs.py |
src-pkg: module udd.src_and_pkg_gatherer |
| 9 |
popcon: python popcon_gatherer.py |
popcon: module udd.popcon_gatherer |
| 10 |
# src-pkg: python sources_gatherer.py |
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 |
debug: 1 |
| 15 |
|
|
| 16 |
archs: |
archs: |
| 29 |
script: setup-db.sql |
script: setup-db.sql |
| 30 |
|
|
| 31 |
debian-lenny: |
debian-lenny: |
| 32 |
type: packages |
type: src-pkg |
| 33 |
archs: [alpha, amd64, arm, armel, hppa, |
archs: [alpha, amd64, arm, armel, hppa, |
| 34 |
i386, ia64, mips, |
i386, ia64, mips, |
| 35 |
mipsel, powerpc, s390, sparc] |
mipsel, powerpc, s390, sparc] |
| 78 |
distribution: debian-volatile |
distribution: debian-volatile |
| 79 |
release: etch |
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: |
test-src: |
| 101 |
type: sources |
type: sources |
| 102 |
directory: /org/ftp.debian.org/dists/lenny/ |
directory: /org/ftp.debian.org/dists/lenny/ |
| 115 |
i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips, |
i386, i486, ia64, kfreebsd-amd64, kfreebsd-i386, m68k, mips, |
| 116 |
mipsel, powerpc, ppc64, s390, sparc, all, any] |
mipsel, powerpc, ppc64, s390, sparc, all, any] |
| 117 |
|
|
| 118 |
popcon: |
debian-popcon: |
| 119 |
|
type: popcon |
| 120 |
|
path: ./all-popcon-results.txt.gz |
| 121 |
|
update-command: wget -O ./all-popcon-results.txt.gz http://popcon.debian.org/all-popcon-results.txt.gz |
| 122 |
|
distribution: debian |
| 123 |
|
|
| 124 |
|
ubuntu-popcon: |
| 125 |
type: popcon |
type: popcon |
| 126 |
path: /tmp/all-popcon-results.txt.gz |
path: /tmp/udd-test/ubuntu-popcon-results.txt.gz |
| 127 |
|
update-command: wget -O /tmp/udd-test/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 |