This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 6112083 Fix builds on build-main-mswin after it is moved to a new release branch. new 4aec9de {bin/build-rpm-package,home/.buildscripts/x2go.conf}: enable new support for Fedora 23 by default. The 1 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-rpm-package | 2 +- home/.buildscripts/x2go.conf | 5 ++--- 2 files changed, 3 insertions(+), 4 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 4aec9de2eb59c7ede807a8f7b0ada44d692149f7 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jan 25 16:51:14 2016 +0100 {bin/build-rpm-package,home/.buildscripts/x2go.conf}: enable new support for Fedora 23 by default. --- bin/build-rpm-package | 2 +- home/.buildscripts/x2go.conf | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 8af6d23..40e26d2 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -29,7 +29,7 @@ RPMEMAIL="firstname.lastname@mydomain.org" RPMFULLNAME="Firstname Lastname" GPG_KEY="" RPM_DISTS_SUPPORTED="fedora epel opensuse sle" -FEDORA_DISTROS="18,19,20,21,22,rawhide" +FEDORA_DISTROS="18,19,20,21,22,23,rawhide" EPEL_DISTROS="6,7" OPENSUSE_DISTROS="12.2,12.3,13.1,13.2" SLE_DISTROS="11.2,11.3,12.0" diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 6650714..6a8bb65 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -9,15 +9,14 @@ DEBFULLNAME="X2Go Git Administrator" DEB_DISTS_SUPPORTED="debian" DEB_BUILD_FOR=${DEB_BUILD_FOR:-"debian:squeeze,wheezy,jessie,stretch,sid"} -# Shared for both RPM and Debian. +# Shared for both RPM and DEB. GPG_KEY="F4A7678C9C6B0B2B" RPMEMAIL="git-admin@x2go.org" RPMFULLNAME="X2Go Git Administrator" -GPG_KEY="F4A7678C9C6B0B2B" GPG_KEY_EPEL5="00965D293CFD4372" RPM_DISTS_SUPPORTED="fedora epel opensuse sle" -: ${RPM_BUILD_FOR:="fedora:18,19,20,21,22,rawhide epel:6,7 opensuse:12.2,12.3,13.1,13.2 sle:11.2,11.3,12.0"} +: ${RPM_BUILD_FOR:="fedora:18,19,20,21,22,23,rawhide epel:6,7 opensuse:12.2,12.3,13.1,13.2 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 /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git