From fe62d93dd07a97aded4fdfd2df2163d9cc760762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 18 Sep 2022 14:39:36 +0200 Subject: build: update version of Debian/Ubuntu distros in examples --- tools/build-debian.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tools') diff --git a/tools/build-debian.sh b/tools/build-debian.sh index 66cdcc797..0cf9535e9 100755 --- a/tools/build-debian.sh +++ b/tools/build-debian.sh @@ -31,7 +31,7 @@ # Script arguments: Examples: # # 1. version devel, devel-2, stable, stable-2, 1.9, 1.9-2 -# 2. distro type/name debian/sid, ubuntu/artful, raspbian/stretch +# 2. distro type/name debian/sid, ubuntu/jammy, raspbian/bullseye # # The script can also just check that all Debian/Ubuntu patches apply fine # with a single argument: "test-patches". @@ -39,9 +39,9 @@ # Examples: # # …/build-debian.sh devel debian/sid -# …/build-debian.sh stable debian/stretch -# …/build-debian.sh 1.9 ubuntu/artful -# …/build-debian.sh 1.9-2 ubuntu/zesty +# …/build-debian.sh stable debian/bullseye +# …/build-debian.sh 1.9 ubuntu/jammy +# …/build-debian.sh 1.9-2 ubuntu/focal # # …/build-debian.sh test-patches # @@ -72,7 +72,7 @@ Syntax: $0 devel|stable| distro version version to build: stable, devel or specific version (debian package revision is allowed after name (default is 1), for example: devel-2, stable-2, 1.9-2) - distro the distro type/name (debian/sid, ubuntu/artful, raspbian/stretch, ...) + distro the distro type/name (debian/sid, ubuntu/jammy, raspbian/bullseye, ...) test-patches test that all Debian/Ubuntu patches apply fine (with git apply --check) @@ -83,9 +83,9 @@ IMPORTANT: the current OS must match the distro, and the WeeChat sources Examples: $0 devel debian/sid - $0 stable debian/stretch - $0 1.9 ubuntu/artful - $0 1.9-2 ubuntu/zesty + $0 stable debian/bullseye + $0 1.9 ubuntu/jammy + $0 1.9-2 ubuntu/focal $0 test-patches EOF -- cgit v1.2.3