1 # Configuration for %SITE%
8 scriptdir=${topdir}/htmlscripts
10 filesdir=${topdir}/files
12 archivedir=${topdir}/archive
14 localedir=%TOPDIR%/locale
15 staticdir=${topdir}/static
16 configdir=${topdir}/conf
17 templatedir=${topdir}/templates
18 cachedir=${topdir}/cache
20 # unset this if %SITE% moves somewhere where the packages files
21 # cannot be obtained locally
23 #localdir=/org/ftp.debian.org/ftp
25 # path to private ftp directory
26 #ftproot=/org/ftp.root
28 ftpsite=http://archive.ubuntu.com/ubuntu
29 security_ftpsite=$ftpsite
35 polangs="de fi nl fr uk"
36 ddtplangs="de cs da eo es fi fr hu it ja nl pl pt_BR pt_PT ru sk sv_SE uk"
37 archives="us security"
38 sections="main multiverse restricted universe"
40 suites="warty hoary hoary-backports breezy breezy-backports dapper dapper-backports edgy edgy-backports feisty"
41 priorities="required important standard optional extra"
43 architectures="i386 amd64 powerpc"
44 arch_warty="i386 amd64 powerpc"
45 arch_warty_updates="${arch_warty}"
46 arch_hoary="${arch_warty}"
47 arch_hoary_backports="${arch_hoary}"
48 arch_hoary_updates="${arch_hoary}"
49 arch_breezy="${arch_hoary}"
50 arch_breezy_updates="${arch_breezy}"
51 arch_breezy_backports="${arch_breezy}"
52 arch_dapper="${arch_breezy}"
53 arch_dapper_updates="${arch_dapper}"
54 arch_dapper_backports="${arch_dapper}"
55 arch_edgy="${arch_dapper}"
56 arch_edgy_updates="${arch_edgy}"
57 arch_edgy_backports="${arch_edgy}"
58 arch_feisty="${arch_edgy}"
62 admin_email="djpig@debian.org"