[Debconf-video-commits] r511 - in package/trunk: debian src

Ben Hutchings benh at alioth.debian.org
Sun Sep 13 19:26:13 UTC 2009


Author: benh
Date: 2009-09-13 19:26:13 +0000 (Sun, 13 Sep 2009)
New Revision: 511

Modified:
   package/trunk/debian/changelog
   package/trunk/src/dc-do-transcoding
Log:
dc-do-transcoding: fix filename extension for archival files used as input;
add missing to space to error message for missing input file


Modified: package/trunk/debian/changelog
===================================================================
--- package/trunk/debian/changelog	2009-09-13 19:22:54 UTC (rev 510)
+++ package/trunk/debian/changelog	2009-09-13 19:26:13 UTC (rev 511)
@@ -4,6 +4,8 @@
     pattern we use
   * schema: allow unlinking of events and recordings that already have
     target files
+  * dc-do-transcoding: fix filename extension for archival files used
+    as input; add missing space to error message for missing input file
 
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 10 Sep 2009 03:24:27 +0100
 

Modified: package/trunk/src/dc-do-transcoding
===================================================================
--- package/trunk/src/dc-do-transcoding	2009-09-13 19:22:54 UTC (rev 510)
+++ package/trunk/src/dc-do-transcoding	2009-09-13 19:26:13 UTC (rev 511)
@@ -108,7 +108,7 @@
         start_time = job.start_time
         end_time = job.end_time
     else:
-        archival_filename = '%s/archival/%s.ogg' % (
+        archival_filename = '%s/archival/%s.ogv' % (
             config['FILE_BASE'],
             job.event_recording_base_name)
         if os.path.exists(archival_filename):
@@ -248,7 +248,7 @@
                         break
                     else:
                         print ('INFO: skipping %s as no source file'
-                               'available' % job.target_filename)
+                               ' available' % job.target_filename)
                 else:
                     some_idle = True
         print 'INFO: running jobs:'




More information about the Debconf-video-commits mailing list