From: Mark Hymers Date: Sat, 4 May 2013 13:08:00 +0000 (+0000) Subject: Sync i18n for jessie, not wheezy X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=c9737dd6c57fb3254544f43b08ca91fe1ba5369b Sync i18n for jessie, not wheezy Signed-off-by: Mark Hymers --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index fd546a90..2913dd33 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -76,7 +76,7 @@ function i18n1() { # Lets check! if ${scriptsdir}/ddtp-i18n-check.sh . ${scriptdir}/i18n/${TSTAMP}; then # Yay, worked, lets copy around - for dir in wheezy sid; do + for dir in jessie sid; do if [ -d dists/${dir}/ ]; then cd dists/${dir}/main/i18n rsync -aq --delete --delete-after --exclude Translation-en.bz2 --exclude Translation-*.diff/ . ${ftpdir}/dists/${dir}/main/i18n/. @@ -376,12 +376,12 @@ function mkfilesindices() { done (cd $base/ftp/ - for dist in sid wheezy; do + for dist in sid jessie; do find ./dists/$dist/main/i18n/ \! -type d | sort -u | gzip -9 > $base/ftp/indices/files/components/translation-$dist.list.gz done ) - (cat ../arch-i386.files ../arch-amd64.files; zcat suite-proposed-updates.list.gz ; zcat translation-sid.list.gz ; zcat translation-wheezy.list.gz) | + (cat ../arch-i386.files ../arch-amd64.files; zcat suite-proposed-updates.list.gz ; zcat translation-sid.list.gz ; zcat translation-jessie.list.gz) | sort -u | poolfirst > ../typical.files rm -f $ARCHLIST