[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] typical



the useless typical doesnt know about i18n...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 ChangeLog                     |    5 +++++
 scripts/debian/mkfilesindices |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f5bb34a..70009f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-16  Joerg Jaspert  <joerg@debian.org>
+
+	* scripts/debian/mkfilesindices: useless typical, doesnt have
+	i18n/ dirs. Force them in (i hope).
+
 2008-11-15  Thomas Viehmann <tv@beamnet.de>
 
 	* dak/show_deferred.py: handle uploads that do not close bugs
diff --git a/scripts/debian/mkfilesindices b/scripts/debian/mkfilesindices
index 8457e81..6b2aeff 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
-- 
1.5.6.5


Reply to: