[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.3-20-g9d4901b

Ritesh Raj Sarraf rrs at researchut.com
Sat Oct 10 09:53:51 UTC 2009


The following commit has been merged in the master branch:
commit 9d4901b253cf428ae68653eb2848d27d7e5f0037
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Sat Oct 10 15:23:15 2009 +0530

    Handle packages served as gzip. b.d.o does it. Thanks to Chris Bannister

diff --git a/AptOfflineCoreLib.py b/AptOfflineCoreLib.py
index ab8f4b1..8854169 100644
--- a/AptOfflineCoreLib.py
+++ b/AptOfflineCoreLib.py
@@ -712,7 +712,7 @@ def fetcher( args ):
                                         else:
                                                 errlist.append( PackageName )
                                                 
-                        elif url.endswith(".bz2") or url.endswith(".gpg") or url.endswith("Release"):
+                        elif url.endswith(".bz2") or url.endswith(".gpg") or url.endswith("Release") or url.endswith(".gz"):
                                 #INFO: We are a package update
                                 PackageName = url
                                 

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list