summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-09 13:04:25 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-09 13:04:25 +0200
commitac82124350ee1b7bf2e1a3505dd438db241f3827 (patch)
treecfbe9f8864306189990a413260e23d70e21555cb /bin/g-i-installation.sh
parent2be348bba602e97b9995dfa9b9803c6fe1a22690 (diff)
downloadjenkins.debian.net-ac82124350ee1b7bf2e1a3505dd438db241f3827.tar.xz
temporarily keep screenshots from hurd install
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index ac6a60e0..eba3b812 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -101,7 +101,11 @@ cleanup_all() {
# create video
#
ffmpeg2theora --videobitrate 700 --no-upscaling snapshot_%06d.ppm --framerate 12 --max_size 800x600 -o g-i-installation-$NAME.ogv > /dev/null
- rm snapshot_??????.ppm
+ # temporarily keep screenshots from hurd install
+ case $NAME in
+ *_hurd*) ;;
+ *) rm snapshot_??????.ppm
+ esac
# rename .bak files back to .ppm
if find . -name "*.ppm.bak" > /dev/null ; then
for i in *.ppm.bak ; do