This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 10292d48b65672fe910571c25c29ae2769651de3 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jul 16 13:21:07 2019 +0200 bin/{,s}build-deb-package: add new debian distro "bullseye" (current testing.) --- bin/build-deb-package | 2 +- bin/sbuild-deb-package | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build-deb-package b/bin/build-deb-package index 984a188..f32b513 100755 --- a/bin/build-deb-package +++ b/bin/build-deb-package @@ -27,7 +27,7 @@ DEBEMAIL="firstname.lastname@mydomain.org" DEBFULLNAME="Firstname Lastname" GPG_KEY="" DEB_DISTS_SUPPORTED="debian ubuntu" -DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,buster,sid" +DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,buster,bullseye,sid" UBUNTU_DISTROS="lucid,precise" COMPONENT_RELEASE="main" diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index a4f0fa8..7ac50e7 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,sid" RASPBIAN_DISTROS="jessie,stretch" +DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,buster,bullseye,sid" UBUNTU_DISTROS="lucid,precise,trusty,xenial,yakkety" COMPONENT_RELEASE="main" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git