From 7da3ab7110af19903c50c64d563cf56a6dd095d6 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 19 Feb 2021 23:57:14 +0100 Subject: [PATCH] Add missing checksum grab for unreleased Signed-off-by: Samuel Thibault --- tools/grab_checksums | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/grab_checksums b/tools/grab_checksums index ab2e7fe1..1d98d224 100755 --- a/tools/grab_checksums +++ b/tools/grab_checksums @@ -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