Changeset - 93795b901b32
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-04-03 15:56:12
madski@unity3d.com
update_repoinfo: fix invalidation
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/paster_commands/update_repoinfo.py
Show inline comments
 
@@ -71,8 +71,7 @@ class Command(BasePasterCommand):
 

	
 
        if self.options.invalidate_cache:
 
            for r in repo_list:
 
                r.invalidate
 
        Session().commit()
 
                r.set_invalidate()
 
        log.info('Updated cache for %s repositories' % (len(repo_list)))
 

	
 
    def update_parser(self):
0 comments (0 inline, 0 general)