summaryrefslogtreecommitdiff
path: root/lib/thandy/repository.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/repository.py')
-rwxr-xr-xlib/thandy/repository.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/thandy/repository.py b/lib/thandy/repository.py
index f0b51b8..bb7d2f6 100755
--- a/lib/thandy/repository.py
+++ b/lib/thandy/repository.py
@@ -489,13 +489,14 @@ class LocalRepository:
# are thp too. But we continue with the loop to check every
# package digest and signature
pfile_data = pfile.get()
+
+ packages[rp] = pfile
+
if pfile_data["format"] == "thp":
thpTransactionDict[bundle['name']] = {}
thpTransactionDict[bundle['name']][pfile_data['name']] = pfile_data
continue
- packages[rp] = pfile
-
# We have the packages. If we're downloading via bittorrent, we need
# the .torrent metafiles, as well.
if thandy.bt_compat.BtCompat.shouldUseBt():
@@ -524,7 +525,7 @@ class LocalRepository:
# files?
for pfile in packages.values():
package = pfile.get()
-
+
alreadyInstalled = set()
pkgItems = {}