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

Ben Hutchings benh at alioth.debian.org
Fri Jul 29 11:22:42 UTC 2011


Author: benh
Date: 2011-07-29 11:22:42 +0000 (Fri, 29 Jul 2011)
New Revision: 715

Modified:
   package/trunk/debian/changelog
   package/trunk/src/dc-publish
Log:
Remove bandwidth limit from dc-publish

Modified: package/trunk/debian/changelog
===================================================================
--- package/trunk/debian/changelog	2011-07-29 11:22:11 UTC (rev 714)
+++ package/trunk/debian/changelog	2011-07-29 11:22:42 UTC (rev 715)
@@ -2,6 +2,7 @@
 
   * Update dc-publish script for new database schema
   * Abort dc-publish if rsync fails
+  * Remove bandwidth limit from dc-publish
 
  -- 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:11 UTC (rev 714)
+++ package/trunk/src/dc-publish	2011-07-29 11:22:42 UTC (rev 715)
@@ -121,7 +121,7 @@
 def publish(config, file_names):
     os.chdir(config['FILE_BASE'])
     if os.spawnvp(os.P_WAIT, 'rsync',
-                  ['rsync', '--relative', '--partial', '--times', '-e ssh', '-vvv', '--bwlimit=307']
+                  ['rsync', '--relative', '--partial', '--times', '-e ssh', '-vvv']
                   + file_names
                   + [config['PUBLICATION_PATH']]) not in [0, None]:
         raise EnvironmentError('rsync failed')




More information about the Debconf-video-commits mailing list