* Copy dists/<codename>/Release and Release.gpg files

This commit is contained in:
Raphaël Hertzog 2001-04-12 10:40:08 +00:00
parent 82185cabbf
commit c213ff5a43
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@ cd "$2"
if [ "$1" = "install" ]; then
if [ -e "$MIRROR/dists/$CODENAME/Release" ]; then
cp $MIRROR/dists/$CODENAME/Release* dists/$CODENAME/
fi
if [ -n "$NONUS" -a -e "$NONUS/dists/$CODENAME/non-US/Release" ]; then
cp $NONUS/dists/$CODENAME/non-US/Release* dists/$CODENAME/non-US/
fi
for SECT in $SECTIONS; do
# Install the release files
cp $MIRROR/dists/$CODENAME/$SECT/binary-$ARCH/Release \