[Debtorrent-commits] r68 - in /debtorrent/trunk: CHANGELOG DebTorrent/__init__.py TODO

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Tue May 29 00:12:42 UTC 2007


Author: camrdale-guest
Date: Tue May 29 00:12:42 2007
New Revision: 68

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=68
Log:
Preparation for release.

Modified:
    debtorrent/trunk/CHANGELOG
    debtorrent/trunk/DebTorrent/__init__.py
    debtorrent/trunk/TODO

Modified: debtorrent/trunk/CHANGELOG
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/CHANGELOG?rev=68&op=diff
==============================================================================
--- debtorrent/trunk/CHANGELOG (original)
+++ debtorrent/trunk/CHANGELOG Tue May 29 00:12:42 2007
@@ -1,3 +1,14 @@
+debtorrent (0.1.1)
+
+  * Add ability to parse dpkg status for priorities of files to download
+  * Modify btlaunchmany and btshowmetainfo to work with Packages files directly
+  * Fixed a bug in bittornado that prevented using priorities with 
+    pre-allocation: http://forums.degreez.net/viewtopic.php?t=7155
+  * Directories are no longer pre-allocated when they will contain no files
+  * Added lots of documentation
+
+ -- Cameron Dale <camrdale at gmail.com>  Mon, 28 May 2007 17:11:00 -0700
+
 debtorrent (0.1.0)
 
   * Initial release, based on BitTornado 0.3.18

Modified: debtorrent/trunk/DebTorrent/__init__.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/__init__.py?rev=68&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/__init__.py (original)
+++ debtorrent/trunk/DebTorrent/__init__.py Tue May 29 00:12:42 2007
@@ -16,7 +16,7 @@
 """
 
 product_name = 'DebTorrent'
-version_short = 'T-0.1.0'
+version_short = 'T-0.1.1'
 
 version = version_short+' ('+product_name+')'
 report_email = 'debtorrent-devel at lists.alioth.debian.org'

Modified: debtorrent/trunk/TODO
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/TODO?rev=68&op=diff
==============================================================================
--- debtorrent/trunk/TODO (original)
+++ debtorrent/trunk/TODO Tue May 29 00:12:42 2007
@@ -68,27 +68,6 @@
 matches.
 
 
-Add parsing of currently installed packages to determine what to download
-
-As a temporary measure, before full apt proxy support (dt://) is possible, 
-debtorrent could parse the currently installed packages list in 
-/var/lib/dpkg/status and use that list to determine which files to download. 
-Then, configuration options (installed-only, installed-and-updated, 
-updated-only) would tell debtorrent which files to download. updated-only would 
-check the new version with dpkg --compare-versions to determine if the new 
-version should be downloaded. The debtorrent directory could then be added as 
-a file:/ source to apt, and new packages to install would not be found and use 
-the backup method (http://...). Then, an upgrade path would be: 
-1) apt-get update
-2) run debtorrent with the new Packages files
-3) wait for the download of updated packages to complete
-4) run apt-get upgrade/dist-upgrade
-Or the process could be automated by a cron script that gives debtorrent new 
-Packages files every week/day/hour. Might need to parse the 
-/var/cache/apt/archive directory when run the first time to hardlink in files 
-that have already been downloaded.
-
-
 Consider Sources
 
 Sources files contain 2 or 3 files for every source package, but no SHA1 sums 




More information about the Debtorrent-commits mailing list