From 4f9aa2f54a7a4a62f7088e226232e113fe322b8b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 17 Mar 2023 15:03:33 +0100 Subject: Changes for 4.2.3, start bookworm --- backport_others | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backport_others') diff --git a/backport_others b/backport_others index dacac7a..921ccf6 100755 --- a/backport_others +++ b/backport_others @@ -11,7 +11,7 @@ export ARCH usage() { -echo "Usage: ./backport_others [options] stretch|buster|bullseye" +echo "Usage: ./backport_others [options] buster|bullseye|bookworm" echo "Options:" echo " -s Skip apt-get update/upgrade and pbuilder update" } @@ -51,7 +51,7 @@ then fi # Validate distribution argument -if [ $DIST != "stretch" ] && [ $DIST != "buster" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi +if [ $DIST != "bookworm" ] && [ $DIST != "buster" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi export DIST # When doing a new repository, do lattice, r-cran-mass -- cgit v1.2.1