This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 73ca7d46557097f44513bd7ac8cc552742c97c2b
Author: Mihai Moldovan <[email protected]>
Date:   Fri Apr 7 13:27:58 2017 +0200

    bin/build-osx-package: make ${is_release} global. Will need it later.
---
 bin/build-osx-package | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/build-osx-package b/bin/build-osx-package
index cc519b0..237d74c 100755
--- a/bin/build-osx-package
+++ b/bin/build-osx-package
@@ -56,6 +56,7 @@ test -f "${HOME}/.buildscripts/${PREFIX}.conf" && . 
"${HOME}/.buildscripts/${PRE
 # These parts are not user-serviceable.
 typeset -ag temp_cleanup=""
 typeset -g upstream_version=""
+typeset -g is_release="0"
 typeset -g gitrev=""
 # End of non-user-serviceable part.
 
@@ -224,7 +225,7 @@ build_packages() {
 
                        upstream_version="$(cat VERSION)"
 
-                       typeset is_release="1"
+                       is_release="1"
                        if [ "${COMPONENT}" = "${COMPONENT_NIGHTLY}" ]; then
                                is_release="0"
                        fi

--
Alioth's 
/srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on 
/srv/git/code.x2go.org/buildscripts.git
_______________________________________________
x2go-commits mailing list
[email protected]
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to