This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from a4de724 typo fix new bb54a76 adapt x2go.conf for buildscripts 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: home/.buildscripts/x2go.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 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 bb54a76635193b8138cddf43340c39ddbdbd3d1b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Oct 11 15:40:31 2014 +0200 adapt x2go.conf for buildscripts --- home/.buildscripts/x2go.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 8c4519a..07b315f 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -5,15 +5,15 @@ GIT_HOSTNAME=code.x2go.org GIT_SSH_PORT=32032 DEBEMAIL=git-admin@x2go.org -DEBFULLNAME="X2go Git Administrator" +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 -RPMFULLNAME="X2go Git Administrator" +RPMFULLNAME="X2Go Git Administrator" GPG_KEY="F4A7678C9C6B0B2B" -RPM_DISTS_SUPPORTED="fedora epel" +RPM_DISTS_SUPPORTED="fedora epel opensuse sles" RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:18,19,20,rawhide epel:6,7 sles:11 opensuse:12.3,13.1"} RPM_REPOS_BASE=/srv/sites/x2go.org/packages/ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git