This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 6092d2a6bbdb370b608f93f3f143d77dab0d771e Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Apr 7 13:27:43 2017 +0200 bin/build-osx-package: make ${gitrev} 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 4cb6a03..cc519b0 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 gitrev="" # End of non-user-serviceable part. set -ex @@ -216,7 +217,7 @@ build_packages() { cd "${temp_dir}/${PROJECT}" git checkout "${CHECKOUT}" || git checkout master find "${PROJECT_DIR}/../" -maxdepth 0 -mindepth 0 -type f | grep -qs "${PROJECT}_"*.orig.tar.gz && cp -- "${PROJECT_DIR}/../${PROJECT}_"*.orig.tar.gz .. - typeset gitrev="$(gitrevno)" + gitrev="$(gitrevno)" # create git changelog immediately prior to building the package git --no-pager log --since "2 years ago" --format="%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n" > ChangeLog.gitlog -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git