This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 6b011ca bin/build-rpm-package: do not create a subshell in build_packages(), so that TMP_MOCK_CFG_DIR is actually modified in the main process. new 665ba77 bin/build-rpm-package: fix typo in comment: obviously do NOT use a subshell. 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 665ba772a0271b829b8290d3d1d0e39750a2b062 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 2 02:31:52 2015 +0200 bin/build-rpm-package: fix typo in comment: obviously do NOT use a subshell. --- 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 ecf699c..261696c 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -560,7 +560,7 @@ clear_pkgdist() { } build_packages() { - # Do spawn a subshell here. Functions like get_extra_repository() need to + # Do NOT spawn a subshell here. Functions like get_extra_repository() need to # change global variables in the main process. typeset -a RPM_BUILD_FOR_ARR typeset OLDIFS="${IFS}" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git