summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-11 14:14:42 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-11 14:14:42 +0200
commit10935b15a3974de7c7fa17ac791a6d51945bce70 (patch)
treea9cb567e2d467a609acb079dd683b0515e979f0c /bin
parent5461023c2b4bdadb8dcd62cd166debbd490a511f (diff)
downloadjenkins.debian.net-10935b15a3974de7c7fa17ac791a6d51945bce70.tar.xz
remove workaround: don't keep (all) screenshots on hurd installs
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh6
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