summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
Diffstat (limited to 'backport')
-rwxr-xr-xbackport6
1 files changed, 3 insertions, 3 deletions
diff --git a/backport b/backport
index f179124..322dfc0 100755
--- a/backport
+++ b/backport
@@ -7,7 +7,7 @@ export ARCH
# Iteration of the backport, for the case several backports of the same
# release are published
-iteration=1
+iteration=0
# Where the buildresults should be stored and where to look for current backports
rcrandir=/home/jranke/git/uni-bremen/website/www/ranke/r-cran
@@ -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

Contact - Imprint