diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-11 14:14:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-11 14:14:42 +0200 |
commit | 10935b15a3974de7c7fa17ac791a6d51945bce70 (patch) | |
tree | a9cb567e2d467a609acb079dd683b0515e979f0c | |
parent | 5461023c2b4bdadb8dcd62cd166debbd490a511f (diff) | |
download | jenkins.debian.net-10935b15a3974de7c7fa17ac791a6d51945bce70.tar.xz |
remove workaround: don't keep (all) screenshots on hurd installs
-rwxr-xr-x | bin/g-i-installation.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 8bc4cb71..b2a7e884 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -101,11 +101,7 @@ cleanup_all() { # create video # ffmpeg2theora --videobitrate $VIDEOBITRATE --no-upscaling snapshot_%06d.ppm --framerate 12 --max_size $VIDEOSIZE -o g-i-installation-$NAME.ogv > /dev/null - # temporarily keep screenshots from hurd install - case $NAME in - *_hurd*) ;; - *) rm snapshot_??????.ppm - esac + rm snapshot_??????.ppm # rename .bak files back to .ppm if find . -name "*.ppm.bak" > /dev/null ; then for i in *.ppm.bak ; do |