Skip to content

Move index methods into dedicated modules

Torsten Grote requested to merge grote/fdroidserver:move-index-methods into master

This MR is in preparation for adding repo parsing to fdroidserver. It moves all methods related to index creation into a new index module. Also, it moves the methods responsible for index signing into the existing signindex module.

This helps to keep the huge common and update modules maintainable and makes the overall structure more logical.

Merge request reports