This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 3a1df18 bin/build-osx-package: chmod on OS X does not support the "end of parameters" marker. new c2ffdc0 bin/build-osx-package: force-call bash as login shell to read ~/.profile. 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 c2ffdc005fc47d9b5452f9c8b7a18fed0ff38d77 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 6 09:37:58 2017 +0200 bin/build-osx-package: force-call bash as login shell to read ~/.profile. --- 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 bce69c0..046fc0a 100755 --- a/bin/build-osx-package +++ b/bin/build-osx-package @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env bash -l # Copyright (C) 2011-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2016-2017 by Mihai Moldovan <ionic@ionic.de> -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git