[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.4-1-g711d682

Ritesh Raj Sarraf rrs at researchut.com
Thu Oct 15 11:31:11 UTC 2009


The following commit has been merged in the master branch:
commit 711d68299a6ba062ba97012e7579e36f2390a9d3
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Tue Oct 13 18:50:46 2009 +0530

    change to to type verbose

diff --git a/AptOfflineCoreLib.py b/AptOfflineCoreLib.py
index 8e4555a..7e59cde 100644
--- a/AptOfflineCoreLib.py
+++ b/AptOfflineCoreLib.py
@@ -1099,10 +1099,9 @@ def installer( args ):
                                         # Bad sig.
                                         log.err("%s bad signature. Not syncing because in strict mode.\n" % (file) )
                 if lVerifiedWhitelist != []:
-                        print lVerifiedWhitelist
+                        log.verbose str(lVerifiedWhitelist)
                         for whitelist_item in lVerifiedWhitelist:
                                 for final_item in lFileList:
-                                        #print whitelist_item, final_item
                                         if whitelist_item in final_item:
                                                 final_item = os.path.join(apt_update_target_path, final_item)
                                                 shutil.copy2(final_item, apt_update_final_path)

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list