This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/cleanup in repository x2goclient. from 8a2a1cf onmainwindow.cpp: Fix some QMessageBox usages. There are many more places that need fixing... new 8b1d400 general: remove config_mac.sh. macbuild.sh handles this now. 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: config_mac.sh | 5 ----- debian/changelog | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100755 config_mac.sh -- 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 8b1d4006ce1f1b93f377e5e4ffc51c724d4f405c Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Feb 16 04:17:44 2015 +0100 general: remove config_mac.sh. macbuild.sh handles this now. --- config_mac.sh | 5 ----- debian/changelog | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config_mac.sh b/config_mac.sh deleted file mode 100755 index 1b6f433..0000000 --- a/config_mac.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -make distclean - -qmake -spec macx-g++ diff --git a/debian/changelog b/debian/changelog index 0323025..61260a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -216,6 +216,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium - Add new UNUSED() macro to x2goutils.h and silence compiler warnings. - Fix some QMessageBox usages. There are many more places that need fixing... + - Remove config_mac.sh. macbuild.sh handles this now. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git