This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 84fe3e3 allow builds for openSUSE 13.2 new 6a4aa30 allow builds for openSUSE 12.2 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 6a4aa30b78fd8bbe7f65e237e351ac413fd7ff4a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 2 14:22:03 2014 +0100 allow builds for openSUSE 12.2 --- 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 f3149e1..ca5ee52 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -28,7 +28,7 @@ GPG_KEY= RPM_DISTS_SUPPORTED="fedora epel opensuse" FEDORA_DISTROS="18,19,20,21,rawhide" EPEL_DISTROS="6,7" -OPENSUSE_DISTROS="12.3,13.1,13.2" +OPENSUSE_DISTROS="12.2,12.3,13.1,13.2" RPM_REPOS_BASE=/var/www/ COMPONENT_MAIN="main" diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index a7fe285..e99c203 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,21,rawhide epel:6,7 sles:11 opensuse:12.3,13.1,13.2"} +RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:18,19,20,21,rawhide epel:6 sles:11 opensuse:12.2,12.3,13.1,13.2"} 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