Add missing checksum grab for unreleased

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
Samuel Thibault 2021-02-19 23:57:14 +01:00
parent 57c5f03f0b
commit 7da3ab7110
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ do
if [ "$BACKPORTS"x != ""x ] ; then
LOCATIONS="$LOCATIONS $MIRROR/dists/$CODENAME-backports/"
fi
if [ "$UNRELEASED" = 1 ] ; then
LOCATIONS="$LOCATIONS $MIRROR/dists/unreleased/"
fi
echo "Looking in $LOCATIONS"
for LOCATION in $LOCATIONS; do