fix here also

This commit is contained in:
Faik Uygur
2009-07-07 09:14:15 +00:00
parent 0202d8e91c
commit 55f346f976
+1 -1
View File
@@ -86,7 +86,7 @@ def calculate_download_sizes(order):
if installdb.has_package(pkg.name):
(version, release, build, distro, distro_release) = installdb.get_version_and_distro_release(pkg.name)
# pisi distro upgrade should not use delta support
if distro == pkg.distro and distro_release == pkg.distributionRelease:
if distro == pkg.distribution and distro_release == pkg.distributionRelease:
delta = pkg.get_delta(buildFrom=build)
ignore_delta = ctx.config.values.general.ignore_delta