r395 - in /debtorrent/trunk: debian/debtorrent-client.default uniquely_projectb.py

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Wed Jun 25 22:58:02 UTC 2008


Author: camrdale-guest
Date: Wed Jun 25 22:58:02 2008
New Revision: 395

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=395
Log:
Warn users about not needing to use the debtorrent-tracker.

Modified:
    debtorrent/trunk/debian/debtorrent-client.default
    debtorrent/trunk/uniquely_projectb.py

Modified: debtorrent/trunk/debian/debtorrent-client.default
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/debtorrent-client.default?rev=395&op=diff
==============================================================================
--- debtorrent/trunk/debian/debtorrent-client.default (original)
+++ debtorrent/trunk/debian/debtorrent-client.default Wed Jun 25 22:58:02 2008
@@ -11,6 +11,10 @@
 #
 # Whether to start the debtorrent-client in daemon mode from the init.d script.
 # The only allowed values are "true" and "false".
+#
+# WARNING: the debtorrent-tracker is only needed by archive administrators
+#          setting up debtorrent for others to use. If you are only using
+#          debtorrent to download files, you only need to run the client.
 #
 
 DEBTORRENT_ENABLE=true

Modified: debtorrent/trunk/uniquely_projectb.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/uniquely_projectb.py?rev=395&op=diff
==============================================================================
--- debtorrent/trunk/uniquely_projectb.py (original)
+++ debtorrent/trunk/uniquely_projectb.py Wed Jun 25 22:58:02 2008
@@ -371,6 +371,7 @@
         # Add any new pieces to the end of pieces
         add_new(pieces, new_pieces, headers)
         
+    if len(pieces) > 2:
         # Write the headers
         print "writing ...",
         sys.stdout.flush()




More information about the Debtorrent-commits mailing list