This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 52e3bc3 bin/build-rpm-package: enable debuginfo package generation for *SuSE packages. new 8da183f home/.buildscripts/x2go.conf: remove wheezy from the default Debian build value. new 0e0e353 home/.dupload.conf.x2go: switch wheezy over to the new archives repository. new e4682cb home/.buildscripts/x2go.conf: remove deprecated 23, 24 and 25 Fedora versions from default Fedora build value. new 218e086 home/.buildscripts/x2go.conf: remove deprecated 13.1, 13.2, 42.1 OpenSuSE versions from default OpenSuSE build value. The 4 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: home/.buildscripts/x2go.conf | 4 ++-- home/.dupload.conf.x2go | 4 ++-- 2 files changed, 4 insertions(+), 4 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 e4682cbef34bf4380a3d66a5cb147d5e5045ccee Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 7 17:23:05 2018 +0100 home/.buildscripts/x2go.conf: remove deprecated 23, 24 and 25 Fedora versions from default Fedora build value. --- 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 3ac5cf7..f1584c7 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -16,7 +16,7 @@ RPMEMAIL="git-admin@x2go.org" RPMFULLNAME="X2Go Git Administrator" GPG_KEY_EPEL5="00965D293CFD4372" RPM_DISTS_SUPPORTED="fedora epel opensuse sle" -: ${RPM_BUILD_FOR:="fedora:23,24,25,26,27,rawhide epel:6,7 opensuse:13.1,13.2,42.1,42.2,42.3,tumbleweed sle:11.2,11.3,12.0"} +: ${RPM_BUILD_FOR:="fedora:26,27,rawhide epel:6,7 opensuse:13.1,13.2,42.1,42.2,42.3,tumbleweed sle:11.2,11.3,12.0"} RPM_REPOS_BASE="/srv/sites/x2go.org/packages/" RPM_WANT_EXTRA_REPOS="1" RPM_MOCK_CONFIG_DIR="/etc/mock/" -- 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 218e0864011414d13653a476ff97ec36f1e52286 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 7 17:24:18 2018 +0100 home/.buildscripts/x2go.conf: remove deprecated 13.1, 13.2, 42.1 OpenSuSE versions from default OpenSuSE build value. --- 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 f1584c7..a075340 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -16,7 +16,7 @@ RPMEMAIL="git-admin@x2go.org" RPMFULLNAME="X2Go Git Administrator" GPG_KEY_EPEL5="00965D293CFD4372" RPM_DISTS_SUPPORTED="fedora epel opensuse sle" -: ${RPM_BUILD_FOR:="fedora:26,27,rawhide epel:6,7 opensuse:13.1,13.2,42.1,42.2,42.3,tumbleweed sle:11.2,11.3,12.0"} +: ${RPM_BUILD_FOR:="fedora:26,27,rawhide epel:6,7 opensuse:42.2,42.3,tumbleweed sle:11.2,11.3,12.0"} RPM_REPOS_BASE="/srv/sites/x2go.org/packages/" RPM_WANT_EXTRA_REPOS="1" RPM_MOCK_CONFIG_DIR="/etc/mock/" -- 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 0e0e353f44722cc1c8a45b7368b0c6293245421d Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 7 17:22:01 2018 +0100 home/.dupload.conf.x2go: switch wheezy over to the new archives repository. --- home/.dupload.conf.x2go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.dupload.conf.x2go b/home/.dupload.conf.x2go index f4bac45..d987f0f 100644 --- a/home/.dupload.conf.x2go +++ b/home/.dupload.conf.x2go @@ -37,8 +37,8 @@ $cfg{"x2go-debian-wheezy"} = { fqdn => "code.x2go.org", login => "x2go-admin", method => "scpb", - incoming => "/srv/sites/x2go.org/packages/debian/incoming/wheezy", - queuedir => "/srv/sites/x2go.org/packages/debian/upload/wheezy", + incoming => "/srv/sites/x2go.org/archives/debian/incoming/wheezy", + queuedir => "/srv/sites/x2go.org/archives/debian/upload/wheezy", dinstall_runs => 1, }; $cfg{"x2go-debian-squeeze"} = { -- 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 8da183ff8e41c2e95eb5bbfbfc9d46f6300973b6 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 7 17:13:44 2018 +0100 home/.buildscripts/x2go.conf: remove wheezy from the default Debian build value. --- 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 79fac71..3ac5cf7 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:wheezy,jessie,stretch,buster,sid raspbian:jessie,stretch"} +: ${DEB_BUILD_FOR:="debian:jessie,stretch,buster,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