add a reminder about a kludge I needed when 3.0 was released, so I don't

need to think too hard next testing-->stable transition
This commit is contained in:
Philip Hands 2002-12-20 01:46:25 +00:00
parent 3c6543d8b2
commit 062f9b6dea
1 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,12 @@ cd "$2"
if [ "$1" = "install" ]; then
# these two lines can be inserted below the "Architectures" line below,
# to sort out broken Release files just after the testing --> stable
# transition
# sed -e "s/^Suite: .*$/Suite: stable/" | \
# sed -e "s/^Description: .*$/Description: Debian $DEBVERSION/" | \
if [ -e "$MIRROR/dists/$CODENAME/Release" ]; then
# Strip the MD5Sum and SHA1 fields
# Update some other information as well