[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99.10-33-gadd1c47

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:52:56 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/x2goserver.config |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 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).




More information about the x2go-commits mailing list