X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=config.sh.sed.in;h=22b51937e044ebd702408287809c6cbfad0b37a6;hb=fa9c56ffd5952da110ed11757fa82585f4bcae76;hp=5c0289e6c431756c57dde8ab7e6fff38ee17bda1;hpb=bac45517455f75f42f8a79df2148945fbe71d21d;p=deb%2Fpackages.git diff --git a/config.sh.sed.in b/config.sh.sed.in index 5c0289e..22b5193 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -28,9 +28,12 @@ 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 # @@ -39,17 +42,14 @@ ddtplangs="ca cs da de eo es fi fr hu it ja ko nl pl pt pt-br ru sk sv uk zh-cn 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" +suites="dapper dapper-updates dapper-backports feisty feisty-updates feisty-backports gutsy gutsy-updates gutsy-backports hardy hardy-updates hardy-backports intrepid intrepid-updates intrepid-backports" dists="$suites" 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="${arch_dapper}" arch_feisty_updates="${arch_feisty}" arch_feisty_backports="${arch_feisty}" arch_gutsy="${arch_feisty}" @@ -58,6 +58,9 @@ arch_gutsy_backports="${arch_gutsy}" 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}" # Miscellaneous #