This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from f631a98 bin/ubuntu-codename-to-version.sh: add artful codename. new a6c96a8 bin/{,s}build-deb-package: add new debian distro "buster" (current testing.) new 52708c7 home/.buildscripts/x2go.conf: add new debian distro "buster" (current testing.) new 4bc61ae home/.dupload.conf.x2go: add new debian distro "buster" (current testing.) The 3 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/sbuild-deb-package | 2 +- home/.buildscripts/x2go.conf | 2 +- home/.dupload.conf.x2go | 8 ++++++++ 4 files changed, 11 insertions(+), 3 deletions(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.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 a6c96a8b27cd00a0292cf66c86c67454c549ba65 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 6 06:59:38 2017 +0200 bin/{,s}build-deb-package: add new debian distro "buster" (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 6ffecdb..929bfd7 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,sid" +DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,buster,sid" UBUNTU_DISTROS="lucid,precise" COMPONENT_RELEASE="main" diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index 45ee09c..1fafb6a 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -27,7 +27,7 @@ DEBEMAIL="firstname.lastname@mydomain.org" DEBFULLNAME="Firstname Lastname" GPG_KEY="" DEB_DISTS_SUPPORTED="debian ubuntu raspbian" -DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,sid" +DEBIAN_DISTROS="lenny,squeeze,wheezy,jessie,stretch,buster,sid" RASPBIAN_DISTROS="jessie" UBUNTU_DISTROS="lucid,precise,trusty,xenial,yakkety" -- Alioth's /srv/git/code.x2go.org/buildscripts.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 4bc61ae411fb1aa8681190c6ee3a40ccf538cb27 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 6 07:00:21 2017 +0200 home/.dupload.conf.x2go: add new debian distro "buster" (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 172c488..62368d1 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-buster"} = { + fqdn => "code.x2go.org", + login => "x2go-admin", + method => "scpb", + incoming => "/srv/sites/x2go.org/packages/debian/incoming/buster", + queuedir => "/srv/sites/x2go.org/packages/debian/upload/buster", + dinstall_runs => 1, +}; $cfg{"x2go-debian-stretch"} = { fqdn => "code.x2go.org", login => "x2go-admin", -- Alioth's /srv/git/code.x2go.org/buildscripts.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 52708c715357f003765ccd4a7c16675d39b2a801 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 6 06:59:58 2017 +0200 home/.buildscripts/x2go.conf: add new debian distro "buster" (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 4e18810..ed3e4bd 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=${DEB_BUILD_FOR:-"debian:wheezy,jessie,stretch,sid raspbian:jessie"} +DEB_BUILD_FOR=${DEB_BUILD_FOR:-"debian:wheezy,jessie,stretch,buster,sid raspbian:jessie"} # Shared for both RPM and DEB. GPG_KEY="F4A7678C9C6B0B2B" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git