X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=config.sh.sed.in;h=f9c1b071a136205684a0a565f509ec858cb458fc;hp=576ba3f6ec9acda7913d15316c5a9f38673e16b7;hb=ebf38a5169f3013cf60f9d0bad612e24fe1908e6;hpb=e857c7faf655933b3e6395312e46fe8a52591449 diff --git a/config.sh.sed.in b/config.sh.sed.in index 576ba3f..f9c1b07 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -28,29 +28,31 @@ ftpsite=http://ftp.de.debian.org/debian 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 debports_ftpsite=http://ftp.debian-ports.org/debian -ddtp_ftpsite=http://ddtp.debian.net/debian +ddtp_ftpsite= -wget_cmd="wget --no-verbose --tries=2 --timeout=60" +wget_cmd="wget --no-verbose --tries=2 --timeout=60" +check_release_cmd="perl -I${libdir} ${bindir}/check-release --verbose --ignoremissing --keyring ${configdir}/trusted.gpg" +# URLs that need to be known in the code (as opposed to the templates) root="" +search_url="/search" # Architectures # polangs="de fi fr hu ja nl ru sv uk zh-cn" -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" -archives="us security amd64 debports backports volatile" +ddtplangs="ca cs da de eo es eu fi fr hu it ja km ko nl pl pt pt-br ru sk sv uk zh zh-cn zh-tw" +archives="us security debports backports volatile" sections="main contrib non-free" parts="$sections" -suites="sarge sarge-volatile sarge-backports etch etch-m68k etch-volatile etch-backports lenny sid experimental" +suites="etch etch-m68k etch-volatile etch-backports lenny lenny-volatile lenny-backports squeeze sid experimental" priorities="required important standard optional extra" dists="$suites" architectures="alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc s390 sparc" -arch_sarge="alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc" arch_etch="alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc" arch_lenny="${arch_etch} armel" -arch_sid="${arch_sarge} armel hurd-i386 kfreebsd-i386 kfreebsd-amd64" +arch_squeeze="alpha amd64 armel hppa i386 ia64 mips mipsel powerpc s390 sparc" +arch_sid="${arch_squeeze} hurd-i386 kfreebsd-i386 kfreebsd-amd64 m68k" arch_experimental="${arch_sid}" arch_lenny_proposed_updates="${arch_lenny}" arch_etch_proposed_updates="${arch_etch}"