This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 761a201 bin/build-rpm-package: remove ${TEMP_DIR} cleanup now handled by the cleanup() function. new 51e5b8f bin/build-rpm-package: add Fedora 22 and EPEL 7 releases. new 5988968 home/.buildscripts/x2go.conf: use more quotes and curly braces. 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 | 102 +++++++++++++++++++++--------------------- 2 files changed, 52 insertions(+), 52 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 51e5b8f87a2598f6fb2ab5cd74b19bea83ad1025 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Apr 3 03:27:01 2015 +0200 bin/build-rpm-package: add Fedora 22 and EPEL 7 releases. --- 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 fe83537..4b8ccbf 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,rawhide" +FEDORA_DISTROS="18,19,20,21,22,rawhide" EPEL_DISTROS="6,7" OPENSUSE_DISTROS="12.2,12.3,13.1,13.2" SLE_DISTROS="11.2,11.3,12.0" diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index f4fafeb..bec4b83 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 sle" -RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:18,19,20,21,rawhide epel:6 opensuse:12.2,12.3,13.1,13.2 sle:11.2,11.3,12.0"} +RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:18,19,20,21,22,rawhide epel:6,7 opensuse:12.2,12.3,13.1,13.2 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 5988968b8c34aee7c4759f506b68623df9e35d2a Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Apr 3 03:32:02 2015 +0200 home/.buildscripts/x2go.conf: use more quotes and curly braces. --- home/.buildscripts/x2go.conf | 102 +++++++++++++++++++++--------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index bec4b83..6b6384a 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -1,21 +1,21 @@ # buildscripts configuration for X2Go build server -GIT_USER=x2go -GIT_HOSTNAME=code.x2go.org -GIT_SSH_PORT=32032 +GIT_USER="x2go" +GIT_HOSTNAME="code.x2go.org" +GIT_SSH_PORT="32032" -DEBEMAIL=git-admin@x2go.org +DEBEMAIL="git-admin@x2go.org" DEBFULLNAME="X2Go Git Administrator" GPG_KEY="F4A7678C9C6B0B2B" DEB_DISTS_SUPPORTED="debian" DEB_BUILD_FOR=${DEB_BUILD_FOR:-"debian:squeeze,wheezy,jessie,sid"} -RPMEMAIL=git-admin@x2go.org +RPMEMAIL="git-admin@x2go.org" RPMFULLNAME="X2Go Git Administrator" GPG_KEY="F4A7678C9C6B0B2B" RPM_DISTS_SUPPORTED="fedora epel opensuse sle" -RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:18,19,20,21,22,rawhide epel:6,7 opensuse:12.2,12.3,13.1,13.2 sle:11.2,11.3,12.0"} -RPM_REPOS_BASE=/srv/sites/x2go.org/packages/ +: ${RPM_BUILD_FOR:="fedora:18,19,20,21,22,rawhide epel:6,7 opensuse:12.2,12.3,13.1,13.2 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/" RPM_EXTRA_REPO_MOCK_CONFIG_BASE="x2go" @@ -27,60 +27,60 @@ REPOS_SERVER="packages.x2go.org" 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\ -libpam-x2go $COMPONENT_NIGHTLY master\n\ -lightdm-remote-session-x2go $COMPONENT_NIGHTLY master\n\ +x2go-keyring ${COMPONENT_NIGHTLY} master\n\ +nx-libs ${COMPONENT_NIGHTLY} master\n\ +python-x2go ${COMPONENT_NIGHTLY} master\ +libpam-x2go ${COMPONENT_NIGHTLY} master\n\ +lightdm-remote-session-x2go ${COMPONENT_NIGHTLY} master\n\ " 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\ -lightdm-remote-session-x2go $COMPONENT_MAIN build-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\ +lightdm-remote-session-x2go ${COMPONENT_MAIN} build-main\ " -LIB_PACKAGES_BAIKAL="$LIB_PACKAGES_MAIN" +LIB_PACKAGES_BAIKAL="${LIB_PACKAGES_MAIN}" APP_PACKAGES_NIGHTLY=" -x2goserver $COMPONENT_NIGHTLY master\n\ -x2gobroker $COMPONENT_NIGHTLY master\n\ -x2goclient $COMPONENT_NIGHTLY master\n\ -cups-x2go $COMPONENT_NIGHTLY master\n\ -x2goadmincenter $COMPONENT_NIGHTLY master\n\ -x2godesktopsharing $COMPONENT_NIGHTLY master\n\ -x2gognomebindings $COMPONENT_NIGHTLY master\n\ -x2golxdebindings $COMPONENT_NIGHTLY master\n\ -x2goplasmabindings $COMPONENT_NIGHTLY master\n\ -pyhoca-gui $COMPONENT_NIGHTLY master\n\ -pyhoca-cli $COMPONENT_NIGHTLY master\n\ -x2gothinclient $COMPONENT_NIGHTLY master\ +x2goserver ${COMPONENT_NIGHTLY} master\n\ +x2gobroker ${COMPONENT_NIGHTLY} master\n\ +x2goclient ${COMPONENT_NIGHTLY} master\n\ +cups-x2go ${COMPONENT_NIGHTLY} master\n\ +x2goadmincenter ${COMPONENT_NIGHTLY} master\n\ +x2godesktopsharing $C{OMPONENT_NIGHTLY} master\n\ +x2gognomebindings ${COMPONENT_NIGHTLY} master\n\ +x2golxdebindings ${COMPONENT_NIGHTLY} master\n\ +x2goplasmabindings ${COMPONENT_NIGHTLY} master\n\ +pyhoca-gui ${COMPONENT_NIGHTLY} master\n\ +pyhoca-cli ${COMPONENT_NIGHTLY} master\n\ +x2gothinclient ${COMPONENT_NIGHTLY} master\ " APP_PACKAGES_MAIN=" -x2goserver $COMPONENT_MAIN build-main\n\ -x2gobroker $COMPONENT_MAIN build-main\n\ -x2goclient $COMPONENT_MAIN build-main\n\ -cups-x2go $COMPONENT_MAIN build-main\n\ -x2godesktopsharing $COMPONENT_MAIN build-main\n\ -x2gognomebindings $COMPONENT_MAIN build-main\n\ -x2golxdebindings $COMPONENT_MAIN build-main\n\ -x2goplasmabindings $COMPONENT_MAIN build-main\n\ -pyhoca-gui $COMPONENT_MAIN build-main\n\ -pyhoca-cli $COMPONENT_MAIN build-main\n\ -x2gothinclient $COMPONENT_MAIN build-main\ +x2goserver ${COMPONENT_MAIN} build-main\n\ +x2gobroker ${COMPONENT_MAIN} build-main\n\ +x2goclient ${COMPONENT_MAIN} build-main\n\ +cups-x2go ${COMPONENT_MAIN} build-main\n\ +x2godesktopsharing ${COMPONENT_MAIN} build-main\n\ +x2gognomebindings ${COMPONENT_MAIN} build-main\n\ +x2golxdebindings ${COMPONENT_MAIN} build-main\n\ +x2goplasmabindings ${COMPONENT_MAIN} build-main\n\ +pyhoca-gui ${COMPONENT_MAIN} build-main\n\ +pyhoca-cli ${COMPONENT_MAIN} build-main\n\ +x2gothinclient ${COMPONENT_MAIN} build-main\ " APP_PACKAGES_BAIKAL=" -x2goserver $COMPONENT_MAIN build-baikal\n\ -x2goclient $COMPONENT_MAIN build-baikal\n\ -cups-x2go $COMPONENT_MAIN build-baikal\n\ -x2godesktopsharing $COMPONENT_MAIN build-baikal\n\ -x2gognomebindings $COMPONENT_MAIN build-baikal\n\ -x2golxdebindings $COMPONENT_MAIN build-baikal\n\ -x2goplasmabindings $COMPONENT_MAIN build-baikal\n\ -pyhoca-gui $COMPONENT_MAIN build-baikal\n\ -pyhoca-cli $COMPONENT_MAIN build-baikal\n\ -x2gothinclient $COMPONENT_MAIN build-baikal\ +x2goserver ${COMPONENT_MAIN} build-baikal\n\ +x2goclient ${COMPONENT_MAIN} build-baikal\n\ +cups-x2go ${COMPONENT_MAIN} build-baikal\n\ +x2godesktopsharing ${COMPONENT_MAIN} build-baikal\n\ +x2gognomebindings ${COMPONENT_MAIN} build-baikal\n\ +x2golxdebindings ${COMPONENT_MAIN} build-baikal\n\ +x2goplasmabindings ${COMPONENT_MAIN} build-baikal\n\ +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