This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/mysql-backend in repository x2goserver. from d685858 x2goserver/sbin/x2godbadmin: no need to specify or use database for list_users operation. new f86c708 X2Go/Server/DB/PostgreSQL.pm: fix syntax error. 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: X2Go/Server/DB/PostgreSQL.pm | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/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 feature/mysql-backend in repository x2goserver. commit f86c708513f864af7c4e99b34ef4fbebb99c60ea Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 24 00:33:45 2018 +0100 X2Go/Server/DB/PostgreSQL.pm: fix syntax error. --- X2Go/Server/DB/PostgreSQL.pm | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/X2Go/Server/DB/PostgreSQL.pm b/X2Go/Server/DB/PostgreSQL.pm index 622489e..e04f6c4 100644 --- a/X2Go/Server/DB/PostgreSQL.pm +++ b/X2Go/Server/DB/PostgreSQL.pm @@ -120,6 +120,7 @@ sub init_db } if ($move_file) + { # Password file needs move. move($old_location, $passfile) or die "Unable to move PostgreSQL user password file from '$old_location' to '$passfile'<br>"; } diff --git a/debian/changelog b/debian/changelog index fd52f40..9cc05f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -89,6 +89,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium uninstalling the tarball manually. - x2goserver/sbin/x2godbadmin: no need to specify or use database for list_users operation. + - X2Go/Server/DB/PostgreSQL.pm: fix syntax error. * debian/{control,compat}: + Bump DH compat level to 9. * debian/: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git