| 1 |
# Configuration for packages.debian.org
|
| 2 |
#
|
| 3 |
|
| 4 |
topdir=/org/packages.debian.org
|
| 5 |
|
| 6 |
bindir=${topdir}/bin
|
| 7 |
filesdir=${topdir}/files
|
| 8 |
swishdir=${topdir}/swish++
|
| 9 |
htmldir=${topdir}/www
|
| 10 |
archivedir=${topdir}/archive
|
| 11 |
|
| 12 |
# unset this if packages.debian.org moves somewhere where the packages files
|
| 13 |
# cannot be obtained locally
|
| 14 |
#
|
| 15 |
localdir=/org/ftp.debian.org/ftp
|
| 16 |
|
| 17 |
ftpsite=http://ftp.debian.org/debian
|
| 18 |
nonus_ftpsite=http://ftp.uk.debian.org/debian-non-US
|
| 19 |
security_ftpsite=http://security.debian.org/debian-security
|
| 20 |
|
| 21 |
# Architectures
|
| 22 |
#
|
| 23 |
dists="stable testing unstable"
|
| 24 |
arch_stable="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
|
| 25 |
arch_testing="${arch_stable}"
|
| 26 |
arch_unstable="alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc"
|
| 27 |
arch_testing_proposed_updates="${arch_testing}"
|
| 28 |
arch_stable_proposed_updates="${arch_stable}"
|