This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 436369d92d6e8731c53527c370ffa3152d880b1d Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jul 2 02:46:42 2015 +0200 home/.buildscripts/x2go.conf: don't redefine GPG_KEY -- put in-between "sections" and add a comment that this is actually shared. --- home/.buildscripts/x2go.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 3afeab7..6650714 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -6,10 +6,12 @@ GIT_SSH_PORT="32032" 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,stretch,sid"} +# Shared for both RPM and Debian. +GPG_KEY="F4A7678C9C6B0B2B" + RPMEMAIL="git-admin@x2go.org" RPMFULLNAME="X2Go Git Administrator" GPG_KEY="F4A7678C9C6B0B2B" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git