This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/cleanup in repository x2goclient. from 29c0780 ssh{masterconnection,process}.cpp: add more debugging messages to trace mutex lock and unlock and command execution via SSH. new b5ce5b6 macbuild.sh: Use the correct client build dir: client_build. new 46427fd macbuild.sh: remove unused variables. The 2 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: debian/changelog | 1 + macbuild.sh | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 46427fdc9ab2497d3a8f5b32920f20938cb44853 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Feb 16 23:23:24 2015 +0100 macbuild.sh: remove unused variables. --- macbuild.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/macbuild.sh b/macbuild.sh index 7c01845..9263d26 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -10,10 +10,6 @@ PROJECT="${TOP_DIR}/${NAME}.pro" PKG_DMG="${TOP_DIR}/pkg-dmg" NXPROXY="$(which nxproxy)" -LIBXCOMP="libXcomp.3.dylib" -LIBPNG="libpng15.15.dylib" -LIBJPEG="libjpeg.9.dylib" -LIBZ="libz.1.dylib" SDK="${SDK:-"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk"}" MACOSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET:-"10.7"}" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit b5ce5b6dcaef7b6f76328fd6d5c90d1903e5d93b Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Feb 16 23:21:55 2015 +0100 macbuild.sh: Use the correct client build dir: client_build. --- debian/changelog | 1 + macbuild.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 61260a4..2acb9ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -217,6 +217,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium - Fix some QMessageBox usages. There are many more places that need fixing... - Remove config_mac.sh. macbuild.sh handles this now. + - Use the correct client build dir in macbuild.sh: client_build. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 diff --git a/macbuild.sh b/macbuild.sh index 4df34b4..7c01845 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -3,7 +3,7 @@ NAME="x2goclient" TOP_DIR="$(dirname "$0")" [[ "${TOP_DIR}" == /* ]] || TOP_DIR="${PWD}/${TOP_DIR#./}" -BUILD_DIR="${TOP_DIR}/build_client" +BUILD_DIR="${TOP_DIR}/client_build" APPBUNDLE="${BUILD_DIR}/${NAME}.app" DMGFILE="${BUILD_DIR}/${NAME}.dmg" PROJECT="${TOP_DIR}/${NAME}.pro" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git