the useless typical doesnt know about i18n...
Signed-off-by: Joerg Jaspert <joerg@debian.org>
+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
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