From 719835a4f70b7f375397e6847e9f88f6fded1425 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 16 Nov 2008 19:41:26 +0100 Subject: [PATCH] typical the useless typical doesnt know about i18n... Signed-off-by: Joerg Jaspert --- ChangeLog | 5 +++++ scripts/debian/mkfilesindices | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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 -- 2.39.2