swh.lister.cgit: Add pagination support

Some cgit instance have a pagination. Modifiy
lister to find all the pages and list all the repos
from all the pages.
This commit is contained in:
Archit Agrawal 2019-06-26 15:41:32 +05:30
parent b972a2a88d
commit 7e3c79bb1d
4 changed files with 136 additions and 28 deletions

View file

@ -18,6 +18,7 @@ following Python modules:
- `swh.lister.npm`
- `swh.lister.phabricator`
- `swh.lister.cran`
- `swh.lister.cgit`
Dependencies
------------