This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 8574242 bin/sbuild-deb-package: we actually have to "enable" alternatives usage. new facb04e home/.buildscripts/x2go.conf: use more compact notation for set-or-default DEB_BUILD_FOR variable. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 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