X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=config.sh.sed.in;h=9d02310d409a48bd9ca5f54d01430f3dbb537438;hb=35f621f8e5c89f97dbce23145fc8f03a2dd1f674;hp=f554b1650f6d1c68aaaf36e6922f4df938df43da;hpb=11019f30eb92657600011459e50e65659922d049;p=deb%2Fpackages.git diff --git a/config.sh.sed.in b/config.sh.sed.in index f554b16..9d02310 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -30,11 +30,14 @@ 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 # @@ -49,7 +52,7 @@ 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}" +arch_lenny="${arch_etch} armel" arch_sid="${arch_sarge} armel hurd-i386 kfreebsd-i386 kfreebsd-amd64" arch_experimental="${arch_sid}" arch_lenny_proposed_updates="${arch_lenny}"