X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=config.sh.sed.in;h=2f12546ccca4466ca340dcecfb73b289be3da675;hb=be5632280d10cafd25ee4ea3b22b653250cb2e9f;hp=edfbc3eaa796946d110a93111843371c22af582e;hpb=bd84d4a86349818098f7767d667ed020a415aadb;p=deb%2Fpackages.git diff --git a/config.sh.sed.in b/config.sh.sed.in index edfbc3e..2f12546 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -28,40 +28,43 @@ ftpsite=http://archive.ubuntu.com/ubuntu security_ftpsite=http://archive.ubuntu.com/ubuntu #ddtp_ftpsite=http://archive.ubuntu.com/ubuntu -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 ko nl pl pt pt-br ru sk sv uk zh-cn zh-tw" +polangs="bg de fi fr hu ja nl ru sk sv uk zh-cn zh-tw" +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" sections="main multiverse restricted universe" parts="$sections" -suites="dapper dapper-updates dapper-backports edgy edgy-updates edgy-backports feisty feisty-updates feisty-backports gutsy gutsy-updates gutsy-backports hardy hardy-updates hardy-backports intrepid" -dists="$suites" +suites="hardy hardy-updates hardy-backports lucid lucid-updates lucid-backports maverick maverick-updates maverick-backports natty natty-updates natty-backports oneiric oneiric-updates oneiric-backports precise" priorities="required important standard optional extra" -architectures="i386 amd64 powerpc" -arch_dapper="i386 amd64 powerpc" -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}" -arch_feisty_updates="${arch_feisty}" -arch_feisty_backports="${arch_feisty}" -arch_gutsy="${arch_feisty}" -arch_gutsy_updates="${arch_gutsy}" -arch_gutsy_backports="${arch_gutsy}" +dists="$suites" +architectures="i386 amd64 powerpc armel" arch_hardy="i386 amd64" arch_hardy_updates="${arch_hardy}" arch_hardy_backports="${arch_hardy}" -arch_intrepid="${arch_hardy}" -arch_intrepid_updates="${arch_intrepid}" -arch_intrepid_backports="${arch_intrepid}" +arch_lucid="${arch_hardy}" +arch_lucid_updates="${arch_lucid}" +arch_lucid_backports="${arch_lucid}" +arch_maverick="${arch_lucid}" +arch_maverick_updates="${arch_maverick}" +arch_maverick_backports="${arch_maverick}" +arch_natty="${arch_maverick}" +arch_natty_updates="${arch_natty}" +arch_natty_backports="${arch_natty}" +arch_oneiric="${arch_maverick}" +arch_oneiric_updates="${arch_oneiric}" +arch_oneiric_backports="${arch_oneiric}" +arch_precise="${arch_oneiric}" +arch_precise_updates="${arch_precise}" +arch_precise_backports="${arch_precise}" # Miscellaneous # -admin_email="djpig@debian.org" +admin_email="rhonda@debian.org"