]> git.deb.at Git - deb/packages.git/blob - config.sh.sed.in
Basic configuration for packages.ubuntu.com
[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 localedir=%TOPDIR%/locale
15 staticdir=${topdir}/static
16 configdir=${topdir}/conf
17 templatedir=${topdir}/templates
18 cachedir=${topdir}/cache
19
20 # unset this if %SITE% moves somewhere where the packages files
21 # cannot be obtained locally
22 #
23 #localdir=/org/ftp.debian.org/ftp
24
25 # path to private ftp directory
26 #ftproot=/org/ftp.root
27
28 ftpsite=http://archive.ubuntu.com/ubuntu
29 security_ftpsite=$ftpsite
30
31 root=""
32
33 # Architectures
34 #
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"
39 parts="${sections}"
40 suites="warty hoary hoary-backports breezy breezy-backports dapper dapper-backports edgy edgy-backports feisty"
41 priorities="required important standard optional extra"
42 dists="${suites}"
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}"
59
60 # Miscellaneous
61 #
62 admin_email="djpig@debian.org"