##// END OF EJS Templates
update_repoinfo: fix invalidation
Mads Kiilerich -
r3662:93795b90 beta
parent child Browse files
Show More
@@ -71,8 +71,7 b' class Command(BasePasterCommand):'
71 71
72 72 if self.options.invalidate_cache:
73 73 for r in repo_list:
74 r.invalidate
75 Session().commit()
74 r.set_invalidate()
76 75 log.info('Updated cache for %s repositories' % (len(repo_list)))
77 76
78 77 def update_parser(self):
General Comments 0
You need to be logged in to leave comments. Login now