diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-02 15:35:12 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-02 15:35:12 +0100 |
commit | 1472255921d061b58049bc268fa6f32e526d557f (patch) | |
tree | 6d3ea0334fc1674461ca1ecc933452a3f0bb4c9c /INSTALL | |
parent | 67491d9ec934a1067355fe4fbeb68a3e6d197258 (diff) | |
download | jenkins.debian.net-1472255921d061b58049bc268fa6f32e526d557f.tar.xz |
press ctrl-key to avoid screensaver kicking in
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -60,12 +60,10 @@ cd jenkins.debian.net ./update_jdn.sh ---- -'jenkins-job-builder' and (currently) 'kgb-client' is the only software which is not covered by this script. +'jenkins-job-builder', 'vncdotool' and (currently) 'kgb-client' are the only software which is not covered by this script. === Installing jenkins-job-builder -This is the only software which needs manual installation and is not covered by 'update_jdn.sh' - ---- pip install python-jenkins @@ -93,6 +91,15 @@ The jenkins jobs are configured to send email to 'jenkins+$IRC_CHANNEL' (like 'j The Jenkins EMail notification plugin is used as its state tracking is best (and the Jenkins IRC plugin is way too powerful). +=== Installing vncdotool + +---- +apt-get install python-twisted python-imaging +git clone https://github.com/sibson/vncdotool +cd vncdotool/ +python setup.py +---- + === munin link://munin-monitoring[Munin] is installed, running with link:http://jenkins.debian.net/munin/[jenkins plugins] not yet published elsewhere. |