This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 94fa509 bin/build-rpm-package: add comment to remind to autogenerate mock files. new a7ce3d6 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. 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 | 3 +++ 1 file changed, 3 insertions(+) -- 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 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