]> git.decadent.org.uk Git - dak.git/commitdiff
typical
authorJoerg Jaspert <joerg@debian.org>
Sun, 16 Nov 2008 18:41:26 +0000 (19:41 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 16 Nov 2008 18:41:26 +0000 (19:41 +0100)
the useless typical doesnt know about i18n...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
ChangeLog
scripts/debian/mkfilesindices

index f5bb34afde88e23c2b5018d34eef941e35340626..70009f60c2fee9832aab399aefad0875d49d7279 100644 (file)
--- 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
index 8457e811c694d0dbc90455f3e22e000f3da16b29..6b2aefff2d294eadf1369569a2e11f45f3215c8a 100755 (executable)
@@ -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