This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 7fec72f fix tty allocation problems when signing repomd.xml new 84fe3e3 allow builds for openSUSE 13.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 84fe3e3f134e42b3b43b5a57ea2d2688caf4a7aa Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 2 12:34:14 2014 +0100 allow builds for openSUSE 13.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 3102a37..f3149e1 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" +OPENSUSE_DISTROS="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 067ab0d..a7fe285 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"} +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_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