This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 286a447 Correctly use diversions from stderr to stdout in shell commands. (Fixes: #520). new c43817e logcheck file: add EOL at EOF 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/etc/logcheck/ignore.d.server/x2goserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 release/4.0.1.x in repository x2goserver. commit c43817e96555275061edd077ed1ca9f36c970379 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 25 13:20:41 2014 +0200 logcheck file: add EOL at EOF --- x2goserver/etc/logcheck/ignore.d.server/x2goserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goserver/etc/logcheck/ignore.d.server/x2goserver b/x2goserver/etc/logcheck/ignore.d.server/x2goserver index f936d3d..de09ba1 100644 --- a/x2goserver/etc/logcheck/ignore.d.server/x2goserver +++ b/x2goserver/etc/logcheck/ignore.d.server/x2goserver @@ -1,4 +1,4 @@ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ /usr/bin/x2gomountdirs\[[ 0-9]{1,6}\]: WARNING: mounting of /.*/spool failed$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ /usr/bin/x2gosuspend-session: session with ID .* has been suspended successfully$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ /usr/bin/x2gostartagent: successfully started X2Go agent session with ID .*$ -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ /usr/bin/x2goresume-session: client .* has successfully resumed session with ID .*$ \ No newline at end of file +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ /usr/bin/x2goresume-session: client .* has successfully resumed session with ID .*$ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git