X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=config.sh;h=eab1b2b5504898946b697cf51d89107f6ae32b9c;hp=a5aa6db59ba081fc431c0dfe37abc2f03b68cd6f;hb=61f260a9f3e0448011801416af88d04f61d778b1;hpb=56d4b3ed57e20359e5ea46feabb850cf4a94caf2 diff --git a/config.sh b/config.sh index a5aa6db..eab1b2b 100644 --- a/config.sh +++ b/config.sh @@ -32,6 +32,7 @@ amd64_ftpsite=http://amd64.debian.net/debian kfreebsd_ftpsite=http://kfreebsd-gnu.debian.net/debian root="" +hostname="http://packages.debian.net" search_page="http://packages.debian.net/" search_url="/search" webmaster=webmaster@debian.org @@ -47,16 +48,16 @@ cn_help_url="http://www.debian.org/intro/cn" # 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 non-US security volatile backports" +archives="us non-US security amd64 kfreebsd backports volatile" sections="main contrib non-free" parts="$sections" -suites="oldstable stable testing unstable experimental" +suites="oldstable stable stable-volatile stable-backports testing unstable experimental" dists="$suites" -architectures="alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc s390 sparc" +architectures="alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc s390 sparc" arch_oldstable="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc" arch_stable="${arch_oldstable} amd64" arch_testing="${arch_stable}" -arch_unstable="${arch_stable} hurd-i386 kfreebsd-i386" +arch_unstable="${arch_stable} hurd-i386 kfreebsd-i386 kfreebsd-amd64" arch_experimental="${arch_unstable}" arch_testing_proposed_updates="${arch_testing}" arch_stable_proposed_updates="${arch_stable}"