]> git.deb.at Git - deb/packages.git/blob - config.sh.sed.in
Some fixes for Polish translation.
[deb/packages.git] / config.sh.sed.in
1 # Configuration for %SITE%
2 #
3
4 topdir=%TOPDIR%
5
6 tmpdir=${topdir}/tmp
7 bindir=${topdir}/bin
8 scriptdir=${topdir}/htmlscripts
9 libdir=${topdir}/lib
10 filesdir=${topdir}/files
11 htmldir=${topdir}/www
12 archivedir=${topdir}/archive
13 podir=${topdir}/po
14 staticdir=${topdir}/static
15 configdir=${topdir}/conf
16 templatedir=${topdir}/templates
17 cachedir=${topdir}/cache
18
19 # unset this if %SITE% moves somewhere where the packages files
20 # cannot be obtained locally
21 #
22 #localdir=/org/ftp.debian.org/debian
23
24 # path to private ftp directory
25 #ftproot=/org/ftp.root
26
27 ftpsite=http://ftp.de.debian.org/debian
28 security_ftpsite=http://security.debian.org/debian-security
29 volatile_ftpsite=http://volatile.debian.org/debian-volatile
30 backports_ftpsite=http://backports.debian.org/debian-backports
31 debports_ftpsite=http://ftp.debian-ports.org/debian
32 ddtp_ftpsite=
33
34 wget_cmd="wget --no-verbose --tries=2 --timeout=60"
35 check_release_cmd="perl -I${libdir} ${bindir}/check-release --verbose --ignoremissing --keyring ${configdir}/trusted.gpg"
36
37 # URLs that need to be known in the code (as opposed to the templates)
38 root=""
39 search_url="/search"
40
41 # Architectures
42 #
43 polangs="bg de fi fr hu ja nl pl ru sk sv uk zh-cn zh-tw"
44 ddtplangs="ca cs da de eo es eu fi fr hu it ja km ko nl pl pt pt-br ru sk sv uk zh zh-cn zh-tw"
45 archives="us security debports backports volatile"
46 sections="main contrib non-free"
47 parts="$sections"
48 suites="etch etch-m68k etch-volatile etch-backports lenny lenny-volatile lenny-backports squeeze squeeze-backports sid experimental"
49 priorities="required important standard optional extra"
50 dists="$suites"
51 architectures="alpha amd64 arm armel avr32 hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc powerpcspe s390 sh4 sparc sparc64"
52 arch_etch="alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc"
53 arch_lenny="${arch_etch} armel"
54 arch_squeeze="alpha amd64 armel hppa i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc s390 sparc"
55 arch_sid="${arch_squeeze} avr32 hurd-i386 m68k powerpcspe sh4 sparc64"
56 arch_experimental="${arch_sid}"
57 arch_lenny_proposed_updates="${arch_lenny}"
58 arch_etch_proposed_updates="${arch_etch}"
59
60 # Miscellaneous
61 #
62 admin_email="djpig@debian.org"