Disable the sourceforge lister origins
This is a temporary workaround the time we make a first pass on those repositories. Related to T3350
This commit is contained in:
parent
729e76168f
commit
3a375d5bcc
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ class SourceForgeLister(Lister[SourceForgeListerState, SourceForgeListerPage]):
|
|||
visit_type=hit.vcs.value,
|
||||
url=hit.url,
|
||||
last_update=iso8601.parse_date(hit.last_modified),
|
||||
enabled=False,
|
||||
)
|
||||
|
||||
def _get_pages_from_subsitemap(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue