This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 665ba77 bin/build-rpm-package: fix typo in comment: obviously do NOT use a subshell. new dcb25dd bin/build-rpm-package: variable ${file} is already a full-pathed file there, do not prepend ${TMP_MOCK_CFG_DIR}. 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 dcb25dde2f695a69cc0c0d7aee9608ea4815c594 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 2 02:34:22 2015 +0200 bin/build-rpm-package: variable ${file} is already a full-pathed file there, do not prepend ${TMP_MOCK_CFG_DIR}. --- 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 261696c..800b4d0 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -84,7 +84,7 @@ cleanup () { echo "Warning: mock temporary config file ${file} is not a regular file. Not unlinking." >&2 else # Remove and ignore errors. - rm "${TMP_MOCK_CFG_DIR}/${file}" || : + rm "${file}" || : fi done -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git