]> git.deb.at Git - deb/packages.git/commitdiff
Various improvements of DDTP support
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 9 Sep 2007 14:21:48 +0000 (16:21 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 9 Sep 2007 14:21:48 +0000 (16:21 +0200)
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
cron.d/120synctrans
cron.d/200process_archive

index 73d6b472c29a04f206fdb4c5f75ac0f3e19fdfa8..08ecd6189d9620979305765154b0e610d7f37202 100644 (file)
@@ -38,7 +38,7 @@ root=""
 # Architectures
 #
 polangs="de fi nl fr uk"
 # 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"
 archives="us security amd64 gnuab backports volatile"
 sections="main contrib non-free"
 parts="$sections"
index 33c38be14ca05b6ed30bd1fd6aede5268f5a94cc..115b59fa86c8ad8e9e63011e8e7e047a798adeb4 100755 (executable)
@@ -21,7 +21,7 @@ then
          do
            echo retrieve translated Descs $dist/$part/$lang
             (cd us/${dist}/${part}/i18n &&
          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
          done
        done
     done
index 6fa394e61f861c5dcd27d89de0ce87910bb058c8..b8f6a6d2bb611e3068d8cceb7630a45f486f2dfc 100755 (executable)
@@ -9,7 +9,7 @@ date
 date
 ./bin/parse-sources
 date
 date
 ./bin/parse-sources
 date
-./bin/parse-contents
-date
 ./bin/parse-translations
 date
 ./bin/parse-translations
 date
+./bin/parse-contents
+date