This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 76be223 bin/build-rpm-package: TYPESET ALL THE THINGS! To make them local to the function. new 17f9165 bin/build-rpm-package: missed space messing up mock return value. 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: bin/build-rpm-package | 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 17f916505006fa800d9d73fc24e730a53e4943fe Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Mar 24 05:39:13 2015 +0100 bin/build-rpm-package: missed space messing up mock return value. --- 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 380d558..3eac23b 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -202,7 +202,7 @@ get_extra_repository () { [ "${MOCK_BUGGY}" -eq "1" ] && ret="${ret}../../" # Add config base dir if specified. - ret="${ret} ${RPM_MOCK_CONFIG_DIR}/" + ret="${ret}${RPM_MOCK_CONFIG_DIR}/" # Mock config file names shall follow the format: # distname-distversion-arch[-component-extra_repo_base_name[-extra_repo_full_name]] -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git