diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-09 13:04:25 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-09 13:04:25 +0200 |
commit | ac82124350ee1b7bf2e1a3505dd438db241f3827 (patch) | |
tree | cfbe9f8864306189990a413260e23d70e21555cb /bin | |
parent | 2be348bba602e97b9995dfa9b9803c6fe1a22690 (diff) | |
download | jenkins.debian.net-ac82124350ee1b7bf2e1a3505dd438db241f3827.tar.xz |
temporarily keep screenshots from hurd install
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 6 |
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 |