This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from c2ffdc0 bin/build-osx-package: force-call bash as login shell to read ~/.profile. new 7b51208 bin/build-osx-package: parameter order is important for OS X' chmod implementation. 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-osx-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 7b512087275527e5d01d00fc38b09af6935bcad8 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 6 09:51:45 2017 +0200 bin/build-osx-package: parameter order is important for OS X' chmod implementation. --- bin/build-osx-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-osx-package b/bin/build-osx-package index 046fc0a..e20379d 100755 --- a/bin/build-osx-package +++ b/bin/build-osx-package @@ -209,7 +209,7 @@ build_packages() { typeset temp_dir="$(mktemp -d "${TEMP_BASE}/tmp.$(repeat_str "X" "24")")" temp_cleanup+=("${temp_dir}") mkdir -p -- "${temp_dir}/${PROJECT}" - chmod 2770 -Rf "${temp_dir}" + chmod -Rf 2770 "${temp_dir}" cd "${PROJECT_DIR}" git clone --no-hardlinks --no-local "${PROJECT_DIR}" "${temp_dir}/${PROJECT}/" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git