diff options
author | Holger Wansing <hwansing@mailbox.org> | 2019-09-29 23:16:40 +0200 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2019-09-29 23:16:40 +0200 |
commit | 379684122ace561b7f63916095f1640738d52ef8 (patch) | |
tree | f00c6bacecbca7ea4154ce936939de2289d2cac3 /build/buildweb.sh | |
parent | fb7f7f7659b006e8c53db7a44c6fe0c5cf979a71 (diff) | |
download | installation-guide-379684122ace561b7f63916095f1640738d52ef8.zip |
Bump release name of installation-guide to bullseye (we have clearly passed the line, from where on the manual is no longer valid for buster)
Diffstat (limited to 'build/buildweb.sh')
-rwxr-xr-x | build/buildweb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildweb.sh b/build/buildweb.sh index f17e410ff..6b9091cd8 100755 --- a/build/buildweb.sh +++ b/build/buildweb.sh @@ -5,7 +5,7 @@ set -e [ -r ./po_functions ] || exit 1 . ./po_functions -manual_release=${manual_release:=buster} +manual_release=${manual_release:=bullseye} if [ -z "$languages" ]; then # Buildlist of languages to be included on the official website |