Example #1
0
 def __init__(self, config):
     self.config = config
     self.flmanager = FilterListManager(self.config)
     self.reprepro = RepRepRo(self.config)
     self.keyhelper = KeyHelper(self.config)
     self._handle_map = dict(addsources=self.add_apt_sources,
                             initialize=self.initialize_repserve,
                             update=self.update_reprepro,
                             export=self.export_reprepro,
                             reconfigure=self.reconfigure_reprepro,
                             exportkey=self.export_archive_key,
                             addfilterlist=self.add_filterlist)