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

Ben Hutchings benh at alioth.debian.org
Fri Jul 29 11:23:26 UTC 2011


Author: benh
Date: 2011-07-29 11:23:26 +0000 (Fri, 29 Jul 2011)
New Revision: 716

Modified:
   package/trunk/debian/changelog
   package/trunk/src/dc-publish
Log:
Disable RSS generation in dc-publish for now

Modified: package/trunk/debian/changelog
===================================================================
--- package/trunk/debian/changelog	2011-07-29 11:22:42 UTC (rev 715)
+++ package/trunk/debian/changelog	2011-07-29 11:23:26 UTC (rev 716)
@@ -3,6 +3,7 @@
   * Update dc-publish script for new database schema
   * Abort dc-publish if rsync fails
   * Remove bandwidth limit from dc-publish
+  * Disable RSS generation in dc-publish for now
 
  -- Ben Hutchings <ben at decadent.org.uk>  Fri, 29 Jul 2011 13:20:49 +0200
 

Modified: package/trunk/src/dc-publish
===================================================================
--- package/trunk/src/dc-publish	2011-07-29 11:22:42 UTC (rev 715)
+++ package/trunk/src/dc-publish	2011-07-29 11:23:26 UTC (rev 716)
@@ -160,8 +160,8 @@
 WHERE id = %(file_id)s
 """,
                 {'file_id': file_id})
-        make_rss(config, cur)
-        publish(config, ['index.rss'])
+        #make_rss(config, cur)
+        #publish(config, ['index.rss'])
         cur.execute("COMMIT")
 
 if __name__ == '__main__':




More information about the Debconf-video-commits mailing list