This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 378e83a bin/createsusetagsrepo: upate copyright header. new e87ea9d {bin/build-rpm-package,home/.buildscripts/x2go.conf}: add support for OpenSuSE Leap 15.1. 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 /home/x2go-admin/maintenancescripts/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 e87ea9db9e3f8786337f302d10c00141d2e9fc0c Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 28 12:36:52 2019 +0200 {bin/build-rpm-package,home/.buildscripts/x2go.conf}: add support for OpenSuSE Leap 15.1. --- 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 cb77e7a..283c719 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -29,7 +29,7 @@ GPG_KEY="" RPM_DISTS_SUPPORTED="fedora epel opensuse sle" FEDORA_DISTROS="18,19,20,21,22,23,24,25,26,27,28,29,30,rawhide" EPEL_DISTROS="6,7" -OPENSUSE_DISTROS="12.2,12.3,13.1,13.2,42.1,42.2,42.3,15.0,tumbleweed" +OPENSUSE_DISTROS="12.2,12.3,13.1,13.2,42.1,42.2,42.3,15.0,15.1,tumbleweed" SLE_DISTROS="11.2,11.3,12.0,12.3" RPM_REPOS_BASE="/var/www/" RPM_WANT_EXTRA_REPOS="0" diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index fab6763..498ef36 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:26,27,28,29,30,rawhide epel:6,7 opensuse:42.2,42.3,15.0,tumbleweed sle:11.2,11.3,12.0,12.3"} +: ${RPM_BUILD_FOR:="fedora:26,27,28,29,30,rawhide epel:6,7 opensuse:42.2,42.3,15.0,15.1,tumbleweed sle:11.2,11.3,12.0,12.3"} RPM_REPOS_BASE="/srv/sites/x2go.org/packages/" RPM_WANT_EXTRA_REPOS="1" RPM_MOCK_CONFIG_DIR="/etc/mock/" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git