~x2go/x2go/+git/x2goserver:build-saimaa

Last commit made on 2017-11-08
Get this branch:
git clone -b build-saimaa https://git.launchpad.net/~x2go/x2go/+git/x2goserver

Branch merges

Branch information

Name:
build-saimaa
Repository:
lp:~x2go/x2go/+git/x2goserver

Recent commits

506a149... by X2Go Release Manager <email address hidden>

release 4.0.1.21

88bc656... by Mihai Moldovan

x2goserver/bin/x2gostartagent: log x2goagent startup command to syslog in debug mode.

8b363c5... by Mihai Moldovan

x2goserver/bin/x2go{resume-session,startagent}: revert error catching while inserting values into database.

The current code structure relies on ignoring failures and retrying
until an operation succeeded, which may eventually happen or just as
well may never happen.

We need something smarter here.

a2da6e1... by Mihai Moldovan

x2goserver/Makefile: actually unreference x2goagent.options file as well.

c737a7d... by Mihai Moldovan

x2goserver/etc/x2goagent.options: remove file, moved to x2goagent.

15cd4c2... by Mihai Moldovan

x2goserver.spec: pull in x2goagent >= 3.5.0.33 explicitly, first version that reflects the x2goagent.options file move.

21ad1ba... by Mihai Moldovan

debian/control: pull in x2goagent >= 3.5.0.33 explicitly, first version that reflects the x2goagent.options file move.

6e4ea44... by Mihai Moldovan

x2goserver/{bin/x2go{runcommand,suspend-session},sbin/x2gocleansessions}: remove hopefully redundant HOSTNAME export commands.

0c103b8... by Mihai Moldovan

x2goserver/bin/x2gostartagent: write hostname errors to stderr to make X2Go Client (and maybe PyHoca?) fail.

80d2f2d... by Mihai Moldovan

x2goserver/bin/x2goresume-session: catch errors while inserting values into database more gracefully. Fixes: #1230.