summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDusty Phillips <dusty@gerolde.archlinux.org>2009-08-10 23:50:03 +0200
committerDusty Phillips <dusty@gerolde.archlinux.org>2009-08-10 23:50:03 +0200
commit3abb146796fa4b2002df0a7bf17dd9f1285a051e (patch)
tree7a71da24678b64a621a8caea50b0463cc536fc7c
parent0d2560fa55689d920bc7431fae3f2995bd1b0d71 (diff)
downloadarchweb-3abb146796fa4b2002df0a7bf17dd9f1285a051e.tar.gz
archweb-3abb146796fa4b2002df0a7bf17dd9f1285a051e.tar.xz
Dan's patch applied.
-rwxr-xr-xscripts/reporead.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reporead.py b/scripts/reporead.py
index 624bf9a..f884262 100755
--- a/scripts/reporead.py
+++ b/scripts/reporead.py
@@ -164,7 +164,7 @@ def populate_pkg(dbpkg, repopkg, timestamp=None):
# files are not in the repo.db.tar.gz
#for x in repopkg.files:
# dbpkg.packagefile_set.create(path=x)
- pkg.packagedepend_set.all().delete()
+ dbpkg.packagedepend_set.all().delete()
if 'depends' in repopkg.__dict__:
for y in repopkg.depends:
# make sure we aren't adding self depends..