From eac698c32ecbcdc425779ac0f7744b133b7f3bc1 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 16 Jun 2009 12:26:00 +0200 Subject: [PATCH] [entropy.server] create_repository_pkglist creates a file containing full "download" paths --- libraries/entropy/server/interfaces/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy/server/interfaces/main.py b/libraries/entropy/server/interfaces/main.py index 376c6dc10..0e44626b6 100644 --- a/libraries/entropy/server/interfaces/main.py +++ b/libraries/entropy/server/interfaces/main.py @@ -2526,7 +2526,7 @@ class Server(Singleton, TextInterface): tmp_pkglist_file = pkglist_file + ".tmp" dbconn = self.open_server_repository(repo = repo, just_reading = True, do_treeupdates = False) - pkglist = dbconn.listAllDownloads(do_sort = True) + pkglist = dbconn.listAllDownloads(do_sort = True, full_path = True) with open(tmp_pkglist_file, "w") as pkg_f: for pkg in pkglist: