mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Revert the sarge Release file hack
This commit is contained in:
parent
a9d79bffb7
commit
99c25d14a8
@ -45,8 +45,6 @@ if [ -e "$MIRROR/dists/$CODENAME/Release" ]; then
|
||||
# Update some other information as well
|
||||
sed -e "s/^Architectures: .*$/Architectures: $ARCH/" \
|
||||
$MIRROR/dists/$CODENAME/Release | \
|
||||
sed -e "s/^Suite: .*$/Suite: stable/" | \
|
||||
sed -e "s/^Description: .*$/Description: Debian $DEBVERSION/" | \
|
||||
sed -e "s|^Components: .*$|Components: $SECTIONS|" | \
|
||||
perl -ne 'if (/^(MD5Sum|SHA1):/i) { $f=1; next }
|
||||
if ($f) {
|
||||
|
Loading…
Reference in New Issue
Block a user