From 753bf85177cb88fcf77b916d00da28558a781850 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 9 Sep 2007 16:21:48 +0200 Subject: [PATCH] Various improvements of DDTP support Update list of ddtp languages to the ones available on ddtp.debian.net. Fix typo in 120synctrans in the remote mirror retrieval part. Execute parse-translations before parse-contents in process_archive because the latter needs way more time. --- config.sh.sed.in | 2 +- cron.d/120synctrans | 2 +- cron.d/200process_archive | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.sh.sed.in b/config.sh.sed.in index 73d6b47..08ecd61 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -38,7 +38,7 @@ root="" # 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" +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" archives="us security amd64 gnuab backports volatile" sections="main contrib non-free" parts="$sections" diff --git a/cron.d/120synctrans b/cron.d/120synctrans index 33c38be..115b59f 100755 --- a/cron.d/120synctrans +++ b/cron.d/120synctrans @@ -21,7 +21,7 @@ then do echo retrieve translated Descs $dist/$part/$lang (cd us/${dist}/${part}/i18n && - wget -q -N ${ddtp_ftpsite}/dists/${dist}/${part}/i18n/Translations-$lang.gz) + wget -q -N ${ddtp_ftpsite}/dists/${dist}/${part}/i18n/Translation-$lang.gz) done done done diff --git a/cron.d/200process_archive b/cron.d/200process_archive index 6fa394e..b8f6a6d 100755 --- a/cron.d/200process_archive +++ b/cron.d/200process_archive @@ -9,7 +9,7 @@ date date ./bin/parse-sources date -./bin/parse-contents -date ./bin/parse-translations date +./bin/parse-contents +date -- 2.39.2