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 "FusionForge".
The branch, master has been updated
via 117113af86bbbe7952cc03ae8d6f3ebd41e141f6 (commit)
from b63bf54601db5267f351f1069eaf8eab22225617 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=117113af86bbbe7952cc03ae8d6f3ebd41e141f6
commit 117113af86bbbe7952cc03ae8d6f3ebd41e141f6
Author: Roland Mas <[email protected]>
Date: Fri Apr 19 12:06:19 2019 +0200
Install appropriate package for VNC on Debian9
diff --git a/tests/func_tests-xvnc.sh b/tests/func_tests-xvnc.sh
index 23b2a40..40c1d09 100755
--- a/tests/func_tests-xvnc.sh
+++ b/tests/func_tests-xvnc.sh
@@ -18,8 +18,12 @@ then
fi
if type apt-get >/dev/null 2>&1
then
+ if apt show tigervnc-standalone-server ; then
+ apt-get -y install tigervnc-standalone-server tigervnc-common
+ else
apt-get -y install vnc4server
- apt-get -y install xfonts-base
+ fi
+ apt-get -y install xfonts-base
fi
if ! type vncserver 2>/dev/null
then
-----------------------------------------------------------------------
Summary of changes:
tests/func_tests-xvnc.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits