This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from a458a1e re-arrange complete X2Go TCE project, bump version to 1.5.0.0 new 38127c8 fix inclusion of VERSION file in etc/x2gothinclient_settings 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: management/etc/x2gothinclient_settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 38127c8dfab5e5dca0c47846f25ca14af513e4c8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Aug 24 17:06:07 2014 +0200 fix inclusion of VERSION file in etc/x2gothinclient_settings --- management/etc/x2gothinclient_settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/etc/x2gothinclient_settings b/management/etc/x2gothinclient_settings index bddabe9..1314767 100644 --- a/management/etc/x2gothinclient_settings +++ b/management/etc/x2gothinclient_settings @@ -22,7 +22,7 @@ TC_PRETTY_NAME="X2Go TCE" # Adapt to your system!!! This path fits for Debian systems. Or provide the version manually. -TC_VERSION=`cat /usr/share/x2go/versions/VERSION.x2gothinclientmanagement` +TC_VERSION=`cat /usr/share/x2go/versions/VERSION.x2gothinclient-management` # base path for X2Go thin client files TC_BASE="/opt/x2gothinclient" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git