This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 6218edfe2b92dcd62b2a637d1615e2ddd1e659a5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue May 17 12:02:09 2022 +0200 Support Debian bookworm and Raspbian bullseye builds. --- bin/sbuild-deb-package | 4 ++-- home/.buildscripts/x2go.conf | 2 +- home/.dupload.conf.x2go | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index 3424976..5ea9968 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -27,8 +27,8 @@ DEBEMAIL="firstname.lastname@mydomain.org" DEBFULLNAME="Firstname Lastname" GPG_KEY="" DEB_DISTS_SUPPORTED="debian ubuntu raspbian" -DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,buster,bullseye,sid" -RASPBIAN_DISTROS="jessie,stretch,buster" +DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,buster,bullseye,bookworm,sid" +RASPBIAN_DISTROS="jessie,stretch,buster,bullseye" UBUNTU_DISTROS="lucid,precise,trusty,xenial,yakkety" COMPONENT_RELEASE="main" diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 498ef36..2c74adf 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -7,7 +7,7 @@ GIT_SSH_PORT="32032" DEBEMAIL="git-admin@x2go.org" DEBFULLNAME="X2Go Git Administrator" DEB_DISTS_SUPPORTED="debian raspbian" -: ${DEB_BUILD_FOR:="debian:jessie,stretch,buster,bullseye,sid raspbian:jessie,stretch,buster"} +: ${DEB_BUILD_FOR:="debian:jessie,stretch,buster,bullseye,bookworm,sid raspbian:jessie,stretch,buster,bullseye"} # Shared for both RPM and DEB. GPG_KEY="F4A7678C9C6B0B2B" diff --git a/home/.dupload.conf.x2go b/home/.dupload.conf.x2go index a49f3dc..d8f4926 100644 --- a/home/.dupload.conf.x2go +++ b/home/.dupload.conf.x2go @@ -9,6 +9,14 @@ $cfg{"x2go-debian-sid"} = { queuedir => "/srv/sites/x2go.org/packages/debian/upload/sid", dinstall_runs => 1, }; +$cfg{"x2go-debian-bookworm"} = { + fqdn => "code.x2go.org", + login => "x2go-admin", + method => "scpb", + incoming => "/srv/sites/x2go.org/packages/debian/incoming/bookworm", + queuedir => "/srv/sites/x2go.org/packages/debian/upload/bookworm", + dinstall_runs => 1, +}; $cfg{"x2go-debian-bullseye"} = { fqdn => "code.x2go.org", login => "x2go-admin", -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git