From: Michael Tremer Date: Fri, 5 Jun 2020 11:20:30 +0000 (+0000) Subject: debian: unstable is called bullseye X-Git-Tag: 0.9.2~16 X-Git-Url: http://git.ipfire.org/?p=location%2Flibloc.git;a=commitdiff_plain;h=7f261d34f5ffb26654c4c721ce191eb498866909 debian: unstable is called bullseye Signed-off-by: Michael Tremer --- diff --git a/debian/build.sh b/debian/build.sh index b0f53bc..774c54d 100644 --- a/debian/build.sh +++ b/debian/build.sh @@ -3,7 +3,7 @@ set -x ARCHITECTURES=( amd64 arm64 i386 armhf ) -RELEASES=( buster unstable ) +RELEASES=( buster bullseye ) CHROOT_PATH="/var/tmp"