From 99df31082955631474183a37dbf4c3f217b6121b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 1 Mar 2025 08:19:33 +0100 Subject: Remove support for buster in scripts The backport to buster is discontinued since a while. --- backport | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backport') diff --git a/backport b/backport index ed2f96c..322dfc0 100755 --- a/backport +++ b/backport @@ -22,7 +22,7 @@ rcrandir=/home/jranke/git/uni-bremen/website/www/ranke/r-cran usage() { -echo "Usage: ./backport [options] sourcepackage buster|bullseye|bookworm" +echo "Usage: ./backport [options] sourcepackage bullseye|bookworm" echo "Options:" echo " -k, --keep Keep copied source package and directory used for package building" echo " -s, --skip Skip apt-get update/upgrade and pbuilder update" @@ -58,7 +58,7 @@ pkg=$1 DIST=$2 # Validate distribution argument -if [ $DIST != "bookworm" ] && [ $DIST != "buster" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi +if [ $DIST != "bookworm" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi export DIST # Remove previously extracted sources -- cgit v1.2.1