[Qa-jenkins-scm] [jenkins.debian.net] 01/01: g-i-installation: fix subtile error in workaround…
Holger Levsen
holger at layer-acht.org
Fri Oct 28 13:10:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit e601f41192228aa8578c95fa9c5a1448988d36cd
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Oct 28 15:10:31 2016 +0200
g-i-installation: fix subtile error in workaround…
---
bin/g-i-installation.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index f241664..7f6c289 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -1066,7 +1066,7 @@ monitor_system() {
rm snapshot_${PRINTF_NR}.jpg
else
echo "$(date -u) $PRINTF_NR - could not take vncsnapshot from $DISPLAY - using a blank fake one instead"
- convert -size $VIDEOSIZE xc:#000000 -depth 8 snapshot_${PRINTF_NR}.png
+ convert -size $VIDEOSIZE xc:black -depth 8 snapshot_${PRINTF_NR}.png
fi
# every 100 ticks take a screenshot and analyse it
if [ $(($NR % 100)) -eq 0 ] ; then
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list