This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from b2aa486 Fix x2gormforward for 4.0.1.x release series (the X2Go::Log Perl module only exists in X2Go Server >= 4.1.0.0, the 4.0.1.x release series has to use x2gologlevel.pm in `x2gopath lib`. (Fixes: #617). new 5e673fb x2gogetagentstate: remove commented-out code 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: x2goserver/lib/x2gogetagentstate | 5 ----- 1 file changed, 5 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 5e673fbb630369197a43c72551fb48dcfd75fed2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Sep 24 09:31:26 2014 +0200 x2gogetagentstate: remove commented-out code --- x2goserver/lib/x2gogetagentstate | 5 ----- 1 file changed, 5 deletions(-) diff --git a/x2goserver/lib/x2gogetagentstate b/x2goserver/lib/x2gogetagentstate index b84d764..6b3343e 100755 --- a/x2goserver/lib/x2gogetagentstate +++ b/x2goserver/lib/x2gogetagentstate @@ -22,11 +22,6 @@ use strict; -#use strict; -#use Sys::Hostname; -#use Sys::Syslog qw( :standard :macros ); - - use X2Go::Server::DB; use X2Go::Server::Agent; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git