You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/bittorrent/files/bittorrent-4.4.0-no-version...

15 lines
304 B

Disable check for new versions.
--- a/BitTorrent/NewVersion.py
+++ b/BitTorrent/NewVersion.py
@@ -128,6 +128,9 @@ class Updater(object):
def get(self):
+ self.debug('Skipping version check')
+ return
+
try:
self.get_available()
except BTFailure, e: