This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit a7ce3d68c11f945307848d913096eb5192ea6966 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 23 04:54:45 2015 +0100 home/.buildscripts/x2go.conf: add RPM_MOCK_CONFIG_DIR, RPM_EXTRA_REPO_MOCK_CONFIG_BASE_NAME and RPM_EXTRA_REPO_MOCK_CONFIG_FULL_NAME values. --- home/.buildscripts/x2go.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 60e216a..757736d 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -16,6 +16,9 @@ GPG_KEY="F4A7678C9C6B0B2B" RPM_DISTS_SUPPORTED="fedora epel opensuse sle" RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:18,19,20,21,rawhide epel:6 opensuse:12.2,12.3,13.1,13.2 sle:11.2,11.3,12.0"} RPM_REPOS_BASE=/srv/sites/x2go.org/packages/ +RPM_MOCK_CONFIG_DIR="${HOME}/mock-config" +RPM_EXTRA_REPO_MOCK_CONFIG_BASE_NAME="x2go" +RPM_EXTRA_REPO_MOCK_CONFIG_FULL_NAME="full" COMPONENT_MAIN="main" COMPONENT_NIGHTLY="heuler" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git