1 # Configuration for %SITE%
8 scriptdir=${topdir}/htmlscripts
10 filesdir=${topdir}/files
12 archivedir=${topdir}/archive
14 staticdir=${topdir}/static
15 configdir=${topdir}/conf
16 templatedir=${topdir}/templates
17 cachedir=${topdir}/cache
19 # unset this if %SITE% moves somewhere where the packages files
20 # cannot be obtained locally
22 #localdir=/org/ftp.debian.org/debian
24 # path to private ftp directory
25 #ftproot=/org/ftp.root
27 ftpsite=http://archive.debian.org/
28 ddtp_ftpsite=http://ddtp.debian.net/debian
30 wget_cmd="wget --no-verbose --tries=2 --timeout=60"
31 check_release_cmd="perl -I${libdir} ${bindir}/check-release --verbose --ignoremissing --keyring ${configdir}/trusted.gpg"
33 # URLs that need to be known in the code (as opposed to the templates)
39 polangs="de fi fr hu ja nl ru sv uk zh-cn"
40 ddtplangs="ca cs da de eo es fi fr hu it ja km-kh ko nl pl pt pt-br ru sk sv uk zh-cn zh-tw"
42 sections="main contrib non-free"
44 suites="bo hamm slink potato woody"
45 priorities="required important standard optional extra"
47 architectures="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
50 arch_slink="alpha i386 m68k sparc"
51 arch_potato="alpha arm i386 ia64 m68k powerpc sparc"
52 arch_woody="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
56 admin_email="djpig@debian.org"