This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 2235c27 {bin/build-rpm-package,home/.buildscripts/x2go.conf}: add support for Fedora 30. new 6eeeaf0 bin/debian-codename-to-version.sh: add bullseye codename. new 10292d4 bin/{,s}build-deb-package: add new debian distro "bullseye" (current testing.) new b8e66cc home/.buildscripts/x2go.conf: add new debian distro "bullseye" (current testing.) new dd81666 home/.dupload.conf.x2go: add new debian distro "bullseye" (current testing.) new ca89109 bin/sbuild-deb-package: add new raspbian distro "buster". new af224dc home/.buildscripts/x2go.conf: add new raspbian distro "buster". new 331afa8 home/.dupload.conf.x2go: add new raspbian distro "buster". The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/build-deb-package | 2 +- bin/debian-codename-to-version.sh | 3 ++- bin/sbuild-deb-package | 4 ++-- home/.buildscripts/x2go.conf | 2 +- home/.dupload.conf.x2go | 16 ++++++++++++++++ 5 files changed, 22 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit ca89109c4e78b29e16bc7dedaabbcce5164f3b1f Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jul 16 13:28:36 2019 +0200 bin/sbuild-deb-package: add new raspbian distro "buster". --- bin/sbuild-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index 7ac50e7..a3b7991 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" -RASPBIAN_DISTROS="jessie,stretch" DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,buster,bullseye,sid" +RASPBIAN_DISTROS="jessie,stretch,buster" 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit b8e66cc0b3e0b9fa6223d36a64139a9d2d441b75 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jul 16 13:24:25 2019 +0200 home/.buildscripts/x2go.conf: add new debian distro "bullseye" (current testing.) --- home/.buildscripts/x2go.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 89dddd6..4060a7a 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,sid raspbian:jessie,stretch"} +: ${DEB_BUILD_FOR:="debian:jessie,stretch,buster,bullseye,sid raspbian:jessie,stretch"} # Shared for both RPM and DEB. GPG_KEY="F4A7678C9C6B0B2B" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 6eeeaf01d85d266c8a79a39b59c96229cd2efaf3 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jul 16 13:19:48 2019 +0200 bin/debian-codename-to-version.sh: add bullseye codename. --- bin/debian-codename-to-version.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/debian-codename-to-version.sh b/bin/debian-codename-to-version.sh index d92adce..ad69de4 100755 --- a/bin/debian-codename-to-version.sh +++ b/bin/debian-codename-to-version.sh @@ -66,8 +66,9 @@ case "${codename}" in # For now and due to the aforementioned problems, # I decided to not handle the "testing" code name # at all. - ("buster") echo "10";; + ("bullseye") echo "11";; + ("buster") echo "10";; ("stretch") echo "9";; ("jessie") echo "8";; ("wheezy") echo "7";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit dd81666ca79d24d5969cd4b3843aabb0be83e6c4 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jul 16 13:25:59 2019 +0200 home/.dupload.conf.x2go: add new debian distro "bullseye" (current testing.) --- home/.dupload.conf.x2go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/.dupload.conf.x2go b/home/.dupload.conf.x2go index d987f0f..4c5e119 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-bullseye"} = { + fqdn => "code.x2go.org", + login => "x2go-admin", + method => "scpb", + incoming => "/srv/sites/x2go.org/packages/debian/incoming/bullseye", + queuedir => "/srv/sites/x2go.org/packages/debian/upload/bullseye", + dinstall_runs => 1, +}; $cfg{"x2go-debian-buster"} = { 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 331afa883dcfa6fd30f3319b32e6f46638930b90 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jul 16 13:29:17 2019 +0200 home/.dupload.conf.x2go: add new raspbian distro "buster". --- home/.dupload.conf.x2go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/.dupload.conf.x2go b/home/.dupload.conf.x2go index 4c5e119..a49f3dc 100644 --- a/home/.dupload.conf.x2go +++ b/home/.dupload.conf.x2go @@ -67,6 +67,14 @@ $cfg{"x2go-debian-lenny"} = { }; ### X2Go/RASPBIAN +$cfg{"x2go-raspbian-buster"} = { + fqdn => "code.x2go.org", + login => "x2go-admin", + method => "scpb", + incoming => "/srv/sites/x2go.org/packages/raspbian/incoming/buster", + queuedir => "/srv/sites/x2go.org/packages/raspbian/upload/buster", + dinstall_runs => 1, +}; $cfg{"x2go-raspbian-stretch"} = { 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit af224dc40955e57927b6626b127071040869e74d Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jul 16 13:28:56 2019 +0200 home/.buildscripts/x2go.conf: add new raspbian distro "buster". --- home/.buildscripts/x2go.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 4060a7a..fab6763 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"} +: ${DEB_BUILD_FOR:="debian:jessie,stretch,buster,bullseye,sid raspbian:jessie,stretch,buster"} # Shared for both RPM and DEB. GPG_KEY="F4A7678C9C6B0B2B" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git