From: Joerg Jaspert Date: Sun, 16 Nov 2008 18:41:26 +0000 (+0100) Subject: typical X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=719835a4f70b7f375397e6847e9f88f6fded1425;p=dak.git typical the useless typical doesnt know about i18n... Signed-off-by: Joerg Jaspert --- diff --git a/ChangeLog b/ChangeLog index f5bb34af..70009f60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-16 Joerg Jaspert + + * scripts/debian/mkfilesindices: useless typical, doesnt have + i18n/ dirs. Force them in (i hope). + 2008-11-15 Thomas Viehmann * dak/show_deferred.py: handle uploads that do not close bugs diff --git a/scripts/debian/mkfilesindices b/scripts/debian/mkfilesindices index 8457e811..6b2aefff 100755 --- a/scripts/debian/mkfilesindices +++ b/scripts/debian/mkfilesindices @@ -80,7 +80,13 @@ for a in $ARCHES; do sort -u | poolfirst > ../arch-$a.files done -(cat ../arch-i386.files ../arch-amd64.files; zcat suite-proposed-updates.list.gz) | +(cd $base/ftp/ + for dist in unstable testing; do + find ./dists/$dist \! -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-unstable.list.gz ; zcat translation-testing.list.gz) | sort -u | poolfirst > ../typical.files rm -f $ARCHLIST