This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from dad7d33 x2goserver.spec: comment out perl(DBD::mysql) dependency for now. new 5cec9cb X2Go/Server/DB.pm: don't use X2Go::Server::DB::MySQL for now. 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.pm | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) -- 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 master in repository x2goserver. commit 5cec9cb4a207edf40beb5409e3bceeb359a1f438 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 1 10:22:15 2018 +0100 X2Go/Server/DB.pm: don't use X2Go::Server::DB::MySQL for now. --- X2Go/Server/DB.pm | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/X2Go/Server/DB.pm b/X2Go/Server/DB.pm index eefb46a..3be12f3 100644 --- a/X2Go/Server/DB.pm +++ b/X2Go/Server/DB.pm @@ -39,7 +39,7 @@ use Sys::Syslog qw( :standard :macros ); use X2Go::Config qw( get_sqlconfig ); use X2Go::Log qw( loglevel ); use X2Go::Server::DB::PostgreSQL; -use X2Go::Server::DB::MySQL; +#use X2Go::Server::DB::MySQL; use X2Go::Utils qw( system_capture_merged_output system_capture_stdout_output ); setlogmask( LOG_UPTO(loglevel()) ); diff --git a/debian/changelog b/debian/changelog index ecabb76..e7138c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -108,6 +108,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium - x2goserver-common/etc/x2gosql/sql: add example MySQL section and add to "supported" backends list. - x2goserver-common/etc/x2gosql/sql: reformat PostgreSQL comments. + - X2Go/Server/DB.pm: don't use X2Go::Server::DB::MySQL for now. * 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