This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from cb33618 bin/build-rpm-package: only run createsusetagsrepo once for all architectures at the end of the upload run. new 833d9ca bin/build-rpm-package: initial support for FC25 support. new 4851165 home/.buildscripts/x2go.conf: also build for FC25 by default. The 2 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 | 2 +- 2 files changed, 2 insertions(+), 2 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 833d9ca49b591ae448d17aae09ca42210f9cd263 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Nov 28 18:47:02 2016 +0100 bin/build-rpm-package: initial support for FC25 support. --- bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 671bcc9..a79c379 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -27,7 +27,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,23,24,rawhide" +FEDORA_DISTROS="18,19,20,21,22,23,24,25,rawhide" EPEL_DISTROS="6,7" OPENSUSE_DISTROS="12.2,12.3,13.1,13.2,42.1,42.2" SLE_DISTROS="11.2,11.3,12.0" -- 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 48511658c387de9cd21e31da79881d233339d0b7 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Nov 28 18:47:13 2016 +0100 home/.buildscripts/x2go.conf: also build for FC25 by default. --- 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 559b5f9..5a3dcf1 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,rawhide epel:6,7 opensuse:13.1,13.2,42.1,42.2 sle:11.2,11.3,12.0"} +: ${RPM_BUILD_FOR:="fedora:23,24,25,rawhide epel:6,7 opensuse:13.1,13.2,42.1,42.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