X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=config.sh.sed.in;h=ac8e03ee7d90fd9100cd415ce20820dba49f3cb2;hb=5db229e24c1403bdb4f49ba1f7d463c8e4a274af;hp=f6b77f99e75186359b085437fe112f330756314e;hpb=f909d7655f462eb2285e07a755474796c8cf9e17;p=deb%2Fpackages.git diff --git a/config.sh.sed.in b/config.sh.sed.in index f6b77f9..ac8e03e 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -11,7 +11,6 @@ filesdir=${topdir}/files htmldir=${topdir}/www archivedir=${topdir}/archive podir=${topdir}/po -localedir=%TOPDIR%/locale staticdir=${topdir}/static configdir=${topdir}/conf templatedir=${topdir}/templates @@ -26,37 +25,45 @@ cachedir=${topdir}/cache #ftproot=/org/ftp.root ftpsite=http://archive.ubuntu.com/ubuntu -security_ftpsite=$ftpsite -ddtp_ftpsite=http://ddtp.debian.net/debian +security_ftpsite=http://archive.ubuntu.com/ubuntu +#ddtp_ftpsite=http://archive.ubuntu.com/ubuntu +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 uk" -ddtplangs="ca cs da de eo es fi fr go hu it ja km_KH ko nl pl pt pt_BR ru sk sv uk zh 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" -dists="${suites}" +parts="$sections" +suites="dapper dapper-updates dapper-backports hardy hardy-updates hardy-backports jaunty jaunty-updates jaunty-backports karmic karmic-updates karmic-backports lucid lucid-updates lucid-backports maverick" priorities="required important standard optional extra" +dists="$suites" 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}" -arch_hardy="${arch_gutsy}" +arch_hardy="i386 amd64" arch_hardy_updates="${arch_hardy}" arch_hardy_backports="${arch_hardy}" +arch_jaunty="${arch_hardy}" +arch_jaunty_updates="${arch_jaunty}" +arch_jaunty_backports="${arch_jaunty}" +arch_karmic="${arch_jaunty}" +arch_karmic_updates="${arch_karmic}" +arch_karmic_backports="${arch_karmic}" +arch_lucid="${arch_karmic}" +arch_lucid_updates="${arch_lucid}" +arch_lucid_backports="${arch_lucid}" +arch_maverick="${arch_lucid}" +arch_maverick_updates="${arch_maverick}" +arch_maverick_backports="${arch_maverick}" # Miscellaneous #