This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from ac1a56e bin/build-rpm-package: break out early if base arch is unknown. new 8fe4518 home/.buildscripts/x2go.conf: fix up a few variables. new b4d401d {bin/build-rpm-package,home/.buildscripts/x2go.conf}: add support for FC27. 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 | 11 +++++------ 2 files changed, 6 insertions(+), 7 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 8fe451861abe64d4db6bf51fb7cf12b375f43474 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 14 22:16:47 2017 +0100 home/.buildscripts/x2go.conf: fix up a few variables. --- home/.buildscripts/x2go.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index c449ea6..c8e7d4e 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -34,15 +34,15 @@ PACKAGE_WITHOUT_OTHERMIRROR="x2go-keyring" LIB_PACKAGES_HEULER=" x2go-keyring ${COMPONENT_NIGHTLY} master\n\ nx-libs ${COMPONENT_NIGHTLY} master\n\ -python-x2go ${COMPONENT_NIGHTLY} master\ +python-x2go ${COMPONENT_NIGHTLY} master\n\ libpam-x2go ${COMPONENT_NIGHTLY} master\n\ -lightdm-remote-session-x2go ${COMPONENT_NIGHTLY} master\n\ +lightdm-remote-session-x2go ${COMPONENT_NIGHTLY} master\ " LIB_PACKAGES_MAIN=" x2go-keyring ${COMPONENT_MAIN} build-main\n\ nx-libs ${COMPONENT_MAIN} build-main\n\ -python-x2go ${COMPONENT_MAIN} build-main\ -libpam-x2go ${COMPONENT_MAIN} build-main\ +python-x2go ${COMPONENT_MAIN} build-main\n\ +libpam-x2go ${COMPONENT_MAIN} build-main\n\ lightdm-remote-session-x2go ${COMPONENT_MAIN} build-main\ " LIB_PACKAGES_BAIKAL="${LIB_PACKAGES_MAIN}" @@ -88,4 +88,3 @@ pyhoca-gui ${COMPONENT_MAIN} build-baikal\n\ pyhoca-cli ${COMPONENT_MAIN} build-baikal\n\ x2gothinclient ${COMPONENT_MAIN} build-baikal\ " - -- 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 b4d401ddfdcd39cc38e14459a302e02e8d2d3fce Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 14 22:17:03 2017 +0100 {bin/build-rpm-package,home/.buildscripts/x2go.conf}: add support for FC27. --- 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 0a100dd..10ae89a 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,25,26,rawhide" +FEDORA_DISTROS="18,19,20,21,22,23,24,25,26,27,rawhide" EPEL_DISTROS="6,7" OPENSUSE_DISTROS="12.2,12.3,13.1,13.2,42.1,42.2,42.3" SLE_DISTROS="11.2,11.3,12.0" diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index c8e7d4e..2e49e32 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,25,26,rawhide epel:6,7 opensuse:13.1,13.2,42.1,42.2,42.3 sle:11.2,11.3,12.0"} +: ${RPM_BUILD_FOR:="fedora:23,24,25,26,27,rawhide epel:6,7 opensuse:13.1,13.2,42.1,42.2,42.3 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