The branch, master has been updated via add1c479ab49cda6325f89ba1cbc45d57f8a1685 (commit) from d1a5d757ef2e45912f2f58162a6e6c39fa482d13 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit add1c479ab49cda6325f89ba1cbc45d57f8a1685 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 22 13:38:38 2012 +0100 forgot to add /debian/x2goserver.config to the list of VCS files ----------------------------------------------------------------------- Summary of changes: debian/x2goserver.config | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100755 debian/x2goserver.config The diff of changes is: diff --git a/debian/x2goserver.config b/debian/x2goserver.config new file mode 100755 index 0000000..b7012da --- /dev/null +++ b/debian/x2goserver.config @@ -0,0 +1,16 @@ +#!/bin/sh -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +LASTVERSION=$2 + +if dpkg --compare-versions "$LASTVERSION" lt "3.1.0.0" && \ + [ -e /etc/x2go/x2gosql/sql ] && \ + egrep "^backend=postgres.*" /etc/x2go/x2gosql/sql >/dev/null; then + + db_input critical x2goserver/postgresql-upgrade-3_1_0_0 || true + db_go + +fi + hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).