This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit facb04e7b349a38b4573de1245a250db5c8a5339 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 2 05:41:55 2017 +0200 home/.buildscripts/x2go.conf: use more compact notation for set-or-default DEB_BUILD_FOR variable. --- home/.buildscripts/x2go.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 5e52957..c449ea6 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -7,7 +7,7 @@ GIT_SSH_PORT="32032" DEBEMAIL="git-admin@x2go.org" DEBFULLNAME="X2Go Git Administrator" DEB_DISTS_SUPPORTED="debian raspbian" -DEB_BUILD_FOR=${DEB_BUILD_FOR:-"debian:wheezy,jessie,stretch,buster,sid raspbian:jessie,stretch"} +: ${DEB_BUILD_FOR:="debian:wheezy,jessie,stretch,buster,sid raspbian:jessie,stretch"} # Shared for both RPM and DEB. GPG_KEY="F4A7678C9C6B0B2B" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git