]> git.decadent.org.uk Git - dak.git/commitdiff
[ajt] also handle proposed-updates in mkfilesindices.
authorJames Troup <james@nocrew.org>
Tue, 13 Feb 2007 12:57:52 +0000 (12:57 +0000)
committerJames Troup <james@nocrew.org>
Tue, 13 Feb 2007 12:57:52 +0000 (12:57 +0000)
ChangeLog
scripts/debian/mkfilesindices

index b576000b12d516417beba46d45395b948c5e5f9c..4a504f8ac79cf72cf696b4bb7c316fcb9ae906df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
        * templates/process-new.bxa_notification: Update on request
        of/after discussion with BIS staff.
 
+       * scripts/debian/mkfilesindices: also handle proposed-updates.
+
 2007-02-08  Ryan Murray  <rmurray@debian.org>
 
        * config/debian/cron.daily: track when we have the accepted lock
index 34d1b6bcd63e1c8bff1815b9689bec86499e0fb3..19071bdd17977fff7f5edf614634b2e3d6b545a6 100755 (executable)
@@ -83,7 +83,7 @@ for a in $ARCHES; do
     sort -u | poolfirst > ../arch-$a.files
 done
 
-(cat ../arch-i386.files ../arch-amd64.files; zcat suite-stable.list.gz) |
+(cat ../arch-i386.files ../arch-amd64.files; zcat suite-stable.list.gz suite-proposed-updates.list.gz) |
    sort -u | poolfirst > ../typical.files
 
 rm -f $ARCHLIST