aboutsummaryrefslogtreecommitdiff
path: root/config.sh.sed.in
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2007-04-14 19:23:39 +0200
committerFrank Lichtenheld <frank@lichtenheld.de>2007-04-14 19:23:39 +0200
commitea4bd46118fe7f7ada75068981d83ec0de0f4515 (patch)
tree21c2b7a2786bd4a30454f56a17cf20e0087187af /config.sh.sed.in
parent3e393c7c26b59c3f0917b121d6f8492d2cc20724 (diff)
Basic configuration for packages.ubuntu.com
Site is actually packages.ubuntu.lichtenheld.net until I switch the real site to this code. This doesn't change any HTML templates yet. So the site still look a lot like packages.debian.org. Basic functionality should be there, though.
Diffstat (limited to 'config.sh.sed.in')
-rw-r--r--config.sh.sed.in44
1 files changed, 23 insertions, 21 deletions
diff --git a/config.sh.sed.in b/config.sh.sed.in
index 1868bce..b7b9f9f 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -25,14 +25,8 @@ cachedir=${topdir}/cache
# path to private ftp directory
#ftproot=/org/ftp.root
-ftpsite=http://ftp.de.debian.org/debian
-nonus_ftpsite=http://ftp.uk.debian.org/debian-non-US
-security_ftpsite=http://security.debian.org/debian-security
-volatile_ftpsite=http://volatile.debian.org/debian-volatile
-backports_ftpsite=http://backports.org/debian
-amd64_ftpsite=http://amd64.debian.net/debian
-#kfreebsd_ftpsite=http://kfreebsd-gnu.debian.net/debian
-kfreebsd_ftpsite=http://ftp.de.debian.org/debian-kfreebsd
+ftpsite=http://archive.ubuntu.com/ubuntu
+security_ftpsite=$ftpsite
root=""
@@ -40,20 +34,28 @@ root=""
#
polangs="de fi nl fr uk"
ddtplangs="de cs da eo es fi fr hu it ja nl pl pt_BR pt_PT ru sk sv_SE uk"
-archives="us security amd64 kfreebsd backports volatile"
-sections="main contrib non-free"
-parts="$sections"
-suites="oldstable oldstable-volatile oldstable-backports stable stable-volatile stable-backports testing unstable experimental"
+archives="us security"
+sections="main multiverse restricted universe"
+parts="${sections}"
+suites="warty hoary hoary-backports breezy breezy-backports dapper dapper-backports edgy edgy-backports feisty"
priorities="required important standard optional extra"
-dists="$suites"
-architectures="alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc s390 sparc"
-arch_oldstable="alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
-arch_stable="alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc"
-arch_testing="${arch_stable}"
-arch_unstable="${arch_oldstable} hurd-i386 kfreebsd-i386 kfreebsd-amd64"
-arch_experimental="${arch_unstable}"
-arch_testing_proposed_updates="${arch_testing}"
-arch_stable_proposed_updates="${arch_stable}"
+dists="${suites}"
+architectures="i386 amd64 powerpc"
+arch_warty="i386 amd64 powerpc"
+arch_warty_updates="${arch_warty}"
+arch_hoary="${arch_warty}"
+arch_hoary_backports="${arch_hoary}"
+arch_hoary_updates="${arch_hoary}"
+arch_breezy="${arch_hoary}"
+arch_breezy_updates="${arch_breezy}"
+arch_breezy_backports="${arch_breezy}"
+arch_dapper="${arch_breezy}"
+arch_dapper_updates="${arch_dapper}"
+arch_dapper_backports="${arch_dapper}"
+arch_edgy="${arch_dapper}"
+arch_edgy_updates="${arch_edgy}"
+arch_edgy_backports="${arch_edgy}"
+arch_feisty="${arch_edgy}"
# Miscellaneous
#