diff -r 150bbb066167 -r e8afecc3b576 server/repository.py --- a/server/repository.py Thu Jan 10 22:50:34 2013 +0100 +++ b/server/repository.py Thu Jan 10 22:51:10 2013 +0100 @@ -186,7 +186,7 @@ self.shutting_down = False # sources (additional sources info in the system database) self.system_source = self.get_source('native', 'system', - config.sources()['system']) + config.sources()['system'].copy()) self.sources = [self.system_source] self.sources_by_uri = {'system': self.system_source} # querier helper, need to be created after sources initialization