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 839612332550d1e6cf5de7773c5d1b64dc8996b6 (commit)
from c4d095d2327453b48e0b554601dce7ee311ece8c (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=839612332550d1e6cf5de7773c5d1b64dc8996b6
commit 839612332550d1e6cf5de7773c5d1b64dc8996b6
Author: Roland Mas <[email protected]>
Date: Fri May 10 13:30:02 2019 +0200
Install a window manager
diff --git a/tests/func_tests-xvnc.sh b/tests/func_tests-xvnc.sh
index 2c84c7e..9d9b942 100755
--- a/tests/func_tests-xvnc.sh
+++ b/tests/func_tests-xvnc.sh
@@ -21,13 +21,13 @@ then
if apt show tigervnc-standalone-server > /dev/null ; then
echo "Installing tigervnc-standalone-server and tigervnc-common"
apt-get -y install tigervnc-standalone-server tigervnc-common
- (echo '$localhost = "no";'
- echo '1;') >> /etc/vnc.conf
else
echo "Installing legacy vnc4server"
apt-get -y install vnc4server
fi
- apt-get -y install xfonts-base xterm
+ (echo '$localhost = "no";'
+ echo '1;') >> /etc/vnc.conf
+ apt-get -y install xfonts-base xterm icewm
fi
if ! type vncserver 2>/dev/null
then
-----------------------------------------------------------------------
Summary of changes:
tests/func_tests-xvnc.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits