swh-lister/swh/lister/gitweb
Antoine Lambert 7b932f46b5 gitweb: Add optional base_git_url parameter to lister
Similar to cgit, it exist cases where git clone URLs for projects hosted
on a gitweb instance cannot be found when scraping project pages or cannot
be easily derived from the gitweb instance root URL.

So add an optional base_git_url parameter enabling to compute correct clone
URLs by appending project names to it.
2023-10-02 14:56:04 +02:00
..
tests gitweb: Add optional base_git_url parameter to lister 2023-10-02 14:56:04 +02:00
__init__.py Add Gitweb lister 2023-07-10 16:50:41 +02:00
lister.py gitweb: Add optional base_git_url parameter to lister 2023-10-02 14:56:04 +02:00
tasks.py Add Gitweb lister 2023-07-10 16:50:41 +02:00