From: Anthony Towns Date: Mon, 18 Jun 2007 17:34:33 +0000 (+0100) Subject: make mirrorsplit keep non-i386 oldstable (sarge) rather than non-i386 for stable... X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=73d7a91a0d64633260a2ddd79a54f99e2d4f8ad1;p=dak.git make mirrorsplit keep non-i386 oldstable (sarge) rather than non-i386 for stable (etch) --- diff --git a/scripts/debian/mkfilesindices b/scripts/debian/mkfilesindices index 19071bdd..f7a14a00 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 suite-proposed-updates.list.gz) | +(cat ../arch-i386.files ../arch-amd64.files; zcat suite-oldstable.list.gz suite-proposed-updates.list.gz) | sort -u | poolfirst > ../typical.files rm -f $ARCHLIST