[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.7-5-g2e09e3b

Ritesh Raj Sarraf rrs at researchut.com
Mon Apr 19 05:44:10 UTC 2010


The following commit has been merged in the master branch:
commit c0ef1afa76644f634ee7092023820f654df29206
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Fri Apr 16 19:52:56 2010 +0530

    log the item when broken in verbose mode

diff --git a/apt_offline_core/AptOfflineCoreLib.py b/apt_offline_core/AptOfflineCoreLib.py
index 6705e6e..4d143a8 100644
--- a/apt_offline_core/AptOfflineCoreLib.py
+++ b/apt_offline_core/AptOfflineCoreLib.py
@@ -299,6 +299,8 @@ def stripper(item):
         and returns them.'''
     
         item = item.split(' ')
+	log.verbose("Item is %s\n" % (item) )
+
         url = string.rstrip(string.lstrip(''.join(item[0]), chars="'"), chars="'")
         file = string.rstrip(string.lstrip(''.join(item[1]), chars="'"), chars="'")
         size = int(string.rstrip(string.lstrip(''.join(item[2]), chars = "'"), chars="'"))

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list