summaryrefslogtreecommitdiff
path: root/backport_others
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-03-17 15:03:33 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2023-03-17 15:03:33 +0100
commit4f9aa2f54a7a4a62f7088e226232e113fe322b8b (patch)
treeec83c3c494f3b39bf0730456453bad7bfdd90d06 /backport_others
parent31f7c71c6247dccef89d3a5063fad1e55bfb0fc8 (diff)
Changes for 4.2.3, start bookworm
Diffstat (limited to 'backport_others')
-rwxr-xr-xbackport_others4
1 files changed, 2 insertions, 2 deletions
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

Contact - Imprint