summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdevel/management/commands/reporead.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/management/commands/reporead.py b/devel/management/commands/reporead.py
index 0735582..c61ebab 100755
--- a/devel/management/commands/reporead.py
+++ b/devel/management/commands/reporead.py
@@ -149,8 +149,8 @@ def populate_pkg(dbpkg, repopkg, timestamp=None):
except:
pass
- dbpkg.needupdate = False
if timestamp:
+ dbpkg.needupdate = False
dbpkg.last_update = timestamp
dbpkg.save()
# files are not in the repo.db.tar.gz