]> git.deb.at Git - deb/packages.git/blobdiff - config.sh.sed.in
debtags.ja.po: Make one more tag up-to-date.
[deb/packages.git] / config.sh.sed.in
index 9a95654f61fd1bd6bd13cd2dac53371dd3272574..9fddcb86a605d79d2d78744a11d3bd315f755346 100644 (file)
@@ -32,7 +32,12 @@ amd64_ftpsite=http://amd64.debian.net/debian
 debports_ftpsite=http://ftp.debian-ports.org/debian
 ddtp_ftpsite=http://ddtp.debian.net/debian
 
+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
 #
@@ -47,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}"