From: James Troup Date: Tue, 13 Feb 2007 12:57:52 +0000 (+0000) Subject: [ajt] also handle proposed-updates in mkfilesindices. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=83c9afc04c7dff0da79de609a71d8fe3a380cddf;p=dak.git [ajt] also handle proposed-updates in mkfilesindices. --- diff --git a/ChangeLog b/ChangeLog index b576000b..4a504f8a 100644 --- 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 * config/debian/cron.daily: track when we have the accepted lock diff --git a/scripts/debian/mkfilesindices b/scripts/debian/mkfilesindices index 34d1b6bc..19071bdd 100755 --- a/scripts/debian/mkfilesindices +++ b/scripts/debian/mkfilesindices @@ -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