r185 - in /debtorrent/trunk/debian: changelog control debtorrent-client.sgml

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Fri Jul 20 08:01:36 UTC 2007


Author: camrdale-guest
Date: Fri Jul 20 08:01:35 2007
New Revision: 185

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=185
Log:
Update the description and man page.

Modified:
    debtorrent/trunk/debian/changelog
    debtorrent/trunk/debian/control
    debtorrent/trunk/debian/debtorrent-client.sgml

Modified: debtorrent/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/changelog?rev=185&op=diff
==============================================================================
--- debtorrent/trunk/debian/changelog (original)
+++ debtorrent/trunk/debian/changelog Fri Jul 20 08:01:35 2007
@@ -7,7 +7,7 @@
   * Stopped displaying periodic updates
   * Added init script and default options
 
- -- Cameron Dale <camrdale at gmail.com>  Mon, 16 Jul 2007 14:03:00 -0700
+ -- Cameron Dale <camrdale at gmail.com>  Fri, 20 Jul 2007 14:03:00 -0700
 
 debtorrent (0.1.2)
 

Modified: debtorrent/trunk/debian/control
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/control?rev=185&op=diff
==============================================================================
--- debtorrent/trunk/debian/control (original)
+++ debtorrent/trunk/debian/control Fri Jul 20 08:01:35 2007
@@ -15,17 +15,22 @@
 Recommends: python-crypto
 Provides: python-debtorrent
 Description: bittorrent proxy for downloading Debian packages
- DebTorrent expands on the BitTorrent protocol and application to work 
- effectively with large, constantly updating collections of files, and 
- therefore enable the efficient peer-to-peer downloading of Debian packages 
- from an APT repository.
+ DebTorrent is a proxy for downloading Debian packages files with APT.
+ It will download any needed packages from other DebTorrent peers in a
+ bittorrent-like manner, and so reduce the strain on the Debian mirrors.
  .
- Features:
-   * Downloads from peers, increasing the available bandwidth to the user
-   * Reduces the bandwidth requirements needed to setup a repository of 
-     packages
-   * Seamlessly integrates with the current APT tool
-   * Automatically falls back to downloading from an HTTP mirror when peers 
-     are not available
+ The DebTorrent client runs as a daemon, automatically started on bootup,
+ and listens for requests from APT for files. Any non-package files are
+ downloaded and served to APT similarly to other proxying software (e.g.
+ apt-proxy, apt-cacher, and approx). The configuration is very simple,
+ and only involves prepending a server and port to your current
+ sources.list files (similar to apt-cacher).
+ .
+ When downloading package files, the DebTorrent client will try to use
+ any other DebTorrent clients it can find to download from. This will
+ use the uploading bandwidth of other peers, while reducing the demand
+ on the Debian mirror network. However, if a package cannot be found
+ on any peers, DebTorrent will fall back to downloading from a mirror
+ to ensure all packages are downloaded.
  .
  Homepage: http://debtorrent.alioth.debian.org/

Modified: debtorrent/trunk/debian/debtorrent-client.sgml
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/debtorrent-client.sgml?rev=185&op=diff
==============================================================================
--- debtorrent/trunk/debian/debtorrent-client.sgml (original)
+++ debtorrent/trunk/debian/debtorrent-client.sgml Fri Jul 20 08:01:35 2007
@@ -128,6 +128,14 @@
         <term><option>--log_dir <replaceable>directory</replaceable></option></term>
         <listitem>
           <para>the local <replaceable>directory</replaceable> to save log files in, if left blank then the cache directory will be used</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>--log_level <replaceable>level</replaceable></option></term>
+        <listitem>
+          <para>log messages that are greater than or equal to <replaceable>level</replaceable> to log files, 
+            the basic log levels are 50 (critical), 40 (errors), 30 (warnings), 20 (info), and 10 (debug)
+            (the default is 30)</para>
         </listitem>
       </varlistentry>
     </variablelist>




More information about the Debtorrent-commits mailing list