diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-09 16:12:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-09 16:36:02 +0100 |
commit | 3319dfe610b5d50c31fc62492896fb1b3dc4ffba (patch) | |
tree | 8d948a500843171ca92cdad145030e13ef1c65e0 /bin | |
parent | a08924f5358f92310fce910c863bb70370a59a03 (diff) | |
download | jenkins.debian.net-3319dfe610b5d50c31fc62492896fb1b3dc4ffba.tar.xz |
rename cd-test to g-i-installation
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh (renamed from bin/cd_tester.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cd_tester.sh b/bin/g-i-installation.sh index b9a15cd6..1abcee6c 100755 --- a/bin/cd_tester.sh +++ b/bin/g-i-installation.sh @@ -70,7 +70,7 @@ cleanup_all() { # # create video # - ffmpeg2theora --videobitrate 700 --no-upscaling snapshot_%06d.ppm --framerate 12 --max_size 800x600 -o cd-test-$NAME.ogv + ffmpeg2theora --videobitrate 700 --no-upscaling snapshot_%06d.ppm --framerate 12 --max_size 800x600 -o g-i-installation-$NAME.ogv rm snapshot_??????.ppm # rename .bak files back to .ppm for i in *.ppm.bak ; do |