From 83c9afc04c7dff0da79de609a71d8fe3a380cddf Mon Sep 17 00:00:00 2001 From: James Troup Date: Tue, 13 Feb 2007 12:57:52 +0000 Subject: [PATCH] [ajt] also handle proposed-updates in mkfilesindices. --- ChangeLog | 2 ++ scripts/debian/mkfilesindices | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2