]> git.deb.at Git - deb/packages.git/blobdiff - config.sh.sed.in
Reflect lucid release, add maverick.
[deb/packages.git] / config.sh.sed.in
index b7b9f9f684d08e3a257f2fe4521eaa32d4b5a735..a89737733e546877d53bf51ad44dec0ed4e158fa 100644 (file)
@@ -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
@@ -20,42 +19,54 @@ cachedir=${topdir}/cache
 # unset this if %SITE% moves somewhere where the packages files
 # cannot be obtained locally
 #
-#localdir=/org/ftp.debian.org/ftp
+#localdir=/org/ftp.debian.org/debian
 
 # path to private ftp directory
 #ftproot=/org/ftp.root
 
 ftpsite=http://archive.ubuntu.com/ubuntu
-security_ftpsite=$ftpsite
+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 nl fr uk"
-ddtplangs="de cs da eo es fi fr hu it ja nl pl pt_BR pt_PT ru sk sv_SE uk"
+polangs="de fi fr hu ja nl ru sk sv uk zh-cn"
+ddtplangs="be ca cs da de en-gb eo es et eu fi fr gl hu id it ja ka km ko lt ml nl oc pl pt pt-br ro ru sk sl sv tr uk vi zh-cn zh-hk zh-tw"
 archives="us security"
 sections="main multiverse restricted universe"
-parts="${sections}"
-suites="warty hoary hoary-backports breezy breezy-backports dapper dapper-backports edgy edgy-backports feisty"
+parts="$sections"
+suites="dapper dapper-updates dapper-backports hardy hardy-updates hardy-backports intrepid intrepid-updates intrepid-backports jaunty jaunty-updates jaunty-backports karmic karmic-updates karmic-backports lucid lucid-updates lucid-backports maverick"
+dists="$suites"
 priorities="required important standard optional extra"
-dists="${suites}"
 architectures="i386 amd64 powerpc"
-arch_warty="i386 amd64 powerpc"
-arch_warty_updates="${arch_warty}"
-arch_hoary="${arch_warty}"
-arch_hoary_backports="${arch_hoary}"
-arch_hoary_updates="${arch_hoary}"
-arch_breezy="${arch_hoary}"
-arch_breezy_updates="${arch_breezy}"
-arch_breezy_backports="${arch_breezy}"
-arch_dapper="${arch_breezy}"
+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_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_jaunty="${arch_intrepid}"
+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
 #