This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 11e37d21cb5a262af10e38acb0cd90be5df505f1 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 1 09:11:12 2015 +0200 bin/build-rpm-package: set RPM_MOCK_CONFIG_DIR to a sane value (/etc/mock) for all projects. --- bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 4902186..2cb6302 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -32,7 +32,7 @@ EPEL_DISTROS="6,7" OPENSUSE_DISTROS="12.2,12.3,13.1,13.2" SLE_DISTROS="11.2,11.3,12.0" RPM_REPOS_BASE=/var/www/ -RPM_MOCK_CONFIG_DIR="" +RPM_MOCK_CONFIG_DIR="/etc/mock" RPM_EXTRA_REPO_MOCK_CONFIG_BASE="" RPM_EXTRA_REPO_MOCK_CONFIG_FULL_NAME="" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git