This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 28880e9 Add XDG autostart .desktop file for X2Go Client. new 05a4f8e Run x2gothinclient_shell and x2gothinclient_upgrade with LANG=C. 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: debian/changelog | 1 + x2gothinclientmanagement/sbin/x2gothinclient_shell | 1 + .../sbin/x2gothinclient_upgrade | 1 + 3 files changed, 3 insertions(+) -- 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 05a4f8e2fd8ec4a546f09ed62ab3e68531d49bec Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Aug 13 20:07:53 2014 +0200 Run x2gothinclient_shell and x2gothinclient_upgrade with LANG=C. --- debian/changelog | 1 + x2gothinclientmanagement/sbin/x2gothinclient_shell | 1 + .../sbin/x2gothinclient_upgrade | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 73b7887..73520cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ x2gothinclient (1.1.0.3-0x2go1) UNRELEASED; urgency=low - Use resolv.conf file from host system when running x2gothinclient_upgrade. - Tweak MATE minidesktop via GScheme overrides. - Add XDG autostart .desktop file for X2Go Client. + - Run x2gothinclient_shell and x2gothinclient_upgrade with LANG=C. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Feb 2014 12:03:00 +0100 diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_shell b/x2gothinclientmanagement/sbin/x2gothinclient_shell index 5e2a2fa..f6f496d 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_shell +++ b/x2gothinclientmanagement/sbin/x2gothinclient_shell @@ -79,6 +79,7 @@ if [ \$(stat --format '%s' /sbin/start-stop-daemon) -gt 200 ]; then fi export X2GO_HANDLE_DAEMONS=false +export LANG=C mount /root diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_upgrade b/x2gothinclientmanagement/sbin/x2gothinclient_upgrade index a580eb8..f05baf2 100755 --- a/x2gothinclientmanagement/sbin/x2gothinclient_upgrade +++ b/x2gothinclientmanagement/sbin/x2gothinclient_upgrade @@ -69,6 +69,7 @@ if [ \$(stat --format '%s' /sbin/start-stop-daemon) -gt 200 ]; then fi export X2GO_HANDLE_DAEMONS=false +export LANG=C [ \$? -eq 0 ] && apt-get update [ \$? -eq 0 ] && apt-get upgrade -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git