This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 05ab5bb for Fedora and EPEL: build srpms inside a mock chroot new 03871b1 support Fedora 21 builds 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/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 03871b13adebdfb5b80693c1bbe4453dc3b22aca Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 13:41:54 2014 +0200 support Fedora 21 builds --- bin/build-rpm-package | 2 +- home/.buildscripts/x2go.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 72fd50f..88bffe6 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -26,7 +26,7 @@ RPMEMAIL="firstname.lastname@mydomain.org" RPMFULLNAME="Firstname Lastname" GPG_KEY= RPM_DISTS_SUPPORTED="fedora epel opensuse" -FEDORA_DISTROS="18,19,20,rawhide" +FEDORA_DISTROS="18,19,20,21,rawhide" EPEL_DISTROS="6,7" OPENSUSE_DISTROS="12.3,13.1" RPM_REPOS_BASE=/var/www/ diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 07b315f..9aa32c7 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -14,7 +14,7 @@ RPMEMAIL=git-admin@x2go.org RPMFULLNAME="X2Go Git Administrator" GPG_KEY="F4A7678C9C6B0B2B" RPM_DISTS_SUPPORTED="fedora epel opensuse sles" -RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:18,19,20,rawhide epel:6,7 sles:11 opensuse:12.3,13.1"} +RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:18,19,20,21,rawhide epel:6,7 sles:11 opensuse:12.3,13.1"} RPM_REPOS_BASE=/srv/sites/x2go.org/packages/ COMPONENT_MAIN="main" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git